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": "4e41171c-b11b-4947-8c94-28967e06a0a0"
},
{
"Name": "sample string 1",
"Id": "4e41171c-b11b-4947-8c94-28967e06a0a0"
}
]