POST api/Piazzale/editExitCheck
Request Information
URI Parameters
None.
Body Parameters
ExitCheckEditModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionToken | string |
Required |
|
| PrgExitCheck | integer |
None. |
|
| FlgCancellazione | boolean |
None. |
|
| DesTarga | string |
None. |
|
| DesTelaio | string |
None. |
|
| DesNote | string |
None. |
|
| PrgMovPiazzale | integer |
None. |
|
| CdaStatusCode | string |
None. |
|
| CdaKOR | string |
None. |
|
| ValAmpereBatteria | decimal number |
None. |
|
| IndStartStop | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"SessionToken": "sample string 1",
"PrgExitCheck": 2,
"FlgCancellazione": true,
"DesTarga": "sample string 4",
"DesTelaio": "sample string 5",
"DesNote": "sample string 6",
"PrgMovPiazzale": 1,
"CdaStatusCode": "sample string 7",
"CdaKOR": "sample string 8",
"ValAmpereBatteria": 1.0,
"IndStartStop": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.