Get Many Departments
Bad Request
Unauthorized
Forbidden
Internal server error
{- "status": "ok",
- "data": [
- {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "description": "string",
- "costCenterId": "string",
- "effectiveCostCenterId": "string",
- "parentId": "string"
}
], - "total": 500,
- "count": 50,
- "offset": 50,
- "relations": {
- "costCenter": [
- {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "code": "string",
- "name": "string"
}
], - "effectiveCostCenter": [
- {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "code": "string",
- "name": "string"
}
]
}
}Create One Department
Bad Request
Unauthorized
Forbidden
Internal server error
{- "name": "string",
- "description": "string",
- "costCenterId": "string",
- "parentId": "string"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "description": "string",
- "costCenterId": "string",
- "effectiveCostCenterId": "string",
- "parentId": "string"
}
}Get One Department
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "description": "string",
- "costCenterId": "string",
- "effectiveCostCenterId": "string",
- "parentId": "string"
}, - "relations": {
- "costCenter": [
- {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "code": "string",
- "name": "string"
}
], - "effectiveCostCenter": [
- {
- "id": "string",
- "companyId": "507f1f77bcf86cd799439011",
- "code": "string",
- "name": "string"
}
]
}
}Update One Department
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "string",
- "description": "string",
- "costCenterId": "string",
- "parentId": "string"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "description": "string",
- "costCenterId": "string",
- "effectiveCostCenterId": "string",
- "parentId": "string"
}
}Replace One Department
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
{- "name": "string",
- "description": "string",
- "costCenterId": "string",
- "parentId": "string"
}{- "status": "ok",
- "data": {
- "id": "507f1f77bcf86cd799439011",
- "companyId": "507f1f77bcf86cd799439011",
- "name": "string",
- "description": "string",
- "costCenterId": "string",
- "effectiveCostCenterId": "string",
- "parentId": "string"
}
}