GET api/Positions?customerId={customerId}
Retorna uma lista de funções 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",
"Cbo": "sample string 2",
"Id": "38d3fc1b-d73a-4b41-8816-2c1d868f9a57"
},
{
"Name": "sample string 1",
"Cbo": "sample string 2",
"Id": "38d3fc1b-d73a-4b41-8816-2c1d868f9a57"
}
]