The article includes:
Service types: KORE CDMA, KORE Sprint CDMA.
Upload a single ESN or MEID into your KORE inventory. Use queryServiceTypeCodes for a list of service type short codes
Note: You must upload your ESNs before you can activate your CDMA SIMs. Upload ESNs is the process for entering devices into your stock inventory.
URLs
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/uploadESN |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/uploadESN |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
ESN | string | Y | 11 | 20 | The Electronic Serial Number (or MEID) of the device to be uploaded. |
deviceCode | string | Y | 20 | The CDMA device code for the specified ESN or MEID. | |
ServiceTypeCode | string | N | 20 | Service type shortcode. Note: Not required for KORE CDMA. |
JSON request example
{
"ESN":"12345678910",
"deviceCode” : “D1234”,
"ServiceTypeCode ":"ABC"
}
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code. |
JSON response example
{
"d": 0
}