POST TerminalsInventoryMovements
Creates a new terminalsInventoryMovement.
Request Information
URI Parameters
None.
Body Parameters
The data of the terminalsInventoryMovement.
TerminalInventoryMovementDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdTerminal | globally unique identifier |
None. |
|
| IdTerminalInventoryLocation | globally unique identifier |
None. |
|
| IdNetwork | globally unique identifier |
None. |
|
| TerminalStatus | integer |
None. |
|
| LocalDate | date |
None. |
|
| Reason | string |
None. |
|
| TerminalTypeName | string |
None. |
|
| TerminalTypeModelName | string |
None. |
|
| TerminalCode | string |
None. |
|
| Location | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "1d31a0ef-ae93-4d6d-a1c0-406573b8185c",
"IdTerminal": "cfa53eb7-8efa-4791-900b-927ed344298d",
"IdTerminalInventoryLocation": "6e2d0fb7-afd5-4ff9-93ae-d53781da18d3",
"IdNetwork": "ef9e4922-5001-4dbf-99d3-be029afca5e6",
"TerminalStatus": 5,
"LocalDate": "2025-12-15T12:56:34.2988218Z",
"Reason": "sample string 7",
"TerminalTypeName": "sample string 8",
"TerminalTypeModelName": "sample string 9",
"TerminalCode": "sample string 10",
"Location": "sample string 11"
}
application/xml, text/xml
Sample:
<TerminalInventoryMovementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Id>1d31a0ef-ae93-4d6d-a1c0-406573b8185c</Id> <IdNetwork>ef9e4922-5001-4dbf-99d3-be029afca5e6</IdNetwork> <IdTerminal>cfa53eb7-8efa-4791-900b-927ed344298d</IdTerminal> <IdTerminalInventoryLocation>6e2d0fb7-afd5-4ff9-93ae-d53781da18d3</IdTerminalInventoryLocation> <LocalDate>2025-12-15T12:56:34.2988218Z</LocalDate> <Location>sample string 11</Location> <Reason>sample string 7</Reason> <TerminalCode>sample string 10</TerminalCode> <TerminalStatus>5</TerminalStatus> <TerminalTypeModelName>sample string 9</TerminalTypeModelName> <TerminalTypeName>sample string 8</TerminalTypeName> </TerminalInventoryMovementDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the terminalsInventoryMovement as TerminalsInventoryMovementDto and the link to de terminalsInventoryMovement.
TerminalInventoryMovementDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IdTerminal | globally unique identifier |
None. |
|
| IdTerminalInventoryLocation | globally unique identifier |
None. |
|
| IdNetwork | globally unique identifier |
None. |
|
| TerminalStatus | integer |
None. |
|
| LocalDate | date |
None. |
|
| Reason | string |
None. |
|
| TerminalTypeName | string |
None. |
|
| TerminalTypeModelName | string |
None. |
|
| TerminalCode | string |
None. |
|
| Location | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "17a0afa7-2cb7-4a89-b7d5-7ac6acc8663d",
"IdTerminal": "eb769c26-b6a9-48ed-b812-f323ec596204",
"IdTerminalInventoryLocation": "df525654-8b6b-4ca5-8b83-57c2ae8b7c74",
"IdNetwork": "1436e7a8-7356-43ce-9aab-c7773a28e66d",
"TerminalStatus": 5,
"LocalDate": "2025-12-15T12:56:34.2988218Z",
"Reason": "sample string 7",
"TerminalTypeName": "sample string 8",
"TerminalTypeModelName": "sample string 9",
"TerminalCode": "sample string 10",
"Location": "sample string 11"
}
application/xml, text/xml
Sample:
<TerminalInventoryMovementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Id>17a0afa7-2cb7-4a89-b7d5-7ac6acc8663d</Id> <IdNetwork>1436e7a8-7356-43ce-9aab-c7773a28e66d</IdNetwork> <IdTerminal>eb769c26-b6a9-48ed-b812-f323ec596204</IdTerminal> <IdTerminalInventoryLocation>df525654-8b6b-4ca5-8b83-57c2ae8b7c74</IdTerminalInventoryLocation> <LocalDate>2025-12-15T12:56:34.2988218Z</LocalDate> <Location>sample string 11</Location> <Reason>sample string 7</Reason> <TerminalCode>sample string 10</TerminalCode> <TerminalStatus>5</TerminalStatus> <TerminalTypeModelName>sample string 9</TerminalTypeModelName> <TerminalTypeName>sample string 8</TerminalTypeName> </TerminalInventoryMovementDto>