POST etc/Respdata/10
Request Information
URI Parameters
None.
Body Parameters
Employee| Name | Description | Type | Additional information |
|---|---|---|---|
| R_NO | integer |
None. |
|
| RC_NO | string |
None. |
|
| R_DATE | date |
None. |
|
| R_TIME | date |
None. |
|
| VEHICLE_TYPE | string |
None. |
|
| AMT | integer |
None. |
|
| J_TYPE | string |
None. |
|
| BOOTH_NAME | string |
None. |
|
| SHIFT_NAME | string |
None. |
|
| STATUS | string |
None. |
|
| DIRECTION | string |
None. |
|
| T_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"R_NO": 1,
"RC_NO": "sample string 2",
"R_DATE": "2026-03-23T19:28:01.9085595+05:30",
"R_TIME": "2026-03-23T19:28:01.9085595+05:30",
"VEHICLE_TYPE": "sample string 5",
"AMT": 6,
"J_TYPE": "sample string 7",
"BOOTH_NAME": "sample string 8",
"SHIFT_NAME": "sample string 9",
"STATUS": "sample string 10",
"DIRECTION": "sample string 11",
"T_TYPE": "sample string 12"
}
application/xml, text/xml
Sample:
<Employee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FASTWAYICD.Controllers"> <AMT>6</AMT> <BOOTH_NAME>sample string 8</BOOTH_NAME> <DIRECTION>sample string 11</DIRECTION> <J_TYPE>sample string 7</J_TYPE> <RC_NO>sample string 2</RC_NO> <R_DATE>2026-03-23T19:28:01.9085595+05:30</R_DATE> <R_NO>1</R_NO> <R_TIME>2026-03-23T19:28:01.9085595+05:30</R_TIME> <SHIFT_NAME>sample string 9</SHIFT_NAME> <STATUS>sample string 10</STATUS> <T_TYPE>sample string 12</T_TYPE> <VEHICLE_TYPE>sample string 5</VEHICLE_TYPE> </Employee>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>