GET api/transport/single?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TRANSPORT_MAS| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| NAME | string |
String length: inclusive between 0 and 50 |
|
| INSURANCE | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"INSURANCE": true
}