PUT api/verification/verification_payment_detailsupdate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
RecVerificationPaymentDetailsDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| ver_def_id | integer |
None. |
|
| amount | decimal number |
None. |
|
| is_active | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"ver_def_id": 2,
"amount": 3.0,
"is_active": true
}
application/xml, text/xml
Sample:
<RecVerificationPaymentDetailsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xceed365EngageApi.core.DTOs.ReadOnly"> <amount>3</amount> <id>1</id> <is_active>true</is_active> <ver_def_id>2</ver_def_id> </RecVerificationPaymentDetailsDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.