POST api/MobilePage/CustomizeMobilePageURL

Request Information

URI Parameters

None.

Body Parameters

CustomizeMobilePageURLRequestViewModel
NameDescriptionTypeAdditional information
MobilePageId

string

Required

CustomDomainId

string

None.

CustomPageName

string

None.

AccountId

string

Required

IsSetAsHomePageDomain

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MobilePageId": "sample string 1",
  "CustomDomainId": "sample string 2",
  "CustomPageName": "sample string 3",
  "AccountId": "sample string 4",
  "IsSetAsHomePageDomain": true
}

application/xml, text/xml

Sample:
<CustomizeMobilePageURLRequestViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels">
  <AccountId>sample string 4</AccountId>
  <CustomDomainId>sample string 2</CustomDomainId>
  <CustomPageName>sample string 3</CustomPageName>
  <IsSetAsHomePageDomain>true</IsSetAsHomePageDomain>
  <MobilePageId>sample string 1</MobilePageId>
</CustomizeMobilePageURLRequestViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.