GET CompaniesGroupsMovements/{id}

Gets a companies groups movement by it's ID, represented as CompaniesGroupsMovementDto.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the companies groups movement.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

The companies groups movement data.

CompaniesGroupsMovementDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IdNetwork

globally unique identifier

None.

IdCompaniesGroup

globally unique identifier

None.

CompaniesGroupDescription

string

None.

Type

byte

None.

Description

string

None.

Amount

decimal number

None.

IdCurrencyCode

globally unique identifier

None.

IsDebit

boolean

None.

RealDate

date

None.

NetworkDate

date

None.

Origen

byte

None.

IdOrigen

globally unique identifier

None.

TypeDescription

string

None.

DisplayDateTimeString

string

None.

DisplayNetworkDateTimeString

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "dd2f8e51-594f-453d-85e4-eba676535136",
  "IdNetwork": "3f7ec30a-bd65-4193-a4ac-3aa7f854a91b",
  "IdCompaniesGroup": "7c3e4f56-48eb-4986-9cbe-3c47f73218d6",
  "CompaniesGroupDescription": "sample string 4",
  "Type": 64,
  "Description": "sample string 6",
  "Amount": 7.0,
  "IdCurrencyCode": "af16aaf9-9608-47bc-b2f9-8628436c7641",
  "IsDebit": true,
  "RealDate": "2025-04-25T16:45:11.6037528Z",
  "NetworkDate": "2025-04-25T16:45:11.6037528Z",
  "Origen": 64,
  "IdOrigen": "920531a7-aece-41f9-80fd-b3fabb1cba3f",
  "TypeDescription": "Product fasttrack sale autofill",
  "DisplayDateTimeString": "2025/04/25 16:45",
  "DisplayNetworkDateTimeString": "2025/04/25 16:45"
}

application/xml, text/xml

Sample:
<CompaniesGroupsMovementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <Amount>7</Amount>
  <CompaniesGroupDescription>sample string 4</CompaniesGroupDescription>
  <Description>sample string 6</Description>
  <Id>dd2f8e51-594f-453d-85e4-eba676535136</Id>
  <IdCompaniesGroup>7c3e4f56-48eb-4986-9cbe-3c47f73218d6</IdCompaniesGroup>
  <IdCurrencyCode>af16aaf9-9608-47bc-b2f9-8628436c7641</IdCurrencyCode>
  <IdNetwork>3f7ec30a-bd65-4193-a4ac-3aa7f854a91b</IdNetwork>
  <IdOrigen>920531a7-aece-41f9-80fd-b3fabb1cba3f</IdOrigen>
  <IsDebit>true</IsDebit>
  <NetworkDate>2025-04-25T16:45:11.6037528Z</NetworkDate>
  <Origen>64</Origen>
  <RealDate>2025-04-25T16:45:11.6037528Z</RealDate>
  <Type>64</Type>
</CompaniesGroupsMovementDto>