POST api/v1/ServiceInstructions/DispatchServiceInstructions
Request Information
URI Parameters
None.
Body Parameters
DispatchInstruction| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerSystemCode | string |
None. |
|
| Status | integer |
None. |
|
| ServiceAnalyserInstructionID | integer |
None. |
|
| ComponentId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerSystemCode": "sample string 1",
"Status": 2,
"ServiceAnalyserInstructionID": 3,
"ComponentId": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.