ENVIRONMENT : Test
POST {culture}/api/ExOffice/IsWorking/{id}
IMPORTANT NOTE: Depending on your integration strategy, you may choose to map some of ID-s to your system ID-s (e.g. car categories, offices, equipment, pricelists). If you do that, please note that ID-s WILL BE DIFFERENT ON PRODUCTION AND TEST ENVIRONMENTS, so you should make it easily configurable on your side.
Returns office working status at a given time
Request Information
URI Parameters
| Name |
Description |
Type |
Additional information |
| culture |
|
string
|
None.
|
| id |
Office Id
|
integer
|
Required
|
Body Parameters
DateTime to check if office is working
date
Request Formats
Sample:
"2026-05-15T11:05:32.1481748+02:00"
Response Information
Resource Description
Returns office working status at a given time
boolean
Response Formats