POST api/Transport/vehiwise
Request Information
URI Parameters
None.
Body Parameters
convenceName | Description | Type | Additional information |
---|---|---|---|
SESSION | string |
None. |
|
COMP_ID | integer |
None. |
|
ADMIN_NO | string |
None. |
|
M_NAME | string |
None. |
|
M_NO | integer |
None. |
|
STATION | string |
None. |
|
VECHI_NO | string |
None. |
|
AMT | integer |
None. |
|
CONC_AMT | integer |
None. |
|
PAY_AMT | integer |
None. |
|
STRING1 | string |
None. |
|
DUES_STATUS | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "SESSION": "sample string 1", "COMP_ID": 2, "ADMIN_NO": "sample string 3", "M_NAME": "sample string 4", "M_NO": 5, "STATION": "sample string 6", "VECHI_NO": "sample string 7", "AMT": 8, "CONC_AMT": 9, "PAY_AMT": 10, "STRING1": "sample string 11", "DUES_STATUS": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.