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