POST TerminalsInventoriesLocations
Creates a new zone.
Request Information
URI Parameters
None.
Body Parameters
The data of the zone.
TerminalInventoryLocationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdNetwork | globally unique identifier |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
TerminalStatus | byte |
None. |
|
TerminalStatusDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "2da75fa5-0481-4fbe-a891-5ca44abec1bc", "IdNetwork": "11c867ac-e8df-4942-ac04-ebeb4b9a43e6", "Code": "sample string 3", "Name": "sample string 4", "Description": "sample string 5", "TerminalStatus": 64, "TerminalStatusDescription": "sample string 7" }
application/xml, text/xml
Sample:
<TerminalInventoryLocationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Code>sample string 3</Code> <Description>sample string 5</Description> <Id>2da75fa5-0481-4fbe-a891-5ca44abec1bc</Id> <IdNetwork>11c867ac-e8df-4942-ac04-ebeb4b9a43e6</IdNetwork> <Name>sample string 4</Name> <TerminalStatus>64</TerminalStatus> <TerminalStatusDescription>sample string 7</TerminalStatusDescription> </TerminalInventoryLocationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the zone as ZoneDto and the link to de zone.
TerminalInventoryLocationDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
IdNetwork | globally unique identifier |
None. |
|
Code | string |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
TerminalStatus | byte |
None. |
|
TerminalStatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "ffd8e01c-f9d4-4031-b0fc-c1d23951104b", "IdNetwork": "3f086b7d-d7f4-47c8-928c-57998ecef9d7", "Code": "sample string 3", "Name": "sample string 4", "Description": "sample string 5", "TerminalStatus": 64, "TerminalStatusDescription": "sample string 7" }
application/xml, text/xml
Sample:
<TerminalInventoryLocationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Code>sample string 3</Code> <Description>sample string 5</Description> <Id>ffd8e01c-f9d4-4031-b0fc-c1d23951104b</Id> <IdNetwork>3f086b7d-d7f4-47c8-928c-57998ecef9d7</IdNetwork> <Name>sample string 4</Name> <TerminalStatus>64</TerminalStatus> <TerminalStatusDescription>sample string 7</TerminalStatusDescription> </TerminalInventoryLocationDto>