Get Many Offices
Bad Request
Unauthorized
Forbidden
Internal server error
{- "status": "ok",
- "data": [
- {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "phone": "string",
- "email": "string",
- "timezone": "Africa/Abidjan",
- "CFAR": "12345678",
- "SCB": "12345678",
- "SNI": "12345678"
}
], - "total": 500,
- "count": 50,
- "offset": 50,
- "relations": { }
}Create One Office
Bad Request
Unauthorized
Forbidden
Internal server error
{- "name": "string",
- "phone": "string",
- "email": "string",
- "timezone": "Africa/Abidjan",
- "CFAR": "string",
- "SCB": "string",
- "SNI": "string"
}{- "status": "ok",
- "data": {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "phone": "string",
- "email": "string",
- "timezone": "Africa/Abidjan",
- "CFAR": "12345678",
- "SCB": "12345678",
- "SNI": "12345678"
}
}Get One Office
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "status": "ok",
- "data": {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "phone": "string",
- "email": "string",
- "timezone": "Africa/Abidjan",
- "CFAR": "12345678",
- "SCB": "12345678",
- "SNI": "12345678"
}, - "relations": { }
}Update One Office
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "string",
- "phone": "string",
- "email": "string",
- "timezone": "Africa/Abidjan",
- "CFAR": "string",
- "SCB": "string",
- "SNI": "string"
}{- "status": "ok",
- "data": {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "phone": "string",
- "email": "string",
- "timezone": "Africa/Abidjan",
- "CFAR": "12345678",
- "SCB": "12345678",
- "SNI": "12345678"
}
}Replace One Office
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "string",
- "phone": "string",
- "email": "string",
- "timezone": "Africa/Abidjan",
- "CFAR": "string",
- "SCB": "string",
- "SNI": "string"
}{- "status": "ok",
- "data": {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "phone": "string",
- "email": "string",
- "timezone": "Africa/Abidjan",
- "CFAR": "12345678",
- "SCB": "12345678",
- "SNI": "12345678"
}
}