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": "a956ffef-7f9a-4c82-9ab7-3d988f6c036b",
"Status": 1,
"Comment": "sample string 1"
}
multipart/form-data
Sample:
{"AirlineWalletThresholdPendingId":1,"ApprovedBy":"a956ffef-7f9a-4c82-9ab7-3d988f6c036b","Status":1,"Comment":"sample string 1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.