POST api/MobilePage/ChangeMobilePageStatus
Request Information
URI Parameters
None.
Body Parameters
MobilePageStatusChangeRequestViewModelName | Description | Type | Additional information |
---|---|---|---|
MobilePageId | string |
Required |
|
AccountId | string |
Required |
|
IsActive | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{ "MobilePageId": "sample string 1", "AccountId": "sample string 2", "IsActive": true }
application/xml, text/xml
Sample:
<MobilePageStatusChangeRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.MobilePage"> <AccountId>sample string 2</AccountId> <IsActive>true</IsActive> <MobilePageId>sample string 1</MobilePageId> </MobilePageStatusChangeRequestViewModel>
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.