Returns the carrier’s train reason codes grouped by category.
cURL
curl --request POST \ --url https://api-lg-k-h1.arms.cedarai.com/t/v1/list-train-reason-codes \ --header 'Carrier: <carrier>' \ --header 'Content-Type: application/json' \ --header 'x-arms-api-key: <api-key>' \ --header 'x-arms-assume-user: <api-key>' \ --data ' { "category": "<string>" } '
{ "reasonCodes": [ { "category": "<string>", "code": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.cedarai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cedarai.com/llms.txt
Use this file to discover all available pages before exploring further.
Carrier ID
A successful response.
Show child attributes
Was this page helpful?