POST api/Positions
Cadastra uma nova função por empresa
URI Parameters
None.
Body Parameters
CreateJobPositionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId |
Id da Empresa |
globally unique identifier |
Required |
| Name |
Nome da função |
string |
Required |
| CBO |
CBO |
string |
None. |
| Description |
Descrição da função |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "e51344db-d461-44f5-8aa2-98c0ce92114a",
"Name": "sample string 2",
"CBO": "sample string 3",
"Description": "sample string 4"
}
Response Formats
application/json, text/json
Sample:
Sample not available.