POST api/AirlineWallet/CreateWallet

Request Information

URI Parameters

None.

Body Parameters

AirlineWalletModel
NameDescriptionTypeAdditional 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": "57614f75-2ea3-4c89-8857-5c74bb1f3e5e",
  "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":"57614f75-2ea3-4c89-8857-5c74bb1f3e5e","Username":"sample string 11"}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.