POST api/AirlineWalletThreshold/Approve

Request Information

URI Parameters

None.

Body Parameters

ApproveAirlineWalletThresholdInputModel
NameDescriptionTypeAdditional 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": "7237fed6-efae-4d15-a3ed-739affebb00b",
  "Status": 1,
  "Comment": "sample string 1"
}

multipart/form-data

Sample:
{"AirlineWalletThresholdPendingId":1,"ApprovedBy":"7237fed6-efae-4d15-a3ed-739affebb00b","Status":1,"Comment":"sample string 1"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.