POST api/BillablePassenger/AddBillablePassenger

Request Information

URI Parameters

None.

Body Parameters

BillablePassengerModel
NameDescriptionTypeAdditional information
SettingKey

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "SettingKey": [
    "sample string 1",
    "sample string 2"
  ]
}

multipart/form-data

Sample:
{"SettingKey":["sample string 1","sample string 2"]}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.