GET api/Departments?customerId={customerId}
Retorna uma lista de setores por cliente
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | globally unique identifier |
Required |
Body Parameters
None.
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"Id": "af5b7604-d554-40b5-8105-2ed1c8ac9ae8"
},
{
"Name": "sample string 1",
"Id": "af5b7604-d554-40b5-8105-2ed1c8ac9ae8"
}
]