GET v1/carrierservicelevel/list
Retrieve list of Carrier Service Levels with minimal information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CarrierServiceLevelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CarrierServiceLevelID |
Unique identifier of a Carrier Service Level |
integer |
None. |
| ServiceLevel |
Description of a Carrier Service Level |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"carrierServiceLevelID": 1,
"serviceLevel": "sample string 2"
}