POST UpdateNoPassengers
Request Information
URI Parameters
None.
Body Parameters
UpdatePassengers| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| NoChild | integer |
None. |
|
| NoAdult | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"NoChild": 2,
"NoAdult": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true