Pass Through Call to ServiceDispatch's "Update Servicer Notes" APIThis RESTified API will perform a pass-through call to the ServiceDispatch sub-system's "Update Servicer Notes" API (when configured). URL Panel |
---|
borderColor | grey |
---|
bgColor | whitesmoke |
---|
borderStyle | solid |
---|
| PUT /up/v5/rest/dispatch/updateCallNotes
|
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 Servicer Notes" API. Code Block |
---|
| {
"Id": "0.616182638892496",
"NotesType": "Servicer External",
"Notes": "Salvage Product Verified~31846192_2~1ZR3529W039488 5892~~2018-10-29 09:02:44~~~~~0~0~Tracking No: <1Z R3529W0394885892>~~0~0000000~~~~00000",
"NotesDate": "2018-11-20"
} |
UpdateServicerNotes Object Properties Property | Type | Required? | Description | ServiceDispatch Field Mapping |
---|
Id | string | No | Pass through parameter to the ServiceDispatch "Update Servicer Notes" API. | CallNo | NoteType | string | No | Pass through parameter to the ServiceDispatch "Update Servicer Notes" API. | NoteType | Notes | object | No | Pass through parameter to the ServiceDispatch "Update Servicer Notes" API. | Notes | NotesData | string | No | Pass through parameter to the ServiceDispatch "Update Servicer Notes" API. | NotesDate |
HTTP ResponseSuccessOn success, a JSON-formatted version of the ServiceDispatch "Update Servicer Notes" API response will be returned. Code Block |
---|
| {
"MFGID": "9999",
"Id": "0.616182638892496",
"AckMsg": "OK"
} |
Error On error, a JSON-formatted version of the ServiceDispatch "Update Servicer Notes" API response will be returned. Code Block |
---|
| {
"Success": false,
"Code": 9,
"Payload": {
"returnCode": {
"type": "Error",
"message": "Dispatch Error Code"
}
}
}
|
Return CodesIn addition to the Standard Return Codes, and the ServiceDispatch Error codes, individual API calls made have unique codes found on their individual pages. |