POST api/WebPageConfig/Delete
Request Information
URI Parameters
None.
Body Parameters
WebPageName | Description | Type | Additional information |
---|---|---|---|
AppID | integer |
Required |
|
PageIDs | string |
Required |
|
CTXUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppID": 1, "PageIDs": "sample string 2", "CTXUser": "sample string 3" }
text/html
Sample:
{"AppID":1,"PageIDs":"sample string 2","CTXUser":"sample string 3"}
application/xml, text/xml
Sample:
<WebPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCAPI.Models"> <AppID>1</AppID> <CTXUser>sample string 3</CTXUser> <PageIDs>sample string 2</PageIDs> </WebPage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.