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": "288eb4e2-2d08-45b6-97fb-f1f1ed7ac2f1",
"CompanyContractId": "5e21c3e8-9f8f-4966-a7bc-ce6b25094148",
"SubAccountIdFrom": "2fdeafb0-6fb6-4b75-a2a0-47bc14e3fe0d",
"SubAccountIdTo": "804d35eb-0ac0-4089-ac60-4fc7511e5b67",
"FuelMasterId": "6ce09e30-81d8-4071-b549-36e9da6f11c8",
"SiteID": "e6ddfc75-76a9-4ba1-9818-d966611bab75",
"CompanyContractPaymentId": "ffa5ae30-faba-487a-9d11-5bade67da62c",
"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>5e21c3e8-9f8f-4966-a7bc-ce6b25094148</CompanyContractId> <CompanyContractPaymentId>ffa5ae30-faba-487a-9d11-5bade67da62c</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>6ce09e30-81d8-4071-b549-36e9da6f11c8</FuelMasterId> <Id>288eb4e2-2d08-45b6-97fb-f1f1ed7ac2f1</Id> <SiteID>e6ddfc75-76a9-4ba1-9818-d966611bab75</SiteID> <SubAccountIdFrom>2fdeafb0-6fb6-4b75-a2a0-47bc14e3fe0d</SubAccountIdFrom> <SubAccountIdTo>804d35eb-0ac0-4089-ac60-4fc7511e5b67</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": "fdbaa6e7-2343-4f4a-9bfa-4a9bb4a1555d",
"CompanyContractId": "2d85a64c-78c9-4c90-ba0d-1095790465b6",
"SubAccountIdFrom": "7133e0fa-8e9f-4009-b155-e93ddcdb9db2",
"SubAccountIdTo": "0bc9a173-d998-43e3-a21f-c36660dda23b",
"FuelMasterId": "5c7c6d42-f6f0-4622-b06e-0a6af2b1d083",
"SiteID": "16083e9e-6d59-44c6-bd22-51f33b4af2b9",
"CompanyContractPaymentId": "5c18c645-bcc4-430f-8c9c-5f847b431556",
"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>2d85a64c-78c9-4c90-ba0d-1095790465b6</CompanyContractId> <CompanyContractPaymentId>5c18c645-bcc4-430f-8c9c-5f847b431556</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>5c7c6d42-f6f0-4622-b06e-0a6af2b1d083</FuelMasterId> <Id>fdbaa6e7-2343-4f4a-9bfa-4a9bb4a1555d</Id> <SiteID>16083e9e-6d59-44c6-bd22-51f33b4af2b9</SiteID> <SubAccountIdFrom>7133e0fa-8e9f-4009-b155-e93ddcdb9db2</SubAccountIdFrom> <SubAccountIdTo>0bc9a173-d998-43e3-a21f-c36660dda23b</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>