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": "3c243713-e15f-4c0a-9505-a12b3a24e52a",
"IdNetwork": "fda2d387-ad94-459e-9a1f-1592a56532be",
"IdCompaniesGroup": "4ae2c725-a8a6-4887-8499-2c666356b0ef",
"CompaniesGroupDescription": "sample string 4",
"Type": 64,
"Description": "sample string 6",
"Amount": 7.0,
"IdCurrencyCode": "1eb706e6-e089-44a0-8620-dfca0f6e9928",
"IsDebit": true,
"RealDate": "2025-10-29T05:41:28.2040727Z",
"NetworkDate": "2025-10-29T05:41:28.2040727Z",
"Origen": 64,
"IdOrigen": "20774c3c-5aa1-4090-9900-4fed0f4a5d6a",
"TypeDescription": "Product fasttrack sale autofill",
"DisplayDateTimeString": "2025/10/29 05:41",
"DisplayNetworkDateTimeString": "2025/10/29 05:41"
}
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>3c243713-e15f-4c0a-9505-a12b3a24e52a</Id> <IdCompaniesGroup>4ae2c725-a8a6-4887-8499-2c666356b0ef</IdCompaniesGroup> <IdCurrencyCode>1eb706e6-e089-44a0-8620-dfca0f6e9928</IdCurrencyCode> <IdNetwork>fda2d387-ad94-459e-9a1f-1592a56532be</IdNetwork> <IdOrigen>20774c3c-5aa1-4090-9900-4fed0f4a5d6a</IdOrigen> <IsDebit>true</IsDebit> <NetworkDate>2025-10-29T05:41:28.2040727Z</NetworkDate> <Origen>64</Origen> <RealDate>2025-10-29T05:41:28.2040727Z</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": "d00c5b54-550b-4242-895c-d11835901076",
"IdNetwork": "67cc6ca9-add5-4046-95e6-99d6dd73179c",
"IdCompaniesGroup": "c099935b-d602-4bdc-9ebb-213bd6288b8c",
"CompaniesGroupDescription": "sample string 4",
"Type": 64,
"Description": "sample string 6",
"Amount": 7.0,
"IdCurrencyCode": "d8f4f8cb-eaa5-40ff-90d0-20b2799ab859",
"IsDebit": true,
"RealDate": "2025-10-29T05:41:28.2196994Z",
"NetworkDate": "2025-10-29T05:41:28.2196994Z",
"Origen": 64,
"IdOrigen": "dd37e473-146d-47a4-8864-2f0d33971e83",
"TypeDescription": "Product fasttrack sale autofill",
"DisplayDateTimeString": "2025/10/29 05:41",
"DisplayNetworkDateTimeString": "2025/10/29 05:41"
}
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>d00c5b54-550b-4242-895c-d11835901076</Id> <IdCompaniesGroup>c099935b-d602-4bdc-9ebb-213bd6288b8c</IdCompaniesGroup> <IdCurrencyCode>d8f4f8cb-eaa5-40ff-90d0-20b2799ab859</IdCurrencyCode> <IdNetwork>67cc6ca9-add5-4046-95e6-99d6dd73179c</IdNetwork> <IdOrigen>dd37e473-146d-47a4-8864-2f0d33971e83</IdOrigen> <IsDebit>true</IsDebit> <NetworkDate>2025-10-29T05:41:28.2196994Z</NetworkDate> <Origen>64</Origen> <RealDate>2025-10-29T05:41:28.2196994Z</RealDate> <Type>64</Type> </CompaniesGroupsMovementDto>