POST addtask/details
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. |
|
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ORoleId": 1,
"OUserId": 2,
"OldStatusId": 3,
"NRoleId": 4,
"NUserId": 5,
"NStatusId": 6,
"JournalId": 7,
"Comments": "sample string 8"
}
application/xml, text/xml
Sample:
<DtoTaskDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Icodex.CoreSpace.Interface.Business.Dtos.TaskDetails"> <Comments>sample string 8</Comments> <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:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.