POST api/availableExcursions
Request Information
URI Parameters
None.
Body Parameters
Cyberlogic.eTourism.Domain.Models.Excursions.Dto.ExcursionRequestObjectDTOName | Description | Type | Additional information |
---|---|---|---|
TariffId | integer |
None. |
|
PickupPointId | integer |
None. |
|
CustomerId | integer |
None. |
|
DateFrom | string |
None. |
|
DateTo | string |
None. |
|
LanguageId | integer |
None. |
|
SellerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TariffId": 1, "PickupPointId": 2, "CustomerId": 3, "DateFrom": "sample string 4", "DateTo": "sample string 5", "LanguageId": 6, "SellerId": 7 }
text/html
Sample:
{"TariffId":1,"PickupPointId":2,"CustomerId":3,"DateFrom":"sample string 4","DateTo":"sample string 5","LanguageId":6,"SellerId":7}
application/xml, text/xml
Sample:
<ExcursionRequestObjectDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyberlogic.eTourism.Domain.Models.Excursions.Dto"> <CustomerId>3</CustomerId> <DateFrom>sample string 4</DateFrom> <DateTo>sample string 5</DateTo> <LanguageId>6</LanguageId> <PickupPointId>2</PickupPointId> <SellerId>7</SellerId> <TariffId>1</TariffId> </ExcursionRequestObjectDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |