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": "f048aaaa-1cd0-4cfa-ab91-660595d8b274",
"Status": 1,
"Comment": "sample string 1"
}
multipart/form-data
Sample:
{"AirlineWalletThresholdPendingId":1,"ApprovedBy":"f048aaaa-1cd0-4cfa-ab91-660595d8b274","Status":1,"Comment":"sample string 1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.