POST vouchers/recipient/approve-transaction
Request Information
URI Parameters
None.
Body Parameters
RecipientApprovalRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ApprovalId | integer |
Required |
|
| RecipientUserId | string |
Required |
|
| Approved | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ApprovalId": 1,
"RecipientUserId": "sample string 2",
"Approved": true
}
application/xml, text/xml
Sample:
<RecipientApprovalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UCareAPI.Models"> <ApprovalId>1</ApprovalId> <Approved>true</Approved> <RecipientUserId>sample string 2</RecipientUserId> </RecipientApprovalRequest>
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.