POST CompaniesGroupsMovements
Creates a new companies groups movement.
Request Information
URI Parameters
None.
Body Parameters
The data of the companies groups movement.
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b439ba0f-28ce-4e90-851b-679d0a353446",
"IdNetwork": "bc26afe4-ca7c-4e6c-8165-9d28a177fecd",
"IdCompaniesGroup": "7f436c17-d6cc-489f-b29a-88a5d7bcad32",
"CompaniesGroupDescription": "sample string 4",
"Type": 64,
"Description": "sample string 6",
"Amount": 7.0,
"IdCurrencyCode": "dbb23ce2-683b-40db-8b86-154e081967eb",
"IsDebit": true,
"RealDate": "2026-04-27T21:37:43.3530017Z",
"NetworkDate": "2026-04-27T21:37:43.3530017Z",
"Origen": 64,
"IdOrigen": "6504310d-932d-45be-99e1-06fc484cc346",
"TypeDescription": "Product fasttrack sale autofill",
"DisplayDateTimeString": "2026/04/27 21:37",
"DisplayNetworkDateTimeString": "2026/04/27 21:37"
}
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>b439ba0f-28ce-4e90-851b-679d0a353446</Id> <IdCompaniesGroup>7f436c17-d6cc-489f-b29a-88a5d7bcad32</IdCompaniesGroup> <IdCurrencyCode>dbb23ce2-683b-40db-8b86-154e081967eb</IdCurrencyCode> <IdNetwork>bc26afe4-ca7c-4e6c-8165-9d28a177fecd</IdNetwork> <IdOrigen>6504310d-932d-45be-99e1-06fc484cc346</IdOrigen> <IsDebit>true</IsDebit> <NetworkDate>2026-04-27T21:37:43.3530017Z</NetworkDate> <Origen>64</Origen> <RealDate>2026-04-27T21:37:43.3530017Z</RealDate> <Type>64</Type> </CompaniesGroupsMovementDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the companies groups movement as CompaniesGroupsMovementDto and the link to de companies groups movement.
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": "b4b51738-3561-4368-b34a-50cd95c02096",
"IdNetwork": "b6d8e8b5-993d-420f-87bb-0c1f28b6ad57",
"IdCompaniesGroup": "120cfab0-1ed4-45df-8882-8ca4a5e2f2e1",
"CompaniesGroupDescription": "sample string 4",
"Type": 64,
"Description": "sample string 6",
"Amount": 7.0,
"IdCurrencyCode": "db3a1be3-bedf-4901-b5b6-225fdf84dc4c",
"IsDebit": true,
"RealDate": "2026-04-27T21:37:43.3686209Z",
"NetworkDate": "2026-04-27T21:37:43.3686209Z",
"Origen": 64,
"IdOrigen": "1b8213dc-9593-4993-8da3-9f682ffa2956",
"TypeDescription": "Product fasttrack sale autofill",
"DisplayDateTimeString": "2026/04/27 21:37",
"DisplayNetworkDateTimeString": "2026/04/27 21:37"
}
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>b4b51738-3561-4368-b34a-50cd95c02096</Id> <IdCompaniesGroup>120cfab0-1ed4-45df-8882-8ca4a5e2f2e1</IdCompaniesGroup> <IdCurrencyCode>db3a1be3-bedf-4901-b5b6-225fdf84dc4c</IdCurrencyCode> <IdNetwork>b6d8e8b5-993d-420f-87bb-0c1f28b6ad57</IdNetwork> <IdOrigen>1b8213dc-9593-4993-8da3-9f682ffa2956</IdOrigen> <IsDebit>true</IsDebit> <NetworkDate>2026-04-27T21:37:43.3686209Z</NetworkDate> <Origen>64</Origen> <RealDate>2026-04-27T21:37:43.3686209Z</RealDate> <Type>64</Type> </CompaniesGroupsMovementDto>