POST TerminalsInventoryMovements

Creates a new terminalsInventoryMovement.

Request Information

URI Parameters

None.

Body Parameters

The data of the terminalsInventoryMovement.

TerminalInventoryMovementDto
NameDescriptionTypeAdditional 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": "9099f13f-a63c-442a-93af-e16b573fddf2",
  "IdTerminal": "48a4b771-ae27-452e-bc9b-d6f0e22a35a5",
  "IdTerminalInventoryLocation": "799abbe0-b494-4568-bf57-8c380ceb60d5",
  "IdNetwork": "55c9be3d-ffb3-4874-acdb-5eedcf37591d",
  "TerminalStatus": 5,
  "LocalDate": "2025-04-25T16:02:26.3510195Z",
  "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>9099f13f-a63c-442a-93af-e16b573fddf2</Id>
  <IdNetwork>55c9be3d-ffb3-4874-acdb-5eedcf37591d</IdNetwork>
  <IdTerminal>48a4b771-ae27-452e-bc9b-d6f0e22a35a5</IdTerminal>
  <IdTerminalInventoryLocation>799abbe0-b494-4568-bf57-8c380ceb60d5</IdTerminalInventoryLocation>
  <LocalDate>2025-04-25T16:02:26.3510195Z</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
NameDescriptionTypeAdditional 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": "0e172cbf-620a-4ce7-be25-08c0fe30bd24",
  "IdTerminal": "cbc9bc44-7517-45d7-b519-c47406bfabe5",
  "IdTerminalInventoryLocation": "818380fc-506e-4a4f-8304-61cbd98f9289",
  "IdNetwork": "4a70b8f2-92e1-4b6f-a15e-4dbb21972254",
  "TerminalStatus": 5,
  "LocalDate": "2025-04-25T16:02:26.3510195Z",
  "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>0e172cbf-620a-4ce7-be25-08c0fe30bd24</Id>
  <IdNetwork>4a70b8f2-92e1-4b6f-a15e-4dbb21972254</IdNetwork>
  <IdTerminal>cbc9bc44-7517-45d7-b519-c47406bfabe5</IdTerminal>
  <IdTerminalInventoryLocation>818380fc-506e-4a4f-8304-61cbd98f9289</IdTerminalInventoryLocation>
  <LocalDate>2025-04-25T16:02:26.3510195Z</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>