GET api/ASS_TransportTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ASS_TransportTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| idTransportType | decimal number |
None. |
|
| TransportType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"idTransportType": 1.0,
"TransportType": "sample string 2"
},
{
"idTransportType": 1.0,
"TransportType": "sample string 2"
}
]
text/html
Sample:
[{"idTransportType":1.0,"TransportType":"sample string 2"},{"idTransportType":1.0,"TransportType":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfASS_TransportTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
<ASS_TransportTypes>
<TransportType>sample string 2</TransportType>
<idTransportType>1</idTransportType>
</ASS_TransportTypes>
<ASS_TransportTypes>
<TransportType>sample string 2</TransportType>
<idTransportType>1</idTransportType>
</ASS_TransportTypes>
</ArrayOfASS_TransportTypes>