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": "40a2c860-dbac-475c-a8e8-a54951370df0",
"CompanyContractId": "64123a80-0d8b-469a-b6b5-e77d55baa9ef",
"SubAccountIdFrom": "7ca078b4-8105-4274-8879-0c3aaf26525c",
"SubAccountIdTo": "7a88e934-e14c-4489-8d8e-cae5b51b26be",
"FuelMasterId": "4938d1a1-d8db-4b88-ad5b-ac887aa39890",
"SiteID": "b64c06c1-a33b-4700-a422-da4d9ec28e07",
"CompanyContractPaymentId": "7a74db3d-0d61-463d-9c3b-72b582d10ab8",
"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>64123a80-0d8b-469a-b6b5-e77d55baa9ef</CompanyContractId> <CompanyContractPaymentId>7a74db3d-0d61-463d-9c3b-72b582d10ab8</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>4938d1a1-d8db-4b88-ad5b-ac887aa39890</FuelMasterId> <Id>40a2c860-dbac-475c-a8e8-a54951370df0</Id> <SiteID>b64c06c1-a33b-4700-a422-da4d9ec28e07</SiteID> <SubAccountIdFrom>7ca078b4-8105-4274-8879-0c3aaf26525c</SubAccountIdFrom> <SubAccountIdTo>7a88e934-e14c-4489-8d8e-cae5b51b26be</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": "df4f9d0f-c798-4c0e-be64-62f10fd46647",
"CompanyContractId": "0cc026b8-8ae8-414b-a55b-93aadf214585",
"SubAccountIdFrom": "c08a7e13-cc20-4246-a66e-6e447d441eee",
"SubAccountIdTo": "a6c68cd3-af31-4af1-80ae-1d2177ff9df3",
"FuelMasterId": "08907edb-a105-4146-8912-b770418f4b58",
"SiteID": "b51a5762-0eef-4860-a1e0-6bf7beb2eb30",
"CompanyContractPaymentId": "6971f20a-0e72-4dd0-8eb1-f01aefb22012",
"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>0cc026b8-8ae8-414b-a55b-93aadf214585</CompanyContractId> <CompanyContractPaymentId>6971f20a-0e72-4dd0-8eb1-f01aefb22012</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>08907edb-a105-4146-8912-b770418f4b58</FuelMasterId> <Id>df4f9d0f-c798-4c0e-be64-62f10fd46647</Id> <SiteID>b51a5762-0eef-4860-a1e0-6bf7beb2eb30</SiteID> <SubAccountIdFrom>c08a7e13-cc20-4246-a66e-6e447d441eee</SubAccountIdFrom> <SubAccountIdTo>a6c68cd3-af31-4af1-80ae-1d2177ff9df3</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>