Pass Through Call to ServiceDispatch's "Get Servicer Notes" API
|
This will return to the requestor any notes that the servicer may have added to the call record. It does not return notes added by the requestor.
Parameter | Datatype (length) | Desc ription |
---|---|---|
AckMsg | String | This message confirms that the request was properly made. |
CallNo | String(20)) | The call number supplied in the request. |
CreatedOn | Date | The date the notes were created on. |
ClientCode | String(25) | The notes for the service call. |
Pass Through Call to Dispatch's "Get Servicer Notes" APIThis RESTified API will perform a pass-through call to the Dispatch sub-system's "Get Servicer Notes" 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 Dispatch "Get Servicer Notes" API. GetServicerNotes Object Format
GetServicerNotes Object Properties
HTTP ResponseSuccessOn success, a JSON-formatted version of the Dispatch "Get Servicer Notes" API response will be returned. GetServicerNotes Response Object Format
GetServicerNotes Response Object Properties
Error On error, a JSON-formatted version of the Dispatch "Get Servicer Notes" API response will be returned.
Return CodesIn addition to the Standard Return Codes, and the Dispatch Error codes, individual API calls made have unique codes found on their individual pages. |