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": "6bb9beff-ad97-46d3-9401-b5f08bad8abe",
"Name": "sample string 2",
"CreationDateUtc": "2026-01-11T00:49:06.3464444+00:00",
"CreatedByUserId": "4c4de9f0-4ceb-46ca-a737-6b384ce4c106",
"TenantId": "bb7360d6-4010-493b-aafe-07baedca279d"
}
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>4c4de9f0-4ceb-46ca-a737-6b384ce4c106</CreatedByUserId> <CreationDateUtc>2026-01-11T00:49:06.3464444+00:00</CreationDateUtc> <Id>6bb9beff-ad97-46d3-9401-b5f08bad8abe</Id> <Name>sample string 2</Name> <TenantId>bb7360d6-4010-493b-aafe-07baedca279d</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.