POST Movements

Creates a new Account Movement.

Request Information

URI Parameters

None.

Body Parameters

CurrentAccountMovementDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CompanyContractId

globally unique identifier

None.

SubAccountIdFrom

globally unique identifier

None.

SubAccountIdTo

globally unique identifier

None.

FuelMasterId

globally unique identifier

None.

SiteID

globally unique identifier

None.

CompanyContractPaymentId

globally unique identifier

None.

Type

byte

None.

Amount

decimal number

None.

CVV

string

None.

Description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "52d4c4fe-1bea-46b0-8329-73eaf6b77897",
  "CompanyContractId": "ea2cbb06-3813-46ed-97a8-41c1bca5ca26",
  "SubAccountIdFrom": "1221f2b6-e4d1-4c35-8bac-01095381d5d2",
  "SubAccountIdTo": "40e88539-91d0-4fcf-93c4-793ed764cc4e",
  "FuelMasterId": "3426f56a-4658-4944-9890-71a3dedfef19",
  "SiteID": "2e403f11-4c56-4531-ac94-773274a782d6",
  "CompanyContractPaymentId": "ed0ca6eb-a241-49d1-b68f-793f4a362cf0",
  "Type": 64,
  "Amount": 4.0,
  "CVV": "sample string 5",
  "Description": "sample string 6"
}

application/xml, text/xml

Sample:
<CurrentAccountMovementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.CurrentsAccounts">
  <Amount>4</Amount>
  <CVV>sample string 5</CVV>
  <CompanyContractId>ea2cbb06-3813-46ed-97a8-41c1bca5ca26</CompanyContractId>
  <CompanyContractPaymentId>ed0ca6eb-a241-49d1-b68f-793f4a362cf0</CompanyContractPaymentId>
  <Description>sample string 6</Description>
  <FuelMasterId>3426f56a-4658-4944-9890-71a3dedfef19</FuelMasterId>
  <Id>52d4c4fe-1bea-46b0-8329-73eaf6b77897</Id>
  <SiteID>2e403f11-4c56-4531-ac94-773274a782d6</SiteID>
  <SubAccountIdFrom>1221f2b6-e4d1-4c35-8bac-01095381d5d2</SubAccountIdFrom>
  <SubAccountIdTo>40e88539-91d0-4fcf-93c4-793ed764cc4e</SubAccountIdTo>
  <Type>64</Type>
</CurrentAccountMovementDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CurrentAccountMovementDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CompanyContractId

globally unique identifier

None.

SubAccountIdFrom

globally unique identifier

None.

SubAccountIdTo

globally unique identifier

None.

FuelMasterId

globally unique identifier

None.

SiteID

globally unique identifier

None.

CompanyContractPaymentId

globally unique identifier

None.

Type

byte

None.

Amount

decimal number

None.

CVV

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "e5228be2-8b42-4ae0-b483-69a90e2cef7b",
  "CompanyContractId": "785debe2-c3a7-4569-b6e7-030c81fa1200",
  "SubAccountIdFrom": "82432c5f-5cd2-4410-8ae6-d00880221dcf",
  "SubAccountIdTo": "7d702929-59ae-4ada-ae76-5c8cfefa64bf",
  "FuelMasterId": "cb1724bb-dff4-4f34-a27c-120291d8a1fb",
  "SiteID": "481bcbe4-1040-4fe9-b61f-7f481fbb0062",
  "CompanyContractPaymentId": "791e4b98-7503-4ed2-84a1-664784bf0cea",
  "Type": 64,
  "Amount": 4.0,
  "CVV": "sample string 5",
  "Description": "sample string 6"
}

application/xml, text/xml

Sample:
<CurrentAccountMovementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.CurrentsAccounts">
  <Amount>4</Amount>
  <CVV>sample string 5</CVV>
  <CompanyContractId>785debe2-c3a7-4569-b6e7-030c81fa1200</CompanyContractId>
  <CompanyContractPaymentId>791e4b98-7503-4ed2-84a1-664784bf0cea</CompanyContractPaymentId>
  <Description>sample string 6</Description>
  <FuelMasterId>cb1724bb-dff4-4f34-a27c-120291d8a1fb</FuelMasterId>
  <Id>e5228be2-8b42-4ae0-b483-69a90e2cef7b</Id>
  <SiteID>481bcbe4-1040-4fe9-b61f-7f481fbb0062</SiteID>
  <SubAccountIdFrom>82432c5f-5cd2-4410-8ae6-d00880221dcf</SubAccountIdFrom>
  <SubAccountIdTo>7d702929-59ae-4ada-ae76-5c8cfefa64bf</SubAccountIdTo>
  <Type>64</Type>
</CurrentAccountMovementDto>