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": "56845ca4-8a71-430e-bde1-a537a3d30729",
"creationDate": "2026-02-04T03:07:30.0133511+00:00",
"modificationDate": "2026-02-04T03:07:30.0133511+00:00",
"organizationCode": "sample string 3",
"placeCode": "sample string 4",
"placeId": "f9be0aea-a8b3-4f72-b9d6-aa2e603519d1",
"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-02-04T03:07:30.0133511+00:00</CreationDate> <Id>56845ca4-8a71-430e-bde1-a537a3d30729</Id> <ModificationDate>2026-02-04T03:07:30.0133511+00:00</ModificationDate> <Name>sample string 7</Name> <OrganizationCode>sample string 3</OrganizationCode> <PlaceCode>sample string 4</PlaceCode> <PlaceId>f9be0aea-a8b3-4f72-b9d6-aa2e603519d1</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.