PUT api/v1/zoneGroups/{code}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

string

Required

Body Parameters

ZoneGroupDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CreationDate

date

None.

ModificationDate

date

None.

OrganizationCode

string

None.

PlaceCode

string

None.

PlaceId

globally unique identifier

None.

Code

string

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "cc3715b8-3850-4d8c-915b-7a2e375b2978",
  "creationDate": "2025-08-31T06:18:48.8501133+00:00",
  "modificationDate": "2025-08-31T06:18:48.8501133+00:00",
  "organizationCode": "sample string 3",
  "placeCode": "sample string 4",
  "placeId": "1613381c-f1e0-4a95-9d87-afb7412b46eb",
  "code": "sample string 6",
  "name": "sample string 7"
}

application/xml, text/xml

Sample:
<ZoneGroupDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain.Dtos.Location">
  <Code>sample string 6</Code>
  <CreationDate>2025-08-31T06:18:48.8501133+00:00</CreationDate>
  <Id>cc3715b8-3850-4d8c-915b-7a2e375b2978</Id>
  <ModificationDate>2025-08-31T06:18:48.8501133+00:00</ModificationDate>
  <Name>sample string 7</Name>
  <OrganizationCode>sample string 3</OrganizationCode>
  <PlaceCode>sample string 4</PlaceCode>
  <PlaceId>1613381c-f1e0-4a95-9d87-afb7412b46eb</PlaceId>
</ZoneGroupDto>

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.