GET TourPriceGroup/{priceGroupCode}/{userGuid}
Find and return an object representing a price group by its code
پیدا کردن و باز گرداندن یک شی که معرف یک گروه قیمتی می باشد توسط کد آن
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| priceGroupCode |
Code of the desired Offer Condition Detail
|
integer |
Required |
| userGuid |
GUID of the User
|
string |
Required |
Body Parameters
None.
Response Information
Resource Description
TourPriceGroupVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
Tour Price Type Code کد نوع قیمت گذاری تور |
integer |
None. |
| Name |
Tour Price Type Name نام نوع قیمت گذاری تور |
string |
None. |
| BedDescription |
Explanation about bed type توضیحاتی در مورد نوع تخت |
string |
None. |
Response Formats
application/json, text/json
{
"Code": 1,
"Name": "sample string 2",
"BedDescription": "sample string 3"
}
application/xml, text/xml
<TourPriceGroupVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlaedinApi.Models.Tour"> <BedDescription>sample string 3</BedDescription> <Code>1</Code> <Name>sample string 2</Name> </TourPriceGroupVm>