Submit a Parts OrderThis REST API must accept a parts order requested via the Parts Ordering REST API, and order the required parts (when possible). URL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| POST <REST Endpoint URI>
|
HTTP Request BodyThe HTTP request body will contain a valid REST Object Definitions Work Order Activity Related Objects Parts Ordering Object. HTTP ResponseResponse CodesHTTP Code | Description |
---|
200 | OK. The parts order has been processed. (Does not necessarily mean parts have been ordered - see possible response object Status values.) | 401 | Invalid Logon. | 500 | Server error. An error occurred while processing the request. The HTTP response body should have more details as to the possible cause. |
On success, an HTTP response code of 200 must be returned, and the response body must contain a valid response body that is the same as would be returned from the Parts Ordering REST API. ServiceMobility will return the response code (and response body, if present) as the response to the initiating Parts Ordering REST API call. |