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": "f72616e9-bbf0-4c0a-a2c4-472f52026d13",
"IdTerminal": "31501e1e-e8d7-48c2-99b3-ccd8f8844cb1",
"IdTerminalInventoryLocation": "f2d6f233-4ac8-48de-80f3-d52bafbfc462",
"IdNetwork": "3f1b8cf0-dbcd-408c-a5de-5130a8c1af74",
"TerminalStatus": 5,
"LocalDate": "2026-09-10T08:36:05.434221Z",
"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>f72616e9-bbf0-4c0a-a2c4-472f52026d13</Id> <IdNetwork>3f1b8cf0-dbcd-408c-a5de-5130a8c1af74</IdNetwork> <IdTerminal>31501e1e-e8d7-48c2-99b3-ccd8f8844cb1</IdTerminal> <IdTerminalInventoryLocation>f2d6f233-4ac8-48de-80f3-d52bafbfc462</IdTerminalInventoryLocation> <LocalDate>2026-09-10T08:36:05.434221Z</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": "1e9ed748-40f9-48b1-89e4-b1d6d634a12d",
"IdTerminal": "186933af-7261-4ca7-b09a-36e7b5f7acae",
"IdTerminalInventoryLocation": "7a2dcece-85df-47fd-8502-174a5beb8a8c",
"IdNetwork": "d1cb2e24-743b-463a-bf2d-dfb77453dfd2",
"TerminalStatus": 5,
"LocalDate": "2026-09-10T08:36:05.4498432Z",
"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>1e9ed748-40f9-48b1-89e4-b1d6d634a12d</Id> <IdNetwork>d1cb2e24-743b-463a-bf2d-dfb77453dfd2</IdNetwork> <IdTerminal>186933af-7261-4ca7-b09a-36e7b5f7acae</IdTerminal> <IdTerminalInventoryLocation>7a2dcece-85df-47fd-8502-174a5beb8a8c</IdTerminalInventoryLocation> <LocalDate>2026-09-10T08:36:05.4498432Z</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>