The article includes:
The call will provide you with a list of Express Activation Profile codes (EAPs) available to your company.
URLs
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/queryEAPCodes |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/queryEAPCodes |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
N/A | Nothing added. |
JSON request example
N/A
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code. | ||
Items: code | string | 200 | EAP code. | |
Items: name | string | 20 | EAP name. |
JSON response example
{
"d": {
"__type": "ItemNameList:https://PRiSMProAPI.koretelematics.com/types",
"requestStatus": 0,
"items": [
{
"__type": "ItemNameRecord:https://PRiSMProAPI.koretelematics.com/types",
"code": "EAP000001",
"name": "EAP Name1"
},
{
"__type": "ItemNameRecord:https://PRiSMProAPI.koretelematics.com/types",
"code": " EAP000001",
"name": "EAP Name1"
}
]
}
}