POST api/AirlineWalletThreshold/SaveAirlineWalletThreshold
Request Information
URI Parameters
None.
Body Parameters
AirlineWalletThresholdPendingInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AirlineId | integer |
Required |
|
| OldAmount | integer |
Required |
|
| NewAmount | integer |
Required |
|
| CreatedBy | globally unique identifier |
Required |
|
| AirportCode | string |
Required |
|
| Currency | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"AirlineId": 1,
"OldAmount": 1,
"NewAmount": 1,
"CreatedBy": "9e1e4219-9192-4d78-95da-148a0c443664",
"AirportCode": "sample string 1",
"Currency": "sample string 2"
}
multipart/form-data
Sample:
{"AirlineId":1,"OldAmount":1,"NewAmount":1,"CreatedBy":"9e1e4219-9192-4d78-95da-148a0c443664","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.