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": "e54bb837-bc3f-4798-aa21-f1b186438617",
"CompanyContractId": "7cb57f93-5546-4bfa-925b-04c3e2d37bd7",
"SubAccountIdFrom": "d18d9e38-cc79-404d-9e60-4c907296821d",
"SubAccountIdTo": "9569fd45-636a-4b36-bc0f-34b6458e753d",
"FuelMasterId": "b958a080-4115-4083-a24d-d02c2fba6029",
"SiteID": "6d74f28c-6bf1-46a9-8c82-a927073286f3",
"CompanyContractPaymentId": "7bab05cf-e28c-4890-8114-d61567c8e7aa",
"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>7cb57f93-5546-4bfa-925b-04c3e2d37bd7</CompanyContractId> <CompanyContractPaymentId>7bab05cf-e28c-4890-8114-d61567c8e7aa</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>b958a080-4115-4083-a24d-d02c2fba6029</FuelMasterId> <Id>e54bb837-bc3f-4798-aa21-f1b186438617</Id> <SiteID>6d74f28c-6bf1-46a9-8c82-a927073286f3</SiteID> <SubAccountIdFrom>d18d9e38-cc79-404d-9e60-4c907296821d</SubAccountIdFrom> <SubAccountIdTo>9569fd45-636a-4b36-bc0f-34b6458e753d</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": "8c5de9b2-9754-468b-be7a-a3a0cd3bc133",
"CompanyContractId": "6c95ee15-383d-4b3b-9fa4-c9d4829b4818",
"SubAccountIdFrom": "8265601e-c1d0-4055-9d45-9f2dcb742bf1",
"SubAccountIdTo": "a3ad099f-dab1-4287-a9d7-16daf5d376ec",
"FuelMasterId": "20b92560-9dd7-4cba-9b2f-b73acb5803dc",
"SiteID": "9de0c916-a2a2-4ba3-be0d-ed1aa79674aa",
"CompanyContractPaymentId": "498c8b65-8ef5-4d6f-bb26-03da3c48814c",
"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>6c95ee15-383d-4b3b-9fa4-c9d4829b4818</CompanyContractId> <CompanyContractPaymentId>498c8b65-8ef5-4d6f-bb26-03da3c48814c</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>20b92560-9dd7-4cba-9b2f-b73acb5803dc</FuelMasterId> <Id>8c5de9b2-9754-468b-be7a-a3a0cd3bc133</Id> <SiteID>9de0c916-a2a2-4ba3-be0d-ed1aa79674aa</SiteID> <SubAccountIdFrom>8265601e-c1d0-4055-9d45-9f2dcb742bf1</SubAccountIdFrom> <SubAccountIdTo>a3ad099f-dab1-4287-a9d7-16daf5d376ec</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>