PUT Zones
Updates the zone.
Request Information
URI Parameters
None.
Body Parameters
The new data of the zone.
ZoneDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdNetwork | globally unique identifier |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
ContactEmails | string |
None. |
|
TerritoryManager | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "f6a7fb4f-b5fb-4b16-9a8a-89f94bd946cd", "IdNetwork": "af6b221a-b571-4294-bae4-7d4a168b33be", "Code": "sample string 3", "Name": "sample string 4", "Description": "sample string 5", "ContactEmails": "sample string 6", "TerritoryManager": "sample string 7" }
application/xml, text/xml
Sample:
<ZoneDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Code>sample string 3</Code> <ContactEmails>sample string 6</ContactEmails> <Description>sample string 5</Description> <Id>f6a7fb4f-b5fb-4b16-9a8a-89f94bd946cd</Id> <IdNetwork>af6b221a-b571-4294-bae4-7d4a168b33be</IdNetwork> <Name>sample string 4</Name> <TerritoryManager>sample string 7</TerritoryManager> </ZoneDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.