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": "73265ac7-76fe-4813-b3b6-8f94474abeb2",
"CompanyContractId": "4b11499b-22b7-42df-9fab-0cb264174427",
"SubAccountIdFrom": "fe8eed48-262d-4ce6-92ae-6043169d5556",
"SubAccountIdTo": "43b549eb-ff60-49f6-a292-45fe9bcb36a9",
"FuelMasterId": "3698f3b7-7f8e-4007-aaeb-e045268c876c",
"SiteID": "4091c423-2969-4053-8446-9f7ba516768f",
"CompanyContractPaymentId": "21cd461a-9f2e-4373-9ce0-37e5d8a2325b",
"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>4b11499b-22b7-42df-9fab-0cb264174427</CompanyContractId> <CompanyContractPaymentId>21cd461a-9f2e-4373-9ce0-37e5d8a2325b</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>3698f3b7-7f8e-4007-aaeb-e045268c876c</FuelMasterId> <Id>73265ac7-76fe-4813-b3b6-8f94474abeb2</Id> <SiteID>4091c423-2969-4053-8446-9f7ba516768f</SiteID> <SubAccountIdFrom>fe8eed48-262d-4ce6-92ae-6043169d5556</SubAccountIdFrom> <SubAccountIdTo>43b549eb-ff60-49f6-a292-45fe9bcb36a9</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": "b4fbd6a4-7de9-48a7-9e96-afb056f6584a",
"CompanyContractId": "24083547-0dbc-479a-8fc4-a0b43373b512",
"SubAccountIdFrom": "6e923da3-5e59-4f2d-87fd-a47903dedc85",
"SubAccountIdTo": "4ad83b9d-e6a6-4b44-b3e6-a8d026283a20",
"FuelMasterId": "a2a35357-e58e-417e-9721-36fbed0aa5ea",
"SiteID": "f4999172-1547-43ef-bbea-d6101a0b8d40",
"CompanyContractPaymentId": "41297ae4-94c7-4736-822e-b1a5f88ce32c",
"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>24083547-0dbc-479a-8fc4-a0b43373b512</CompanyContractId> <CompanyContractPaymentId>41297ae4-94c7-4736-822e-b1a5f88ce32c</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>a2a35357-e58e-417e-9721-36fbed0aa5ea</FuelMasterId> <Id>b4fbd6a4-7de9-48a7-9e96-afb056f6584a</Id> <SiteID>f4999172-1547-43ef-bbea-d6101a0b8d40</SiteID> <SubAccountIdFrom>6e923da3-5e59-4f2d-87fd-a47903dedc85</SubAccountIdFrom> <SubAccountIdTo>4ad83b9d-e6a6-4b44-b3e6-a8d026283a20</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>