POST TerminalsInventoryMovements
Creates a new terminalsInventoryMovement.
Request Information
URI Parameters
None.
Body Parameters
The data of the terminalsInventoryMovement.
TerminalInventoryMovementDtoName | 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": "0ee64a22-0435-4578-87b4-1878cc738365", "IdTerminal": "a91fed50-91fe-4d14-b211-c5c9658feaa9", "IdTerminalInventoryLocation": "f93f7cad-d00a-40be-81ad-98b8fc5584dc", "IdNetwork": "b472662d-1d67-4cca-8bcf-b72cf7f0325d", "TerminalStatus": 5, "LocalDate": "2025-09-13T07:54:11.797636Z", "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>0ee64a22-0435-4578-87b4-1878cc738365</Id> <IdNetwork>b472662d-1d67-4cca-8bcf-b72cf7f0325d</IdNetwork> <IdTerminal>a91fed50-91fe-4d14-b211-c5c9658feaa9</IdTerminal> <IdTerminalInventoryLocation>f93f7cad-d00a-40be-81ad-98b8fc5584dc</IdTerminalInventoryLocation> <LocalDate>2025-09-13T07:54:11.797636Z</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.
TerminalInventoryMovementDtoName | 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": "407ced28-7d7e-447b-ad80-1cb9f2e0ebcd", "IdTerminal": "57b23797-c2a8-4fe2-b7d2-c8418ebbb83f", "IdTerminalInventoryLocation": "3b9603fe-cdda-40c4-b577-e08f554d456d", "IdNetwork": "c2ef8526-b2a3-4d8f-8169-106543c232f6", "TerminalStatus": 5, "LocalDate": "2025-09-13T07:54:11.797636Z", "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>407ced28-7d7e-447b-ad80-1cb9f2e0ebcd</Id> <IdNetwork>c2ef8526-b2a3-4d8f-8169-106543c232f6</IdNetwork> <IdTerminal>57b23797-c2a8-4fe2-b7d2-c8418ebbb83f</IdTerminal> <IdTerminalInventoryLocation>3b9603fe-cdda-40c4-b577-e08f554d456d</IdTerminalInventoryLocation> <LocalDate>2025-09-13T07:54:11.797636Z</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>