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": "5b126710-8428-4e2b-9ee6-e9fe8cfc5a13",
"CompanyContractId": "f175521f-670d-417f-ab14-49bc3e8b9e79",
"SubAccountIdFrom": "1b9970c8-1a1b-4de7-a3aa-43fc4c304f03",
"SubAccountIdTo": "49c7ea79-9651-431a-9141-ea0de7028e1c",
"FuelMasterId": "c8ab35dc-6667-43c9-93f2-d1c5cedc9e83",
"SiteID": "c81d6c67-6786-4dc7-8b92-f589852c9f5d",
"CompanyContractPaymentId": "397c4184-b75e-46c0-9632-eaec41fef649",
"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>f175521f-670d-417f-ab14-49bc3e8b9e79</CompanyContractId> <CompanyContractPaymentId>397c4184-b75e-46c0-9632-eaec41fef649</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>c8ab35dc-6667-43c9-93f2-d1c5cedc9e83</FuelMasterId> <Id>5b126710-8428-4e2b-9ee6-e9fe8cfc5a13</Id> <SiteID>c81d6c67-6786-4dc7-8b92-f589852c9f5d</SiteID> <SubAccountIdFrom>1b9970c8-1a1b-4de7-a3aa-43fc4c304f03</SubAccountIdFrom> <SubAccountIdTo>49c7ea79-9651-431a-9141-ea0de7028e1c</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": "b9b81498-5983-4eaa-96dc-6fbe0c178dcd",
"CompanyContractId": "d22abf19-1c4b-4896-b007-413e61716506",
"SubAccountIdFrom": "524c8972-77e7-4807-aee8-1f2200d86ccf",
"SubAccountIdTo": "c76861a4-abcb-43c7-b69f-0f0bb23c62cd",
"FuelMasterId": "a1d2ccbb-e45a-4f72-8f9f-d4d4027e7973",
"SiteID": "37f3d54a-3662-4692-a5c8-72e6a068fae8",
"CompanyContractPaymentId": "41e52681-a12d-492d-ab3c-8d629e49cd04",
"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>d22abf19-1c4b-4896-b007-413e61716506</CompanyContractId> <CompanyContractPaymentId>41e52681-a12d-492d-ab3c-8d629e49cd04</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>a1d2ccbb-e45a-4f72-8f9f-d4d4027e7973</FuelMasterId> <Id>b9b81498-5983-4eaa-96dc-6fbe0c178dcd</Id> <SiteID>37f3d54a-3662-4692-a5c8-72e6a068fae8</SiteID> <SubAccountIdFrom>524c8972-77e7-4807-aee8-1f2200d86ccf</SubAccountIdFrom> <SubAccountIdTo>c76861a4-abcb-43c7-b69f-0f0bb23c62cd</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>