POST api/ASS_TransportTypes
Request Information
URI Parameters
None.
Body Parameters
ASS_TransportTypes| Name | Description | Type | Additional information |
|---|---|---|---|
| idTransportType | decimal number |
None. |
|
| TransportType | string |
None. |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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"
}
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>