POST api/Tpatt/tpattendance
Request Information
URI Parameters
None.
Body Parameters
sa_tp_attName | Description | Type | Additional information |
---|---|---|---|
COMP_ID | integer |
None. |
|
ATT_DATE | date |
None. |
|
ATT_TYPE | string |
None. |
|
VEHICLE_NO | string |
None. |
|
STATION_NAME | string |
None. |
|
CONDUCTOR_NAME | string |
None. |
|
SESSION_N | string |
None. |
|
ATT_TYPE_OUT | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "COMP_ID": 1, "ATT_DATE": "2024-11-21T15:36:16.0797507+05:30", "ATT_TYPE": "sample string 2", "VEHICLE_NO": "sample string 3", "STATION_NAME": "sample string 4", "CONDUCTOR_NAME": "sample string 5", "SESSION_N": "sample string 6", "ATT_TYPE_OUT": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.