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": "3053db89-2cd5-4d8d-b8ff-2b3ef628753e",
"CompanyUserPaymentMethodId": "6c87583a-0243-4bd6-83f7-f244720057bc",
"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>3053db89-2cd5-4d8d-b8ff-2b3ef628753e</CompanyContractId> <CompanyUserPaymentMethodId>6c87583a-0243-4bd6-83f7-f244720057bc</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": "155029e9-94dd-4c35-a68e-90f06ef7d3dc",
"CompanyUserPaymentMethodId": "3811a40c-41c2-4dde-aba7-37e994e865f5",
"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>155029e9-94dd-4c35-a68e-90f06ef7d3dc</CompanyContractId> <CompanyUserPaymentMethodId>3811a40c-41c2-4dde-aba7-37e994e865f5</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>