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": "b1b672ae-8d9b-4a6a-9956-5e084cb41fba",
"IdTerminal": "430fce74-3371-45b1-8aac-18ad4df433f6",
"IdTerminalInventoryLocation": "0c03abd9-9b0c-40c5-bd17-056bccb00d32",
"IdNetwork": "8ad5752f-ef49-4e5e-aeca-da39d3136501",
"TerminalStatus": 5,
"LocalDate": "2026-03-13T12:28:52.8954453Z",
"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>b1b672ae-8d9b-4a6a-9956-5e084cb41fba</Id> <IdNetwork>8ad5752f-ef49-4e5e-aeca-da39d3136501</IdNetwork> <IdTerminal>430fce74-3371-45b1-8aac-18ad4df433f6</IdTerminal> <IdTerminalInventoryLocation>0c03abd9-9b0c-40c5-bd17-056bccb00d32</IdTerminalInventoryLocation> <LocalDate>2026-03-13T12:28:52.8954453Z</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": "6319a03f-2a5b-422b-b4ae-45309184b95e",
"IdTerminal": "13f1245b-e288-41df-b591-465198cf45e4",
"IdTerminalInventoryLocation": "1c843ce2-1077-4399-bb64-fdab9cdeb04b",
"IdNetwork": "09ac26b5-c2d8-4a41-baa1-6910ee1048a9",
"TerminalStatus": 5,
"LocalDate": "2026-03-13T12:28:52.9110721Z",
"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>6319a03f-2a5b-422b-b4ae-45309184b95e</Id> <IdNetwork>09ac26b5-c2d8-4a41-baa1-6910ee1048a9</IdNetwork> <IdTerminal>13f1245b-e288-41df-b591-465198cf45e4</IdTerminal> <IdTerminalInventoryLocation>1c843ce2-1077-4399-bb64-fdab9cdeb04b</IdTerminalInventoryLocation> <LocalDate>2026-03-13T12:28:52.9110721Z</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>