POST Api/PackagedServices/GetPackagedServicesAddOns
Request Information
URI Parameters
None.
Body Parameters
GetPackagedServicesAddOnsName | Description | Type | Additional information |
---|---|---|---|
PackagedServiceId | integer |
None. |
|
FilterTitle | string |
None. |
|
FilterAddOnPrice | string |
None. |
|
Keyword | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
SortBy | string |
None. |
|
SortOrder | string |
None. |
|
BusinessUnit | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PackagedServiceId": 1, "FilterTitle": "sample string 2", "FilterAddOnPrice": "sample string 3", "Keyword": "sample string 4", "PageIndex": 5, "PageSize": 6, "SortBy": "sample string 7", "SortOrder": "sample string 8", "BusinessUnit": "sample string 9" }
application/xml, text/xml
Sample:
<GetPackagedServicesAddOns xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.NAServices.Request"> <BusinessUnit xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 9</BusinessUnit> <Keyword xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 4</Keyword> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">5</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">6</PageSize> <SortBy xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 7</SortBy> <SortOrder xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 8</SortOrder> <FilterAddOnPrice>sample string 3</FilterAddOnPrice> <FilterTitle>sample string 2</FilterTitle> <PackagedServiceId>1</PackagedServiceId> </GetPackagedServicesAddOns>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.