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": "af9c0bd9-da86-452f-b984-22a803cade74",
"IdTerminal": "6bf338c7-7a80-4273-858d-2fae8be8aabe",
"IdTerminalInventoryLocation": "7a4893e9-3b4d-4213-89cc-ec60d01d0b5a",
"IdNetwork": "f5ae259e-f09b-4ba5-88d4-5938ad7b33e9",
"TerminalStatus": 5,
"LocalDate": "2026-07-27T07:16:17.3795475Z",
"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>af9c0bd9-da86-452f-b984-22a803cade74</Id> <IdNetwork>f5ae259e-f09b-4ba5-88d4-5938ad7b33e9</IdNetwork> <IdTerminal>6bf338c7-7a80-4273-858d-2fae8be8aabe</IdTerminal> <IdTerminalInventoryLocation>7a4893e9-3b4d-4213-89cc-ec60d01d0b5a</IdTerminalInventoryLocation> <LocalDate>2026-07-27T07:16:17.3795475Z</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": "14e7f845-5d58-479f-9ed2-e3a8cbeaf38e",
"IdTerminal": "3167ba74-0d59-440d-977e-09f7c74bff4b",
"IdTerminalInventoryLocation": "45920260-0e3d-4ef1-93cd-8622fe0599ef",
"IdNetwork": "9f8739c8-0579-43a3-8ecf-e8dd002e8681",
"TerminalStatus": 5,
"LocalDate": "2026-07-27T07:16:17.3795475Z",
"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>14e7f845-5d58-479f-9ed2-e3a8cbeaf38e</Id> <IdNetwork>9f8739c8-0579-43a3-8ecf-e8dd002e8681</IdNetwork> <IdTerminal>3167ba74-0d59-440d-977e-09f7c74bff4b</IdTerminal> <IdTerminalInventoryLocation>45920260-0e3d-4ef1-93cd-8622fe0599ef</IdTerminalInventoryLocation> <LocalDate>2026-07-27T07:16:17.3795475Z</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>