POST add/taskdetails
Request Information
URI Parameters
None.
Body Parameters
DtoTaskDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ORoleId | integer |
None. |
|
| OUserId | integer |
None. |
|
| OldStatusId | integer |
None. |
|
| NRoleId | integer |
None. |
|
| NUserId | integer |
None. |
|
| NStatusId | integer |
None. |
|
| JournalId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ORoleId": 1,
"OUserId": 2,
"OldStatusId": 3,
"NRoleId": 4,
"NUserId": 5,
"NStatusId": 6,
"JournalId": 7
}
application/xml, text/xml
Sample:
<DtoTaskDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.JSLD.Interface.Business.Dtos.TaskDetail"> <JournalId>7</JournalId> <NRoleId>4</NRoleId> <NStatusId>6</NStatusId> <NUserId>5</NUserId> <ORoleId>1</ORoleId> <OUserId>2</OUserId> <OldStatusId>3</OldStatusId> </DtoTaskDetails>
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.