POST api/AirlineWalletThreshold/EditPendingAirlineWalletThreshold
Request Information
URI Parameters
None.
Body Parameters
EditPendingAirlineWalletThresholdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AirlineWalletThresholdPendingId | integer |
Required |
|
| AirlineId | integer |
Required |
|
| OldToken | integer |
Required |
|
| NewToken | integer |
Required |
|
| CreatedBy | globally unique identifier |
Required |
|
| AirportCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"AirlineWalletThresholdPendingId": 1,
"AirlineId": 1,
"OldToken": 1,
"NewToken": 1,
"CreatedBy": "b6ef2607-e420-4390-bd8b-ad538a4a16b9",
"AirportCode": "sample string 1"
}
multipart/form-data
Sample:
{"AirlineWalletThresholdPendingId":1,"AirlineId":1,"OldToken":1,"NewToken":1,"CreatedBy":"b6ef2607-e420-4390-bd8b-ad538a4a16b9","AirportCode":"sample string 1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.