PUT api/businessareas/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "6044e069-fd54-4947-9622-2d586f8bb841",
  "Name": "sample string 2",
  "CreationDateUtc": "2025-12-06T03:07:46.0970231+00:00",
  "CreatedByUserId": "a013521c-4315-449d-a8d4-8330d2c6df42",
  "TenantId": "afe1445f-c6f0-48b3-bc8d-6631b0017c28"
}

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>a013521c-4315-449d-a8d4-8330d2c6df42</CreatedByUserId>
  <CreationDateUtc>2025-12-06T03:07:46.0970231+00:00</CreationDateUtc>
  <Id>6044e069-fd54-4947-9622-2d586f8bb841</Id>
  <Name>sample string 2</Name>
  <TenantId>afe1445f-c6f0-48b3-bc8d-6631b0017c28</TenantId>
</BusinessAreaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.