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": "e642c53b-e916-40d7-a389-3e7ced9dbfd5",
"CompanyContractId": "206cddfe-57a8-43a4-b3c5-ed0646af4ac6",
"SubAccountIdFrom": "4b086947-0923-49f4-9a09-8588cff42283",
"SubAccountIdTo": "d369c634-b1b4-4b7f-93d0-67d50bca4062",
"FuelMasterId": "9fed9ccb-7982-422d-86a3-7013a682ebde",
"SiteID": "1aef91c2-c8f7-46a6-9ef3-28d992155e0f",
"CompanyContractPaymentId": "7b5ff269-a990-4329-909e-e69c9afd7a25",
"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>206cddfe-57a8-43a4-b3c5-ed0646af4ac6</CompanyContractId> <CompanyContractPaymentId>7b5ff269-a990-4329-909e-e69c9afd7a25</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>9fed9ccb-7982-422d-86a3-7013a682ebde</FuelMasterId> <Id>e642c53b-e916-40d7-a389-3e7ced9dbfd5</Id> <SiteID>1aef91c2-c8f7-46a6-9ef3-28d992155e0f</SiteID> <SubAccountIdFrom>4b086947-0923-49f4-9a09-8588cff42283</SubAccountIdFrom> <SubAccountIdTo>d369c634-b1b4-4b7f-93d0-67d50bca4062</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": "cdab02bd-4656-4ccc-9c5f-c2a189699841",
"CompanyContractId": "f54cc13f-32e7-4daf-b02f-12f2feca5cb6",
"SubAccountIdFrom": "d4f06d85-e62c-4955-88f2-8aafcf163a89",
"SubAccountIdTo": "1036e622-79ee-481e-8cda-326b717c0923",
"FuelMasterId": "137f73f6-9359-421e-909e-3f95799722eb",
"SiteID": "78fbc14a-e90e-4433-9193-e5822532047b",
"CompanyContractPaymentId": "14326a03-0d7e-41f9-83dc-6262f33bab88",
"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>f54cc13f-32e7-4daf-b02f-12f2feca5cb6</CompanyContractId> <CompanyContractPaymentId>14326a03-0d7e-41f9-83dc-6262f33bab88</CompanyContractPaymentId> <Description>sample string 6</Description> <FuelMasterId>137f73f6-9359-421e-909e-3f95799722eb</FuelMasterId> <Id>cdab02bd-4656-4ccc-9c5f-c2a189699841</Id> <SiteID>78fbc14a-e90e-4433-9193-e5822532047b</SiteID> <SubAccountIdFrom>d4f06d85-e62c-4955-88f2-8aafcf163a89</SubAccountIdFrom> <SubAccountIdTo>1036e622-79ee-481e-8cda-326b717c0923</SubAccountIdTo> <Type>64</Type> </CurrentAccountMovementDto>