POST Movements
Creates a new Account Movement.
Request Information
URI Parameters
None.
Body Parameters
CurrentAccountMovementDto| Name | Description | Type | Additional 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": "c5290bc9-32d1-4834-bf83-6a08c34c9095",
"CompanyContractId": "69869333-8952-4af8-ac71-9009d8b160ff",
"SubAccountIdFrom": "2f5135b9-446f-406c-b7e8-402689e217d0",
"SubAccountIdTo": "7715980d-3db5-4d4e-8add-66cfd2bfbbcf",
"FuelMasterId": "541af329-6c9d-4e2a-b233-31df07956b93",
"SiteID": "8b655439-5e25-419c-8e9c-c16eddbaac8b",
"CompanyContractPaymentId": "5df147f8-4036-4912-8d9a-c89aaa15f11c",
"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>69869333-8952-4af8-ac71-9009d8b160ff</CompanyContractId> <CompanyContractPaymentId>5df147f8-4036-4912-8d9a-c89aaa15f11c</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>541af329-6c9d-4e2a-b233-31df07956b93</FuelMasterId> <Id>c5290bc9-32d1-4834-bf83-6a08c34c9095</Id> <SiteID>8b655439-5e25-419c-8e9c-c16eddbaac8b</SiteID> <SubAccountIdFrom>2f5135b9-446f-406c-b7e8-402689e217d0</SubAccountIdFrom> <SubAccountIdTo>7715980d-3db5-4d4e-8add-66cfd2bfbbcf</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CurrentAccountMovementDto| Name | Description | Type | Additional 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": "d98e390c-87ab-4397-9ec0-868042d78e29",
"CompanyContractId": "21102c17-702e-4007-9ebf-e767e5c373f2",
"SubAccountIdFrom": "bbb478ee-1f02-4fe0-ae7b-097602789268",
"SubAccountIdTo": "3efa75e8-af4e-479e-bb29-17ba37780d8b",
"FuelMasterId": "513a8b22-84ad-4bfc-9a04-a64afea96217",
"SiteID": "f5086d9f-6f32-44c6-bd37-c72bd3761d6b",
"CompanyContractPaymentId": "432d8609-3179-4cfa-bdf6-a0e0af60e7a7",
"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>21102c17-702e-4007-9ebf-e767e5c373f2</CompanyContractId> <CompanyContractPaymentId>432d8609-3179-4cfa-bdf6-a0e0af60e7a7</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>513a8b22-84ad-4bfc-9a04-a64afea96217</FuelMasterId> <Id>d98e390c-87ab-4397-9ec0-868042d78e29</Id> <SiteID>f5086d9f-6f32-44c6-bd37-c72bd3761d6b</SiteID> <SubAccountIdFrom>bbb478ee-1f02-4fe0-ae7b-097602789268</SubAccountIdFrom> <SubAccountIdTo>3efa75e8-af4e-479e-bb29-17ba37780d8b</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>