Update API Reference
@@ -59,17 +59,18 @@ List all departments.
|
|||||||
|
|
||||||
Getting department by identifier.
|
Getting department by identifier.
|
||||||
|
|
||||||
**Response:**
|
**Request body:**
|
||||||
```json
|
```json
|
||||||
[
|
[
|
||||||
{ "code": "ENG"},
|
{ "code": "ENG"},
|
||||||
]
|
]
|
||||||
|
```
|
||||||
|
```json
|
||||||
[
|
[
|
||||||
{ "name": "Marketing"},
|
{ "name": "Marketing"},
|
||||||
]
|
]
|
||||||
|
```
|
||||||
|
```json
|
||||||
[
|
[
|
||||||
{ "cost_center": "CC-1100"},
|
{ "cost_center": "CC-1100"},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user