POST api/businessareas
Request Information
URI Parameters
None.
Body Parameters
BusinessAreaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CreationDateUtc | date |
None. |
|
| CreatedByUserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "9f81ef4f-4daf-4d74-baf4-858f87da6f24",
"Name": "sample string 2",
"CreationDateUtc": "2026-01-10T18:55:26.7586135+00:00",
"CreatedByUserId": "ad0d5a85-9a8e-4f79-99b2-de8f8f283a40",
"TenantId": "c28fc70d-8252-45bb-9de7-039d9b5c1c3d"
}
application/xml, text/xml
Sample:
<BusinessAreaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Profile.Models"> <CreatedByUserId>ad0d5a85-9a8e-4f79-99b2-de8f8f283a40</CreatedByUserId> <CreationDateUtc>2026-01-10T18:55:26.7586135+00:00</CreationDateUtc> <Id>9f81ef4f-4daf-4d74-baf4-858f87da6f24</Id> <Name>sample string 2</Name> <TenantId>c28fc70d-8252-45bb-9de7-039d9b5c1c3d</TenantId> </BusinessAreaDto>
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.