GET api/Departments?customerId={customerId}

Retorna uma lista de setores por cliente

URI Parameters

NameDescriptionTypeAdditional information
customerId

globally unique identifier

Required

Body Parameters

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Id": "03953206-fc4c-413c-8b66-cf4619b69758"
  },
  {
    "Name": "sample string 1",
    "Id": "03953206-fc4c-413c-8b66-cf4619b69758"
  }
]