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": "a2785543-049c-44ca-bf56-78636d21207f",
"IdTerminal": "4a62c096-3c4a-42ad-8019-a0fbc449aa4f",
"IdTerminalInventoryLocation": "3eb21a5e-ec31-4c14-8587-4df76fb5e57c",
"IdNetwork": "6b57d18d-55d9-45d6-a5cb-6294983dc7dd",
"TerminalStatus": 5,
"LocalDate": "2025-10-29T08:24:17.0550197Z",
"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>a2785543-049c-44ca-bf56-78636d21207f</Id> <IdNetwork>6b57d18d-55d9-45d6-a5cb-6294983dc7dd</IdNetwork> <IdTerminal>4a62c096-3c4a-42ad-8019-a0fbc449aa4f</IdTerminal> <IdTerminalInventoryLocation>3eb21a5e-ec31-4c14-8587-4df76fb5e57c</IdTerminalInventoryLocation> <LocalDate>2025-10-29T08:24:17.0550197Z</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": "50e78a80-8d73-4451-ba4d-f8c54fa10f3a",
"IdTerminal": "9d6c7e69-e213-4e3b-88b7-ea14a73d91b8",
"IdTerminalInventoryLocation": "576743ef-a98c-456f-8fa6-d3e56a286147",
"IdNetwork": "92b2e9ad-8f82-413d-ae36-2ca77fb26f60",
"TerminalStatus": 5,
"LocalDate": "2025-10-29T08:24:17.0550197Z",
"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>50e78a80-8d73-4451-ba4d-f8c54fa10f3a</Id> <IdNetwork>92b2e9ad-8f82-413d-ae36-2ca77fb26f60</IdNetwork> <IdTerminal>9d6c7e69-e213-4e3b-88b7-ea14a73d91b8</IdTerminal> <IdTerminalInventoryLocation>576743ef-a98c-456f-8fa6-d3e56a286147</IdTerminalInventoryLocation> <LocalDate>2025-10-29T08:24:17.0550197Z</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>