POST faq/swapfaq
Request Information
URI Parameters
None.
Body Parameters
SwapFaqRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LeftId | integer |
None. |
|
| LeftSortOrder | integer |
None. |
|
| RightId | integer |
None. |
|
| RightSortOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"leftId": 1,
"leftSortOrder": 2,
"rightId": 3,
"rightSortOrder": 4
}
application/xml, text/xml
Sample:
<SwapFaqRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clickoapp2.Shared.ViewModels"> <_x003C_LeftId_x003E_k__BackingField>1</_x003C_LeftId_x003E_k__BackingField> <_x003C_LeftSortOrder_x003E_k__BackingField>2</_x003C_LeftSortOrder_x003E_k__BackingField> <_x003C_RightId_x003E_k__BackingField>3</_x003C_RightId_x003E_k__BackingField> <_x003C_RightSortOrder_x003E_k__BackingField>4</_x003C_RightSortOrder_x003E_k__BackingField> </SwapFaqRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Faq| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Faqgroup | string |
None. |
|
| Title | string |
None. |
|
| Text | string |
None. |
|
| Language | string |
None. |
|
| Role | integer |
None. |
|
| SortOrder | integer |
None. |
|
| ExternalLink | string |
None. |
|
| Documents | Collection of FaqDocument |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"faqgroup": "sample string 1",
"title": "sample string 2",
"text": "sample string 3",
"language": "sample string 4",
"role": 5,
"sortOrder": 1,
"externalLink": "sample string 6",
"documents": [
{
"id": 1,
"faqId": 1,
"sequenceNumber": 1,
"fileName": "sample string 2",
"document": "QEA="
},
{
"id": 1,
"faqId": 1,
"sequenceNumber": 1,
"fileName": "sample string 2",
"document": "QEA="
}
]
},
{
"id": 1,
"faqgroup": "sample string 1",
"title": "sample string 2",
"text": "sample string 3",
"language": "sample string 4",
"role": 5,
"sortOrder": 1,
"externalLink": "sample string 6",
"documents": [
{
"id": 1,
"faqId": 1,
"sequenceNumber": 1,
"fileName": "sample string 2",
"document": "QEA="
},
{
"id": 1,
"faqId": 1,
"sequenceNumber": 1,
"fileName": "sample string 2",
"document": "QEA="
}
]
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.