POST api/account/register/webpage/edit
Request Information
URI Parameters
None.
Body Parameters
UserAccountRegisterWebPageEditView| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Industry | IndustrySelectListItemView |
None. |
|
| AppPlanId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"Industry": {
"GroupId": "sample string 1",
"GroupName": "sample string 2",
"Order": 3,
"Disabled": true,
"Group": {
"Disabled": true,
"Name": "sample string 2"
},
"Selected": true,
"Text": "sample string 6",
"Value": "sample string 7"
},
"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>
<Industry xmlns:d2p1="http://schemas.datacontract.org/2004/07/KAdmin.Model.Models.IndustryView">
<Disabled xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">true</Disabled>
<Group xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">
<Disabled>true</Disabled>
<Name>sample string 2</Name>
</Group>
<Selected xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">true</Selected>
<Text xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">sample string 6</Text>
<Value xmlns="http://schemas.datacontract.org/2004/07/System.Web.Mvc">sample string 7</Value>
<GroupId xmlns="http://schemas.datacontract.org/2004/07/KAdmin.Model.Models.GeneralView">sample string 1</GroupId>
<GroupName xmlns="http://schemas.datacontract.org/2004/07/KAdmin.Model.Models.GeneralView">sample string 2</GroupName>
<Order xmlns="http://schemas.datacontract.org/2004/07/KAdmin.Model.Models.GeneralView">3</Order>
</Industry>
<Title>sample string 1</Title>
</UserAccountRegisterWebPageEditView>
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.