POST api/SubArea/Add
Request Information
URI Parameters
None.
Body Parameters
SubAreaValueObject| Name | Description | Type | Additional information |
|---|---|---|---|
| IDSubArea | integer |
None. |
|
| Descricao | string |
None. |
|
| Ativo | boolean |
None. |
|
| IDArea | integer |
None. |
|
| Area | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idSubArea": 1,
"descricao": "sample string 2",
"ativo": true,
"idArea": 4,
"area": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.