/
UpdateProductInfo RESTified API

UpdateProductInfo RESTified API

5.4.0

A pass-through API to Dispatch (when configured) which allows the Dispatch's "Update Product Info" API to be called.    

On this page:

Related pages:

Resource URL Summary

Pass Through Call to Dispatch's "Update Product Info" API

PUT /up/v5/rest/dispatch/updateCallScheduleInfo

HTTP Headers

This API uses the standard ServiceBroker HTTP Headers.


API Specifics

Pass Through Call to Dispatch's "Update Product Info" API

This RESTified API will perform a pass-through call to the Dispatch sub-system's "Update Product Info" API (when configured).

URL

PUT /up/v5/rest/dispatch/updateCallScheduleInfo

HTTP Request Body

This request requires a JSON object supplied in the HTTP request body, which defines the parameters that will be passed through to the Dispatch "Update Product Info" API.

UpdateProductInfo Object Format

{
    "MfgSvcrAcct": "FSSTEST",
    "Id": "CT.2019-4-30.100192",
    "Assets": [
        {
            "Mfg": "GE",
            "ProdLine": "REF",
            "Model": "1125369",
            "SerialNum": "22563666",
            "InServiceDate": "2019-01-01",
            "RetailerId": "test",
            "RetailerName": "test"
        }
    ]
}

UpdateProductInfo Object Properties

Property


TypeRequired?DescriptionDispatch Field Mapping
MfgSvcrAcctstringNo

This servicer Id given by the requestor.

MfgSvcrAcct
IdstringNoThe call number that was used when the call was originally created.CallNo
AssetsarrayNo

Pass through parameter to the Dispatch "Update Product Info" API. 

-

MfgstringNoThis is the unique identifier in the client CRM which identifies the Brand of the Product requiring service.BrandCode

ProdLinestringNoThis is the unique identifier in the client CRM which identifies the Product requiring service.ProductCode

ModelstringNoThe Model ID of the product. This is used in Claims Processing.ModeNo

SerialNumstringNoThe Serial ID of the Product. This is used in Claims Processing.SerialNo

InServiceDatestringNoThe date the product was originally put in service. This is used in Claims Processing.InstallDate

RetailerIdstringNoThe Unique Identifier for the retailer displayed to servicer.RetailerId

RetailerNamestringNoThe name of retailer, displayed to servicer.RetailerName

HTTP Response

Success

On success, a JSON-formatted version of the Dispatch "Update Product Info" API response will be returned.

{
    "MFGID": "9999",
    "Id": "CT.2019-4-30.100192",
    "AckMsg": "CALL DETAIL UPDTED SUCCESSFULL"
}

Error

On error, a JSON-formatted version of the Dispatch "Update Product Info" API response will be returned.

{
    "Success": false,
    "Code": 9,
    "Payload": {
        "returnCode": {
            "type": "Error",
            "message": "Dispatch Error Code"
        }
    }
}

Return Codes

In addition to the Standard Return Codes, and the Dispatch Error codes, individual API calls made have unique codes found on their individual pages.

Related content

UpdateProblemInfo RESTified API
UpdateProblemInfo RESTified API
More like this
UpdateConsumerInfo RESTified API
UpdateConsumerInfo RESTified API
More like this
UpdateServicerNotes RESTified API
UpdateServicerNotes RESTified API
More like this
UpdatePaymentInfo RESTified API
UpdatePaymentInfo RESTified API
More like this
UpdateCallStatusInfo RESTified API
UpdateCallStatusInfo RESTified API
More like this
UpdateCallScheduleInfo RESTified API
UpdateCallScheduleInfo RESTified API
More like this