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": "99343657-b7c7-4fbd-aea6-59dfacbe4bf1",
"CompanyUserPaymentMethodId": "8c8709f4-cad0-4dc1-b4ed-a3d11851af61",
"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>99343657-b7c7-4fbd-aea6-59dfacbe4bf1</CompanyContractId> <CompanyUserPaymentMethodId>8c8709f4-cad0-4dc1-b4ed-a3d11851af61</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": "e6b074eb-57d1-445b-a145-3bedc3653a09",
"CompanyUserPaymentMethodId": "e0713a4e-4450-4f00-8425-63720352263e",
"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>e6b074eb-57d1-445b-a145-3bedc3653a09</CompanyContractId> <CompanyUserPaymentMethodId>e0713a4e-4450-4f00-8425-63720352263e</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>