POST api/ProgramInfo/Cities
Request Information
URI Parameters
None.
Body Parameters
ProgramInfoCitiesRequestName | Description | Type | Additional information |
---|---|---|---|
ProductLevelId | integer |
None. |
|
Prev | string |
None. |
|
Next | string |
None. |
|
ClientId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductLevelId": 1, "Prev": "sample string 2", "Next": "sample string 3", "ClientId": "sample string 4" }
text/xml
Sample:
<ProgramInfoCitiesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RightRez.Web.Api.Models.ProgramInfo"> <ClientId xmlns="http://schemas.datacontract.org/2004/07/RightRez.Autobook.PNRBookingEngine">sample string 4</ClientId> <Next>sample string 3</Next> <Prev>sample string 2</Prev> <ProductLevelId>1</ProductLevelId> </ProgramInfoCitiesRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]
text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> </ArrayOfanyType>