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": "da0b5fe6-9011-4f8c-b5d1-278dcaa3e175"
  },
  {
    "Name": "sample string 1",
    "Id": "da0b5fe6-9011-4f8c-b5d1-278dcaa3e175"
  }
]