PUT api/v1/zoneGroups/{code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
ZoneGroupDto| Name | Description | Type | Additional 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": "5e5d18de-9b83-472d-9676-0350c0d6791c",
"creationDate": "2026-03-21T23:17:51.3631638+00:00",
"modificationDate": "2026-03-21T23:17:51.3631638+00:00",
"organizationCode": "sample string 3",
"placeCode": "sample string 4",
"placeId": "3a123be0-5837-40d3-8d32-d2bc6bfb3c37",
"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>2026-03-21T23:17:51.3631638+00:00</CreationDate> <Id>5e5d18de-9b83-472d-9676-0350c0d6791c</Id> <ModificationDate>2026-03-21T23:17:51.3631638+00:00</ModificationDate> <Name>sample string 7</Name> <OrganizationCode>sample string 3</OrganizationCode> <PlaceCode>sample string 4</PlaceCode> <PlaceId>3a123be0-5837-40d3-8d32-d2bc6bfb3c37</PlaceId> </ZoneGroupDto>
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.