POST api/AirlineWallet/Index
Request Information
URI Parameters
None.
Body Parameters
AirlineWalletModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AggregateId | integer |
None. |
|
| Invoiced | boolean |
None. |
|
| InvoiceNumber | string |
None. |
|
| InvoiceError | string |
None. |
|
| Amount | decimal number |
None. |
|
| Currency | integer |
None. |
|
| AirlineId | integer |
None. |
|
| IsCredit | boolean |
None. |
|
| Comment | string |
None. |
|
| userId | globally unique identifier |
None. |
|
| Username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AggregateId": 1,
"Invoiced": true,
"InvoiceNumber": "sample string 3",
"InvoiceError": "sample string 4",
"Amount": 5.0,
"Currency": 6,
"AirlineId": 7,
"IsCredit": true,
"Comment": "sample string 9",
"userId": "e33f9b90-703e-4534-ab01-2ece9d323438",
"Username": "sample string 11"
}
multipart/form-data
Sample:
{"AggregateId":1,"Invoiced":true,"InvoiceNumber":"sample string 3","InvoiceError":"sample string 4","Amount":5.0,"Currency":6,"AirlineId":7,"IsCredit":true,"Comment":"sample string 9","userId":"e33f9b90-703e-4534-ab01-2ece9d323438","Username":"sample string 11"}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |