POST api/AirlineWalletThreshold/Approve
Request Information
URI Parameters
None.
Body Parameters
ApproveAirlineWalletThresholdInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AirlineWalletThresholdPendingId | integer |
Required |
|
| ApprovedBy | globally unique identifier |
Required |
|
| Status | integer |
Required |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AirlineWalletThresholdPendingId": 1,
"ApprovedBy": "58147cc8-d18e-4fbf-88c0-69bc6bb39f42",
"Status": 1,
"Comment": "sample string 1"
}
multipart/form-data
Sample:
{"AirlineWalletThresholdPendingId":1,"ApprovedBy":"58147cc8-d18e-4fbf-88c0-69bc6bb39f42","Status":1,"Comment":"sample string 1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.