POST api/ASST/TaskDetailStart?SeqNo={SeqNo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SeqNo | integer |
Required |
Body Parameters
ASSTTaskDetailName | Description | Type | Additional information |
---|---|---|---|
LastCounterReading | integer |
None. |
|
Image | ASSTImage |
None. |
Request Formats
application/json, text/json
Sample:
{ "LastCounterReading": 1, "Image": { "Base64": "sample string 1", "FileName": "sample string 2" } }
text/xml
Sample:
<ASSTTaskDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <Image> <Base64>sample string 1</Base64> <FileName>sample string 2</FileName> </Image> <LastCounterReading>1</LastCounterReading> </ASSTTaskDetail>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.