GET CompaniesGroupsMovements/{id}
Gets a companies groups movement by it's ID, represented as CompaniesGroupsMovementDto.
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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": "786a8f7a-4822-4bb7-ad4b-fa8f8b294b10",
"IdNetwork": "c5e014ea-940b-4b85-9439-8f976b117008",
"IdCompaniesGroup": "ae5db0f2-edea-45fb-ac02-c0e8b81b92ea",
"CompaniesGroupDescription": "sample string 4",
"Type": 64,
"Description": "sample string 6",
"Amount": 7.0,
"IdCurrencyCode": "63dc857f-d325-4fee-acd3-159de028d675",
"IsDebit": true,
"RealDate": "2026-09-10T10:29:01.0471251Z",
"NetworkDate": "2026-09-10T10:29:01.0471251Z",
"Origen": 64,
"IdOrigen": "d334767b-6300-4a60-8be1-d7657eb846ed",
"TypeDescription": "Product fasttrack sale autofill",
"DisplayDateTimeString": "2026/09/10 10:29",
"DisplayNetworkDateTimeString": "2026/09/10 10:29"
}
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>786a8f7a-4822-4bb7-ad4b-fa8f8b294b10</Id> <IdCompaniesGroup>ae5db0f2-edea-45fb-ac02-c0e8b81b92ea</IdCompaniesGroup> <IdCurrencyCode>63dc857f-d325-4fee-acd3-159de028d675</IdCurrencyCode> <IdNetwork>c5e014ea-940b-4b85-9439-8f976b117008</IdNetwork> <IdOrigen>d334767b-6300-4a60-8be1-d7657eb846ed</IdOrigen> <IsDebit>true</IsDebit> <NetworkDate>2026-09-10T10:29:01.0471251Z</NetworkDate> <Origen>64</Origen> <RealDate>2026-09-10T10:29:01.0471251Z</RealDate> <Type>64</Type> </CompaniesGroupsMovementDto>