POST api/AirlineWalletThreshold/EditPendingAirlineWalletThreshold
Request Information
URI Parameters
None.
Body Parameters
EditPendingAirlineWalletThresholdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AirlineWalletThresholdPendingId | integer |
Required |
|
| AirlineId | integer |
Required |
|
| OldAmount | decimal number |
Required |
|
| NewAmount | decimal number |
Required |
|
| CreatedBy | globally unique identifier |
Required |
|
| AirportCode | string |
Required |
|
| Currency | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"AirlineWalletThresholdPendingId": 1,
"AirlineId": 1,
"OldAmount": 1.0,
"NewAmount": 1.0,
"CreatedBy": "c9d19147-6bf9-4429-893f-15976265382d",
"AirportCode": "sample string 1",
"Currency": "sample string 2"
}
multipart/form-data
Sample:
{"AirlineWalletThresholdPendingId":1,"AirlineId":1,"OldAmount":1.0,"NewAmount":1.0,"CreatedBy":"c9d19147-6bf9-4429-893f-15976265382d","AirportCode":"sample string 1","Currency":"sample string 2"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.