POST CompanyContractsPaymentMovements
Creates a new company contract Account Movement deposit (power tranz / ationet).
Request Information
URI Parameters
None.
Body Parameters
CompanyUserPaymentMovementDtoName | 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": "d1f259fc-54d9-4650-87ac-07992df7d96a", "CompanyUserPaymentMethodId": "1ad086cb-858c-46b0-9cd2-3dc0b8db6180", "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>d1f259fc-54d9-4650-87ac-07992df7d96a</CompanyContractId> <CompanyUserPaymentMethodId>1ad086cb-858c-46b0-9cd2-3dc0b8db6180</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CompanyUserPaymentMovementDtoName | 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": "4ecd07de-46ea-459c-97a8-2dcdc0462917", "CompanyUserPaymentMethodId": "02777824-854b-44cc-b94a-b0116e94a84e", "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>4ecd07de-46ea-459c-97a8-2dcdc0462917</CompanyContractId> <CompanyUserPaymentMethodId>02777824-854b-44cc-b94a-b0116e94a84e</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>