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": "b87722e2-381d-46d1-9db3-2fe61c52bc32",
"CompanyUserPaymentMethodId": "c36c8cd7-de7f-4bd0-a352-0c3d06c656f0",
"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>b87722e2-381d-46d1-9db3-2fe61c52bc32</CompanyContractId> <CompanyUserPaymentMethodId>c36c8cd7-de7f-4bd0-a352-0c3d06c656f0</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": "a9ba32e2-2070-44c3-9e55-794cac82b0b2",
"CompanyUserPaymentMethodId": "eeff32ca-7b24-4dac-a97a-c03894d16b52",
"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>a9ba32e2-2070-44c3-9e55-794cac82b0b2</CompanyContractId> <CompanyUserPaymentMethodId>eeff32ca-7b24-4dac-a97a-c03894d16b52</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>