POST technical/CreateRoleJobLink
Request Information
URI Parameters
None.
Body Parameters
RoleJobLinkEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleJobId | integer |
None. |
|
| RoleId | integer |
None. |
|
| RoleName | string |
None. |
|
| ObjectType | integer |
None. |
|
| ObjectTypeName | string |
None. |
|
| Active | boolean |
None. |
|
| TenantId | integer |
None. |
|
| WhereCondition | string |
None. |
|
| LinkJobTypeQuery | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RoleJobId": 1,
"RoleId": 2,
"RoleName": "sample string 3",
"ObjectType": 4,
"ObjectTypeName": "sample string 5",
"Active": true,
"TenantId": 7,
"WhereCondition": "sample string 8",
"LinkJobTypeQuery": "sample string 9"
}
text/html
Sample:
{"RoleJobId":1,"RoleId":2,"RoleName":"sample string 3","ObjectType":4,"ObjectTypeName":"sample string 5","Active":true,"TenantId":7,"WhereCondition":"sample string 8","LinkJobTypeQuery":"sample string 9"}
application/xml, text/xml
Sample:
<RoleJobLinkEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.Xyro.Models.Technical"> <Active>true</Active> <LinkJobTypeQuery>sample string 9</LinkJobTypeQuery> <ObjectType>4</ObjectType> <ObjectTypeName>sample string 5</ObjectTypeName> <RoleId>2</RoleId> <RoleJobId>1</RoleJobId> <RoleName>sample string 3</RoleName> <TenantId>7</TenantId> <WhereCondition>sample string 8</WhereCondition> </RoleJobLinkEntity>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.