Get a rate schedule
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| rateId | Unique ID of the rate schedule | integer (int32) | Required |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
RateResponse
| Property | Description | Type | |||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| commodity | CommodityChild | ||||||||||||||||||||||||||||
|
CommodityChild properties
|
|||||||||||||||||||||||||||||
| name | string | ||||||||||||||||||||||||||||
| note | string | ||||||||||||||||||||||||||||
| rateId | integer (int32) | ||||||||||||||||||||||||||||
| vendor | VendorChild | ||||||||||||||||||||||||||||
|
VendorChild properties
|
|||||||||||||||||||||||||||||
| versions | VersionResponse[] | ||||||||||||||||||||||||||||
|
VersionResponse properties
|
|||||||||||||||||||||||||||||
Example Response
{ "commodity": { "commodityCode": "string", "commodityIcon": { "code": "string", "color": "string"
}, "commodityId": 1, "commodityInfo": "string"
}, "name": "string", "note": "string", "rateId": 1, "vendor": { "vendorCode": "string", "vendorId": 1, "vendorInfo": "string"
}, "versions": [
{ "beginDate": "2026-03-30", "endDate": "2026-03-30", "versionId": 1
}
]
}