POST api/transport/save
Request Information
URI Parameters
None.
Body Parameters
TRANSPORT_MAS| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| NAME | string |
String length: inclusive between 0 and 50 |
|
| INSURANCE | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"INSURANCE": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| STATUS | string |
None. |
|
| MESSAGE | string |
None. |
|
| VALUE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"STATUS": "sample string 1",
"MESSAGE": "sample string 2",
"VALUE": "sample string 3"
}