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": "9bf5efab-0e70-42c6-91ad-ccaf70d90cfa",
"Name": "sample string 2",
"CreationDateUtc": "2025-12-06T04:51:14.4074141+00:00",
"CreatedByUserId": "c3fb60fb-9c8b-40e6-be73-22c934800553",
"TenantId": "5866f09d-8ef1-4f6f-821f-8b151afcb183"
}
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>c3fb60fb-9c8b-40e6-be73-22c934800553</CreatedByUserId> <CreationDateUtc>2025-12-06T04:51:14.4074141+00:00</CreationDateUtc> <Id>9bf5efab-0e70-42c6-91ad-ccaf70d90cfa</Id> <Name>sample string 2</Name> <TenantId>5866f09d-8ef1-4f6f-821f-8b151afcb183</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.