POST CompanyContractsPaymentMovements
Creates a new company contract Account Movement deposit (power tranz / ationet).
Request Information
URI Parameters
None.
Body Parameters
CompanyUserPaymentMovementDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyContractId | globally unique identifier |
None. |
|
| CompanyUserPaymentMethodId | globally unique identifier |
None. |
|
| CVV | string |
None. |
|
| Amount | decimal number |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyContractId": "6f7f6690-16ef-4bbb-ac5d-4a7232be962f",
"CompanyUserPaymentMethodId": "c9e30159-9cf2-4660-92f8-611b29923667",
"CVV": "sample string 3",
"Amount": 4.1,
"Description": "sample string 5"
}
application/xml, text/xml
Sample:
<CompanyUserPaymentMovementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.CompanyContract"> <Amount>4.1</Amount> <CVV>sample string 3</CVV> <CompanyContractId>6f7f6690-16ef-4bbb-ac5d-4a7232be962f</CompanyContractId> <CompanyUserPaymentMethodId>c9e30159-9cf2-4660-92f8-611b29923667</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CompanyUserPaymentMovementDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyContractId | globally unique identifier |
None. |
|
| CompanyUserPaymentMethodId | globally unique identifier |
None. |
|
| CVV | string |
None. |
|
| Amount | decimal number |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CompanyContractId": "03e32a23-9fd0-4899-9e70-fcbb80604488",
"CompanyUserPaymentMethodId": "e6004bf4-1034-42c1-8b4c-00cdcfc42171",
"CVV": "sample string 3",
"Amount": 4.1,
"Description": "sample string 5"
}
application/xml, text/xml
Sample:
<CompanyUserPaymentMovementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.CompanyContract"> <Amount>4.1</Amount> <CVV>sample string 3</CVV> <CompanyContractId>03e32a23-9fd0-4899-9e70-fcbb80604488</CompanyContractId> <CompanyUserPaymentMethodId>e6004bf4-1034-42c1-8b4c-00cdcfc42171</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>