POST Api/FastTrackRule/GetFastTrackRuleByCommonLanguageId
Request Information
URI Parameters
None.
Body Parameters
GetFastTrackRules| Name | Description | Type | Additional information |
|---|---|---|---|
| CommonLanguageId | integer |
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:
{
"CommonLanguageId": 1,
"Keyword": "sample string 2",
"PageIndex": 3,
"PageSize": 4,
"SortBy": "sample string 5",
"SortOrder": "sample string 6",
"BusinessUnit": "sample string 7"
}
application/xml, text/xml
Sample:
<GetFastTrackRules 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 7</BusinessUnit> <Keyword xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 2</Keyword> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">3</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">4</PageSize> <SortBy xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 5</SortBy> <SortOrder xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.CommonModels">sample string 6</SortOrder> <CommonLanguageId>1</CommonLanguageId> </GetFastTrackRules>
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.