Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Pass Through Call to Claims "PartsUpdateOrder" API POST /up/v5/parts/updateOrder |
Include Page | ||||
---|---|---|---|---|
|
Enablements
To enable this feature, the tenant's sysconfig needs to be updated:
Code Block | ||
---|---|---|
| ||
{ "Providers": { "Claims": { "Features": { "queryEntitlement": { "Endpoint": "services/product/v1/checkentitlement" }, "queryCustomerApptInfo": { "Endpoint": "services/customer/v2/newcallnumber" }, "updatePartsOrder": { "Endpoint": "services/part/v1/updateorder" } }, "UserId": "CASEYSHSAP", "Password": "--Redacted--", "ManufacturerNumber": "S900" }, } } |
API Specifics
Panel | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Pass Through Call to Claims "Parts UpdateOrder" APIThis RESTified API will perform a pass-through call to the Claims sub-system's "Part UpdateOrder" API (when configured). URL
HTTP Request BodyThis request requires a JSON object supplied in the HTTP request body, which defines the parameters that will be passed through to the ServiceDispatch "Update Order" APi. UpdateOrder Object Format
UpdateOrder Object Properties
HTTP ResponseSuccessOn success, a JSON-formatted version of the ServiceDispatch "Submit Claim" API response will be returned. UpdateOrder Response Object Format
UpdateOrder Response Object Properties
ErrorOn error, a JSON-formatted version of the ServiceDispatch "Update Order" API response will be returned.
Return CodesIn addition to the Standard Return Codes, there are ServiceDispatch Error codes. |