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": "1dc4605b-2e84-4388-a6c5-6d2836be256a",
"IdTerminal": "29a40048-de70-4be3-a6bb-5cfeb2c1d350",
"IdTerminalInventoryLocation": "460e66b6-c7f3-48b4-ab11-f99e37dd0582",
"IdNetwork": "3f0e79a2-b9bd-4e88-a693-7668df7337e9",
"TerminalStatus": 5,
"LocalDate": "2026-06-12T01:24:41.1405999Z",
"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>1dc4605b-2e84-4388-a6c5-6d2836be256a</Id> <IdNetwork>3f0e79a2-b9bd-4e88-a693-7668df7337e9</IdNetwork> <IdTerminal>29a40048-de70-4be3-a6bb-5cfeb2c1d350</IdTerminal> <IdTerminalInventoryLocation>460e66b6-c7f3-48b4-ab11-f99e37dd0582</IdTerminalInventoryLocation> <LocalDate>2026-06-12T01:24:41.1405999Z</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": "635be914-8532-4153-bacd-08923ec94485",
"IdTerminal": "efdbf194-adca-4192-8c71-910dc3128d0f",
"IdTerminalInventoryLocation": "7186c9eb-32d5-40ce-a3c9-62f2eec04ad4",
"IdNetwork": "acd26fb8-2917-403f-bcef-6a77f7c19b66",
"TerminalStatus": 5,
"LocalDate": "2026-06-12T01:24:41.1405999Z",
"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>635be914-8532-4153-bacd-08923ec94485</Id> <IdNetwork>acd26fb8-2917-403f-bcef-6a77f7c19b66</IdNetwork> <IdTerminal>efdbf194-adca-4192-8c71-910dc3128d0f</IdTerminal> <IdTerminalInventoryLocation>7186c9eb-32d5-40ce-a3c9-62f2eec04ad4</IdTerminalInventoryLocation> <LocalDate>2026-06-12T01:24:41.1405999Z</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>