POST api/vagasrecselecao/ListOfCompanyEmployees?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ListOfCompanyEmployees| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| companyId | integer |
None. |
|
| name | string |
None. |
|
| countryOfOrigin | string |
None. |
|
| identificationDocument | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"companyId": 1,
"name": "sample string 2",
"countryOfOrigin": "sample string 3",
"identificationDocument": "sample string 4"
}