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": "607e343d-3bb7-42ba-b85c-3f1b9c19a01a",
"IdNetwork": "aa481a37-40f9-4c02-9066-d5841e23c8ba",
"IdCompaniesGroup": "9ca532bd-a7a2-4068-a263-4cd8cc61839c",
"CompaniesGroupDescription": "sample string 4",
"Type": 64,
"Description": "sample string 6",
"Amount": 7.0,
"IdCurrencyCode": "36716d16-7326-44eb-8b32-bae4b03a9faf",
"IsDebit": true,
"RealDate": "2026-04-27T22:48:05.0864152Z",
"NetworkDate": "2026-04-27T22:48:05.0864152Z",
"Origen": 64,
"IdOrigen": "84b658d1-b957-4d02-a6cf-e0166137c238",
"TypeDescription": "Product fasttrack sale autofill",
"DisplayDateTimeString": "2026/04/27 22:48",
"DisplayNetworkDateTimeString": "2026/04/27 22:48"
}
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>607e343d-3bb7-42ba-b85c-3f1b9c19a01a</Id> <IdCompaniesGroup>9ca532bd-a7a2-4068-a263-4cd8cc61839c</IdCompaniesGroup> <IdCurrencyCode>36716d16-7326-44eb-8b32-bae4b03a9faf</IdCurrencyCode> <IdNetwork>aa481a37-40f9-4c02-9066-d5841e23c8ba</IdNetwork> <IdOrigen>84b658d1-b957-4d02-a6cf-e0166137c238</IdOrigen> <IsDebit>true</IsDebit> <NetworkDate>2026-04-27T22:48:05.0864152Z</NetworkDate> <Origen>64</Origen> <RealDate>2026-04-27T22:48:05.0864152Z</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": "462bffa8-bbbb-4aa9-8e2b-33d827b4a3d4",
"IdNetwork": "a03397ec-7dda-4190-a1a5-3e4647478624",
"IdCompaniesGroup": "19e1fbf3-5bba-468b-b074-4fe170852d9e",
"CompaniesGroupDescription": "sample string 4",
"Type": 64,
"Description": "sample string 6",
"Amount": 7.0,
"IdCurrencyCode": "d4515698-6379-4abc-a7e4-f26dc9c0dfe1",
"IsDebit": true,
"RealDate": "2026-04-27T22:48:05.0864152Z",
"NetworkDate": "2026-04-27T22:48:05.0864152Z",
"Origen": 64,
"IdOrigen": "ed7ca241-5a07-4f8a-8bff-efdded02bac6",
"TypeDescription": "Product fasttrack sale autofill",
"DisplayDateTimeString": "2026/04/27 22:48",
"DisplayNetworkDateTimeString": "2026/04/27 22:48"
}
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>462bffa8-bbbb-4aa9-8e2b-33d827b4a3d4</Id> <IdCompaniesGroup>19e1fbf3-5bba-468b-b074-4fe170852d9e</IdCompaniesGroup> <IdCurrencyCode>d4515698-6379-4abc-a7e4-f26dc9c0dfe1</IdCurrencyCode> <IdNetwork>a03397ec-7dda-4190-a1a5-3e4647478624</IdNetwork> <IdOrigen>ed7ca241-5a07-4f8a-8bff-efdded02bac6</IdOrigen> <IsDebit>true</IsDebit> <NetworkDate>2026-04-27T22:48:05.0864152Z</NetworkDate> <Origen>64</Origen> <RealDate>2026-04-27T22:48:05.0864152Z</RealDate> <Type>64</Type> </CompaniesGroupsMovementDto>