GET api/CustomerLevels/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CustomerLevelViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| Level | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"Level": 2
}
application/xml, text/xml
Sample:
<CustomerLevelViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TripPlannerAPI.Models.DTO"> <CompanyCode>sample string 1</CompanyCode> <Level>2</Level> </CustomerLevelViewModel>