Gatepass Save
URL
frontoffice_poabs/gatepass_save
Method
POST
Request Media type
application/json
Response Media type
application/json
Request Parameters
| Parameter | Data Type | Min | Max | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| key | String | 32 | 32 | M | BPeulIBpNJqvfj6IqobvmnbOybfxsKAK | Key obtained from authentiaction. |
| date | String | M | 2024-11-10T00:00:00 | |||
| name | String | M | POABS | |||
| time | String | M | 2024-11-08T10:30:00 |
Response Values
None
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq",
"date": "2024-11-10T00:00:00",
"name": "POABS",
"time": "2024-11-08T10:30:00"
}