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": "d2ba37fa-6799-4d43-89be-96705650e515", "IdNetwork": "4d19138c-3ead-4358-99e6-e694f8599b1a", "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>d2ba37fa-6799-4d43-89be-96705650e515</Id> <IdNetwork>4d19138c-3ead-4358-99e6-e694f8599b1a</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": "8b4aabab-41ef-49fa-820b-8be0b61d03d7", "IdNetwork": "cc3a0caa-12a0-46d1-8012-e71cb6a0104c", "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>8b4aabab-41ef-49fa-820b-8be0b61d03d7</Id> <IdNetwork>cc3a0caa-12a0-46d1-8012-e71cb6a0104c</IdNetwork> <Name>sample string 4</Name> <TerminalStatus>64</TerminalStatus> <TerminalStatusDescription>sample string 7</TerminalStatusDescription> </TerminalInventoryLocationDto>