POST api/businessareas

Request Information

URI Parameters

None.

Body Parameters

BusinessAreaDto
NameDescriptionTypeAdditional 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": "3ea696e2-9957-4c27-a931-14c0501134d0",
  "Name": "sample string 2",
  "CreationDateUtc": "2025-12-06T03:08:12.3191833+00:00",
  "CreatedByUserId": "b46d3bf4-8df5-4c61-9e7b-75266105e63d",
  "TenantId": "76a66f5a-2585-413e-9852-b819361c5f9c"
}

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>b46d3bf4-8df5-4c61-9e7b-75266105e63d</CreatedByUserId>
  <CreationDateUtc>2025-12-06T03:08:12.3191833+00:00</CreationDateUtc>
  <Id>3ea696e2-9957-4c27-a931-14c0501134d0</Id>
  <Name>sample string 2</Name>
  <TenantId>76a66f5a-2585-413e-9852-b819361c5f9c</TenantId>
</BusinessAreaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.