The article includes:
This call allows you to update the cost center of a SIM. Use getCostCenters for your list of cost center ids.
Note: the cost center must be active; no restriction on device status.
URLs
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/UpdateCostCenter |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/UpdateCostCenter |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
deviceNumber | string | Y | 11 | 20 | The SIM number or ICCID. |
costCenterID | string | Y | 50 | Cost center ID. |
JSON request example
{
"deviceNumber":"12345678912345678912",
"costCenterID" :"1234"
}
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code. |
JSON response example
{
"d": 0
}