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": "0ab6fcbe-b77d-414f-ad23-ab1e916ca14f",
"CompanyUserPaymentMethodId": "dfbd2733-cc25-47a9-91c7-c511ccdf0a4c",
"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>0ab6fcbe-b77d-414f-ad23-ab1e916ca14f</CompanyContractId> <CompanyUserPaymentMethodId>dfbd2733-cc25-47a9-91c7-c511ccdf0a4c</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": "011c4e5e-dad6-47d4-a165-735592954c8f",
"CompanyUserPaymentMethodId": "d2e9f582-6ebb-4b33-bd21-9b40217ba329",
"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>011c4e5e-dad6-47d4-a165-735592954c8f</CompanyContractId> <CompanyUserPaymentMethodId>d2e9f582-6ebb-4b33-bd21-9b40217ba329</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>