GET api/ASS_TransportTypes/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

ASS_TransportTypes
NameDescriptionTypeAdditional information
idTransportType

decimal number

None.

TransportType

string

None.

Response Formats

application/json, text/json

Sample:
{
  "idTransportType": 1.0,
  "TransportType": "sample string 2"
}

text/html

Sample:
{"idTransportType":1.0,"TransportType":"sample string 2"}

application/xml, text/xml

Sample:
<ASS_TransportTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models">
  <TransportType>sample string 2</TransportType>
  <idTransportType>1</idTransportType>
</ASS_TransportTypes>