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": "b9c0140a-3d23-4629-b212-5e0dbbc0d4e4"
},
{
"Name": "sample string 1",
"Cbo": "sample string 2",
"Id": "b9c0140a-3d23-4629-b212-5e0dbbc0d4e4"
}
]