POST Movements
Creates a new Account Movement.
Request Information
URI Parameters
None.
Body Parameters
CurrentAccountMovementDtoName | 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": "90aeb11d-ca6d-4d88-b27b-fe18bde5d98d", "CompanyContractId": "ee64f098-df68-4478-9c9c-c71e7b382af0", "SubAccountIdFrom": "748693e4-8519-4e40-a10b-0b9213f197ea", "SubAccountIdTo": "038cdb72-c10f-4919-b062-3679efbd51bc", "FuelMasterId": "b4e6eac0-8206-4ba6-85e7-be1bbc524d80", "SiteID": "a0d8d333-9744-41d3-a19e-67578d332c97", "CompanyContractPaymentId": "2e1cac43-79f7-43f1-b127-d0cce8232907", "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>ee64f098-df68-4478-9c9c-c71e7b382af0</CompanyContractId> <CompanyContractPaymentId>2e1cac43-79f7-43f1-b127-d0cce8232907</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>b4e6eac0-8206-4ba6-85e7-be1bbc524d80</FuelMasterId> <Id>90aeb11d-ca6d-4d88-b27b-fe18bde5d98d</Id> <SiteID>a0d8d333-9744-41d3-a19e-67578d332c97</SiteID> <SubAccountIdFrom>748693e4-8519-4e40-a10b-0b9213f197ea</SubAccountIdFrom> <SubAccountIdTo>038cdb72-c10f-4919-b062-3679efbd51bc</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CurrentAccountMovementDtoName | 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": "2739ab64-5086-4b94-bf69-c467c0d56158", "CompanyContractId": "fb4d5143-5955-4593-9080-d7d4109b5184", "SubAccountIdFrom": "20a1b8b4-52bf-4a04-bf9e-43d0add98cd4", "SubAccountIdTo": "b317a14e-c80b-4efc-966a-f2a6e30bb43c", "FuelMasterId": "83e90688-4a38-4bab-b1ae-aaa342a34cd5", "SiteID": "814d2f23-d414-4583-9e88-896c583f3938", "CompanyContractPaymentId": "5e4c15c3-d3d9-49d0-bf92-15de5ee6f18b", "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>fb4d5143-5955-4593-9080-d7d4109b5184</CompanyContractId> <CompanyContractPaymentId>5e4c15c3-d3d9-49d0-bf92-15de5ee6f18b</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>83e90688-4a38-4bab-b1ae-aaa342a34cd5</FuelMasterId> <Id>2739ab64-5086-4b94-bf69-c467c0d56158</Id> <SiteID>814d2f23-d414-4583-9e88-896c583f3938</SiteID> <SubAccountIdFrom>20a1b8b4-52bf-4a04-bf9e-43d0add98cd4</SubAccountIdFrom> <SubAccountIdTo>b317a14e-c80b-4efc-966a-f2a6e30bb43c</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>