PUT TerminalsInventoriesLocations
Updates the terminal inventory location.
Request Information
URI Parameters
None.
Body Parameters
The new 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": "e156686e-b6e1-4f5d-82f5-a1ffa10348c4", "IdNetwork": "0f7c50b8-e8c6-4d37-855e-0fbd76b2b0e3", "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>e156686e-b6e1-4f5d-82f5-a1ffa10348c4</Id> <IdNetwork>0f7c50b8-e8c6-4d37-855e-0fbd76b2b0e3</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.
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": "f7114efe-1816-454d-af1f-34ba62104cf9", "IdNetwork": "3eda998b-ffe8-4dc8-a28c-f5b8f405551b", "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>f7114efe-1816-454d-af1f-34ba62104cf9</Id> <IdNetwork>3eda998b-ffe8-4dc8-a28c-f5b8f405551b</IdNetwork> <Name>sample string 4</Name> <TerminalStatus>64</TerminalStatus> <TerminalStatusDescription>sample string 7</TerminalStatusDescription> </TerminalInventoryLocationDto>