POST api/Sectores
Request Information
URI Parameters
None.
Body Parameters
Sectores| Name | Description | Type | Additional information |
|---|---|---|---|
| SectoresID | integer |
None. |
|
| Sector | string |
Required String length: inclusive between 0 and 100 |
|
| Sigla | string |
Required String length: inclusive between 0 and 20 |
|
| EmpresasID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SectoresID": 1,
"Sector": "sample string 2",
"Sigla": "sample string 3",
"EmpresasID": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Sectores| Name | Description | Type | Additional information |
|---|---|---|---|
| SectoresID | integer |
None. |
|
| Sector | string |
Required String length: inclusive between 0 and 100 |
|
| Sigla | string |
Required String length: inclusive between 0 and 20 |
|
| EmpresasID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SectoresID": 1,
"Sector": "sample string 2",
"Sigla": "sample string 3",
"EmpresasID": 4
}