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": "a8a70c65-e4a2-4804-ba58-82c7ba05625d",
"CompanyContractId": "34da5cab-23fb-4e81-8159-10458c6693e6",
"SubAccountIdFrom": "75ee732d-c008-4006-828b-e3261b1cea8f",
"SubAccountIdTo": "a5002fa9-661b-49fb-b4bf-effc05eb17be",
"FuelMasterId": "f0d9be98-7d22-479b-a89e-e646bfad5f68",
"SiteID": "7ce6e1b4-45e3-4025-b26b-438cec7c14a2",
"CompanyContractPaymentId": "17eb00d6-0454-419e-91ad-a0008b897999",
"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>34da5cab-23fb-4e81-8159-10458c6693e6</CompanyContractId> <CompanyContractPaymentId>17eb00d6-0454-419e-91ad-a0008b897999</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>f0d9be98-7d22-479b-a89e-e646bfad5f68</FuelMasterId> <Id>a8a70c65-e4a2-4804-ba58-82c7ba05625d</Id> <SiteID>7ce6e1b4-45e3-4025-b26b-438cec7c14a2</SiteID> <SubAccountIdFrom>75ee732d-c008-4006-828b-e3261b1cea8f</SubAccountIdFrom> <SubAccountIdTo>a5002fa9-661b-49fb-b4bf-effc05eb17be</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": "e816ac9a-4d3c-4809-9d3a-637eb0f7218e",
"CompanyContractId": "a2c31602-1429-40dc-a00f-a7d52f88b292",
"SubAccountIdFrom": "5a5878ed-c94d-415a-9501-950ee6a47564",
"SubAccountIdTo": "9dd86252-7f7f-467c-a0f3-81e58845bd1b",
"FuelMasterId": "40d9c258-a378-4904-9a50-1e573c12c464",
"SiteID": "3ddd1481-26e0-4779-ad5b-d8928bc005ef",
"CompanyContractPaymentId": "69889b7e-cecf-4120-9ef1-1b32e0b813a2",
"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>a2c31602-1429-40dc-a00f-a7d52f88b292</CompanyContractId> <CompanyContractPaymentId>69889b7e-cecf-4120-9ef1-1b32e0b813a2</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>40d9c258-a378-4904-9a50-1e573c12c464</FuelMasterId> <Id>e816ac9a-4d3c-4809-9d3a-637eb0f7218e</Id> <SiteID>3ddd1481-26e0-4779-ad5b-d8928bc005ef</SiteID> <SubAccountIdFrom>5a5878ed-c94d-415a-9501-950ee6a47564</SubAccountIdFrom> <SubAccountIdTo>9dd86252-7f7f-467c-a0f3-81e58845bd1b</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>