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": "58d962cf-c046-48bc-9f00-aa5faadf837b", "CompanyContractId": "fe90749f-4a00-4fa0-b87c-5be523907b1a", "SubAccountIdFrom": "96e87d27-0be2-4bbe-9505-40dd7fc812a5", "SubAccountIdTo": "6084f570-c217-45ea-ac7e-4284526dd4b9", "FuelMasterId": "4822a16c-710d-47ce-8b24-96f9f779abb4", "SiteID": "e0000ed0-aa69-4ea4-9663-e8b77f748959", "CompanyContractPaymentId": "dfd4c866-1779-49cf-ab44-cce14dbc7920", "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>fe90749f-4a00-4fa0-b87c-5be523907b1a</CompanyContractId> <CompanyContractPaymentId>dfd4c866-1779-49cf-ab44-cce14dbc7920</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>4822a16c-710d-47ce-8b24-96f9f779abb4</FuelMasterId> <Id>58d962cf-c046-48bc-9f00-aa5faadf837b</Id> <SiteID>e0000ed0-aa69-4ea4-9663-e8b77f748959</SiteID> <SubAccountIdFrom>96e87d27-0be2-4bbe-9505-40dd7fc812a5</SubAccountIdFrom> <SubAccountIdTo>6084f570-c217-45ea-ac7e-4284526dd4b9</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": "ac682726-a35b-4810-a6e8-0a83a6a1023c", "CompanyContractId": "ea9631eb-5b9f-4064-9647-02b41780fd85", "SubAccountIdFrom": "b4662b22-8349-4cb6-865e-4d033127b753", "SubAccountIdTo": "7762501a-8535-4e7f-a0bb-20c81389d907", "FuelMasterId": "72db3e94-4f8d-4abc-a717-a577daeffee5", "SiteID": "3a47157e-933f-4d53-88e3-1c051e7a8d5d", "CompanyContractPaymentId": "6c884a0d-6dab-4d76-b3c2-63f71f45cae9", "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>ea9631eb-5b9f-4064-9647-02b41780fd85</CompanyContractId> <CompanyContractPaymentId>6c884a0d-6dab-4d76-b3c2-63f71f45cae9</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>72db3e94-4f8d-4abc-a717-a577daeffee5</FuelMasterId> <Id>ac682726-a35b-4810-a6e8-0a83a6a1023c</Id> <SiteID>3a47157e-933f-4d53-88e3-1c051e7a8d5d</SiteID> <SubAccountIdFrom>b4662b22-8349-4cb6-865e-4d033127b753</SubAccountIdFrom> <SubAccountIdTo>7762501a-8535-4e7f-a0bb-20c81389d907</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>