The article includes:
The call provides a list of your plan codes.
URLs
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/queryPlanCodesForNextPeriod |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/queryPlanCodesForNextPeriod |
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 | 50 | Plan code. | |
Items: name | string | 50 | Plan name. |
JSON example
{
"d": {
"__type": "ItemNameList:https://PRiSMProAPI.koretelematics.com/types",
"requestStatus": 0,
"items": [
{
"__type": "ItemNameRecord:https://PRiSMProAPI.koretelematics.com/types",
"code": "PLAN000001",
"name": "Plan Name1"
},
{
"__type": "ItemNameRecord:https://PRiSMProAPI.koretelematics.com/types",
"code": "PLAN000002",
"name": "Plan Name2”
}
]
}
}