POST api/GetHomeGuidelineDetails
Request Information
URI Parameters
None.
Body Parameters
GuidelineModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidelineId | integer |
None. |
|
| Title | string |
None. |
|
| WebLink | string |
None. |
|
| UserId | integer |
None. |
|
| DateShow | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GuidelineId": 1,
"Title": "sample string 2",
"WebLink": "sample string 3",
"UserId": 4,
"DateShow": "sample string 5"
}
application/xml, text/xml
Sample:
<GuidelineModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DecstopAPI.Models"> <DateShow>sample string 5</DateShow> <GuidelineId>1</GuidelineId> <Title>sample string 2</Title> <UserId>4</UserId> <WebLink>sample string 3</WebLink> </GuidelineModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GuidelineModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidelineId | integer |
None. |
|
| Title | string |
None. |
|
| WebLink | string |
None. |
|
| UserId | integer |
None. |
|
| DateShow | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GuidelineId": 1,
"Title": "sample string 2",
"WebLink": "sample string 3",
"UserId": 4,
"DateShow": "sample string 5"
}
application/xml, text/xml
Sample:
<GuidelineModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DecstopAPI.Models"> <DateShow>sample string 5</DateShow> <GuidelineId>1</GuidelineId> <Title>sample string 2</Title> <UserId>4</UserId> <WebLink>sample string 3</WebLink> </GuidelineModel>