POST API/ServiceStartStop
Request Information
URI Parameters
None.
Body Parameters
ServiceStartStop| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ServiceCallId | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Letitude | string |
None. |
|
| Longitude | string |
None. |
|
| Remark | string |
None. |
|
| Photo1 | string |
None. |
|
| Photo2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ServiceCallId": 2,
"TechnicianId": 3,
"StatusId": 4,
"Letitude": "sample string 5",
"Longitude": "sample string 6",
"Remark": "sample string 7",
"Photo1": "sample string 8",
"Photo2": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.