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": "c45850c5-033f-4dc7-8c37-0cf9e8bbf435",
"IdNetwork": "f5a30818-8339-44d9-a0c6-7dc5b096ec6c",
"IdCompaniesGroup": "d53aa002-409b-4192-98aa-3fe2886c5bd4",
"CompaniesGroupDescription": "sample string 4",
"Type": 64,
"Description": "sample string 6",
"Amount": 7.0,
"IdCurrencyCode": "6ee7d77c-6d6e-45d5-9b7e-4f09c7eade3d",
"IsDebit": true,
"RealDate": "2026-07-27T07:18:58.5817246Z",
"NetworkDate": "2026-07-27T07:18:58.5817246Z",
"Origen": 64,
"IdOrigen": "6608b151-75fa-4ba5-be77-9501aeeefdca",
"TypeDescription": "Product fasttrack sale autofill",
"DisplayDateTimeString": "2026/07/27 07:18",
"DisplayNetworkDateTimeString": "2026/07/27 07:18"
}
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>c45850c5-033f-4dc7-8c37-0cf9e8bbf435</Id> <IdCompaniesGroup>d53aa002-409b-4192-98aa-3fe2886c5bd4</IdCompaniesGroup> <IdCurrencyCode>6ee7d77c-6d6e-45d5-9b7e-4f09c7eade3d</IdCurrencyCode> <IdNetwork>f5a30818-8339-44d9-a0c6-7dc5b096ec6c</IdNetwork> <IdOrigen>6608b151-75fa-4ba5-be77-9501aeeefdca</IdOrigen> <IsDebit>true</IsDebit> <NetworkDate>2026-07-27T07:18:58.5817246Z</NetworkDate> <Origen>64</Origen> <RealDate>2026-07-27T07:18:58.5817246Z</RealDate> <Type>64</Type> </CompaniesGroupsMovementDto>