POST api/account/register/webpage/edit

Request Information

URI Parameters

None.

Body Parameters

UserAccountRegisterWebPageEditView
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

IndustryId

integer

None.

Identifier

string

None.

AppPlanId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Title": "sample string 2",
  "IndustryId": 3,
  "Identifier": "sample string 4",
  "AppPlanId": 1
}

application/xml, text/xml

Sample:
<UserAccountRegisterWebPageEditView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KAdmin.Model.Models.UserView">
  <AppPlanId>1</AppPlanId>
  <Id>1</Id>
  <Identifier>sample string 4</Identifier>
  <IndustryId>3</IndustryId>
  <Title>sample string 2</Title>
</UserAccountRegisterWebPageEditView>

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.