POST api/TPremark/tpremarkin
Request Information
URI Parameters
None.
Body Parameters
sa_tp_remarkName | Description | Type | Additional information |
---|---|---|---|
VEHICLE_NO | string |
None. |
|
RMK_DATE | date |
None. |
|
RMK_SUB | string |
None. |
|
REMARK | string |
None. |
|
RPIC | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "VEHICLE_NO": "sample string 1", "RMK_DATE": "2024-11-21T15:23:49.6418074+05:30", "RMK_SUB": "sample string 2", "REMARK": "sample string 3", "RPIC": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.