POST Api/UpdOwnTaskFollowUp
Guard Task.
Request Information
URI Parameters
None.
Body Parameters
UpdOwnTaskFollowUpRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UID | string |
None. |
|
| DtFollowUp | string |
None. |
|
| PicName | string |
None. |
|
| PicContact | string |
None. |
|
| Outcome | string |
None. |
|
| Solution | string |
None. |
|
| Comment | string |
None. |
|
| UpdatedBy | string |
None. |
|
| FileName | string |
None. |
|
| FileType | string |
None. |
|
| FileSize | string |
None. |
|
| FilePath | string |
None. |
|
| FileAfterName | string |
None. |
|
| FileAfterType | string |
None. |
|
| FileAfterSize | string |
None. |
|
| FileAfterPath | string |
None. |
|
| Condo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UID": "sample string 1",
"DtFollowUp": "sample string 2",
"PicName": "sample string 3",
"PicContact": "sample string 4",
"Outcome": "sample string 5",
"Solution": "sample string 6",
"Comment": "sample string 7",
"UpdatedBy": "sample string 8",
"FileName": "sample string 9",
"FileType": "sample string 10",
"FileSize": "sample string 11",
"FilePath": "sample string 12",
"FileAfterName": "sample string 13",
"FileAfterType": "sample string 14",
"FileAfterSize": "sample string 15",
"FileAfterPath": "sample string 16",
"Condo": "sample string 17"
}
application/xml, text/xml
Sample:
<ApiController.UpdOwnTaskFollowUpRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRuma_WebService.Controllers"> <Comment>sample string 7</Comment> <Condo>sample string 17</Condo> <DtFollowUp>sample string 2</DtFollowUp> <FileAfterName>sample string 13</FileAfterName> <FileAfterPath>sample string 16</FileAfterPath> <FileAfterSize>sample string 15</FileAfterSize> <FileAfterType>sample string 14</FileAfterType> <FileName>sample string 9</FileName> <FilePath>sample string 12</FilePath> <FileSize>sample string 11</FileSize> <FileType>sample string 10</FileType> <Outcome>sample string 5</Outcome> <PicContact>sample string 4</PicContact> <PicName>sample string 3</PicName> <Solution>sample string 6</Solution> <UID>sample string 1</UID> <UpdatedBy>sample string 8</UpdatedBy> </ApiController.UpdOwnTaskFollowUpRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>