POST CompaniesGroupsMovements

Creates a new companies groups movement.

Request Information

URI Parameters

None.

Body Parameters

The data of the companies groups movement.

CompaniesGroupsMovementDto
NameDescriptionTypeAdditional 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": "d928c61d-d4d8-4db7-9790-1713b6b20c20",
  "IdNetwork": "3edf2916-488e-4728-86b0-3cd7351fe6bf",
  "IdCompaniesGroup": "b0853087-b813-42fb-b3b4-dbc58239f035",
  "CompaniesGroupDescription": "sample string 4",
  "Type": 64,
  "Description": "sample string 6",
  "Amount": 7.0,
  "IdCurrencyCode": "9d04e6da-f403-4b5d-9b96-7cdf7a03ce2f",
  "IsDebit": true,
  "RealDate": "2025-04-25T16:24:17.8540808Z",
  "NetworkDate": "2025-04-25T16:24:17.8540808Z",
  "Origen": 64,
  "IdOrigen": "679f8255-bfeb-44c4-b9dd-1b4dbf24bd03",
  "TypeDescription": "Product fasttrack sale autofill",
  "DisplayDateTimeString": "2025/04/25 16:24",
  "DisplayNetworkDateTimeString": "2025/04/25 16:24"
}

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>d928c61d-d4d8-4db7-9790-1713b6b20c20</Id>
  <IdCompaniesGroup>b0853087-b813-42fb-b3b4-dbc58239f035</IdCompaniesGroup>
  <IdCurrencyCode>9d04e6da-f403-4b5d-9b96-7cdf7a03ce2f</IdCurrencyCode>
  <IdNetwork>3edf2916-488e-4728-86b0-3cd7351fe6bf</IdNetwork>
  <IdOrigen>679f8255-bfeb-44c4-b9dd-1b4dbf24bd03</IdOrigen>
  <IsDebit>true</IsDebit>
  <NetworkDate>2025-04-25T16:24:17.8540808Z</NetworkDate>
  <Origen>64</Origen>
  <RealDate>2025-04-25T16:24:17.8540808Z</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
NameDescriptionTypeAdditional 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": "c0726cce-f915-4e0a-84ef-56b204ccb0d0",
  "IdNetwork": "0ca8b769-526d-490b-9968-1805bea8124f",
  "IdCompaniesGroup": "295978a0-bc77-4df2-8959-b46bdc0245b9",
  "CompaniesGroupDescription": "sample string 4",
  "Type": 64,
  "Description": "sample string 6",
  "Amount": 7.0,
  "IdCurrencyCode": "e1a0dd77-ab64-447b-8041-8353820d4326",
  "IsDebit": true,
  "RealDate": "2025-04-25T16:24:17.8697036Z",
  "NetworkDate": "2025-04-25T16:24:17.8697036Z",
  "Origen": 64,
  "IdOrigen": "ba52cdb7-29bd-4e7f-9e25-2e0706f4923b",
  "TypeDescription": "Product fasttrack sale autofill",
  "DisplayDateTimeString": "2025/04/25 16:24",
  "DisplayNetworkDateTimeString": "2025/04/25 16:24"
}

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>c0726cce-f915-4e0a-84ef-56b204ccb0d0</Id>
  <IdCompaniesGroup>295978a0-bc77-4df2-8959-b46bdc0245b9</IdCompaniesGroup>
  <IdCurrencyCode>e1a0dd77-ab64-447b-8041-8353820d4326</IdCurrencyCode>
  <IdNetwork>0ca8b769-526d-490b-9968-1805bea8124f</IdNetwork>
  <IdOrigen>ba52cdb7-29bd-4e7f-9e25-2e0706f4923b</IdOrigen>
  <IsDebit>true</IsDebit>
  <NetworkDate>2025-04-25T16:24:17.8697036Z</NetworkDate>
  <Origen>64</Origen>
  <RealDate>2025-04-25T16:24:17.8697036Z</RealDate>
  <Type>64</Type>
</CompaniesGroupsMovementDto>