POST TerminalsInventoriesLocations
Creates a new zone.
Request Information
URI Parameters
None.
Body Parameters
The data of the zone.
TerminalInventoryLocationDto| Name | 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": "89ff6d12-d293-47ef-b5b6-8594261104e7",
"IdNetwork": "485da77e-98e4-4a4b-bcdd-6aa0ff31d180",
"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>89ff6d12-d293-47ef-b5b6-8594261104e7</Id> <IdNetwork>485da77e-98e4-4a4b-bcdd-6aa0ff31d180</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.
TerminalInventoryLocationDto| Name | 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": "49172687-fe56-44b5-a86d-e7ec9e9e2169",
"IdNetwork": "22243559-6b73-4437-8d95-81b3d577fbe1",
"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>49172687-fe56-44b5-a86d-e7ec9e9e2169</Id> <IdNetwork>22243559-6b73-4437-8d95-81b3d577fbe1</IdNetwork> <Name>sample string 4</Name> <TerminalStatus>64</TerminalStatus> <TerminalStatusDescription>sample string 7</TerminalStatusDescription> </TerminalInventoryLocationDto>