POST api/areas
Request Information
URI Parameters
None.
Body Parameters
AreaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| SubordinateArea | AreaModel |
None. |
|
| AuthorId | integer |
None. |
|
| Author | string |
None. |
|
| Created | date |
None. |
|
| EditorId | integer |
None. |
|
| Editor | string |
None. |
|
| Modified | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Code": "sample string 2",
"Name": "sample string 3",
"AuthorId": 4,
"Author": "sample string 5",
"Created": "2026-03-09T17:06:46.5539018-03:00",
"EditorId": 6,
"Editor": "sample string 7",
"Modified": "2026-03-09T17:06:46.5539018-03:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.