POST Assign/list
Request Information
URI Parameters
None.
Body Parameters
DtoAssignUser| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| JobId | integer |
None. |
|
| DeptStatusId | integer |
None. |
|
| QCbyPass | boolean |
None. |
|
| IsPriority | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"JobId": 2,
"DeptStatusId": 3,
"QCbyPass": true,
"IsPriority": true
}
application/xml, text/xml
Sample:
<DtoAssignUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.ContentServicePaltform.Interface.Business.Dtos"> <DeptStatusId>3</DeptStatusId> <IsPriority>true</IsPriority> <JobId>2</JobId> <QCbyPass>true</QCbyPass> <UserId>1</UserId> </DtoAssignUser>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.