POST api/v1/zoneGroups
Request Information
URI Parameters
None.
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": "d41d3ee3-495e-41f0-b1e8-f546103ba375",
"creationDate": "2026-05-06T12:08:04.2289663+00:00",
"modificationDate": "2026-05-06T12:08:04.2289663+00:00",
"organizationCode": "sample string 3",
"placeCode": "sample string 4",
"placeId": "cb6cd8ea-9e0c-491a-b635-77bb1cf01e9e",
"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-05-06T12:08:04.2289663+00:00</CreationDate> <Id>d41d3ee3-495e-41f0-b1e8-f546103ba375</Id> <ModificationDate>2026-05-06T12:08:04.2289663+00:00</ModificationDate> <Name>sample string 7</Name> <OrganizationCode>sample string 3</OrganizationCode> <PlaceCode>sample string 4</PlaceCode> <PlaceId>cb6cd8ea-9e0c-491a-b635-77bb1cf01e9e</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.