POST API/CHECK/RemarksLocation
Request Information
URI Parameters
None.
Body Parameters
RemarksLocationChecklistName | Description | Type | Additional information |
---|---|---|---|
TicketNo | string |
None. |
|
WSID | string |
None. |
|
Longitude | decimal number |
None. |
|
Latitude | decimal number |
None. |
|
Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TicketNo": "sample string 1", "WSID": "sample string 2", "Longitude": 1.1, "Latitude": 1.1, "Remarks": "sample string 3" }
text/xml
Sample:
<RemarksLocationChecklist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <Remarks>sample string 3</Remarks> <TicketNo>sample string 1</TicketNo> <WSID>sample string 2</WSID> </RemarksLocationChecklist>
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.