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": "c27131c0-13f4-4e15-a1da-9065b1b49c8d", "CompanyUserPaymentMethodId": "727cdd71-29d8-4692-98e7-248cb8599761", "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>c27131c0-13f4-4e15-a1da-9065b1b49c8d</CompanyContractId> <CompanyUserPaymentMethodId>727cdd71-29d8-4692-98e7-248cb8599761</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": "873016a0-c57e-445a-a4db-096c62040f40", "CompanyUserPaymentMethodId": "10273590-bc16-45c2-ac48-546bf1e87f62", "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>873016a0-c57e-445a-a4db-096c62040f40</CompanyContractId> <CompanyUserPaymentMethodId>10273590-bc16-45c2-ac48-546bf1e87f62</CompanyUserPaymentMethodId> <Description>sample string 5</Description> </CompanyUserPaymentMovementDto>