POST api/SubcriptionUser/InsertSubcriptionUser

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{"UserName":"sample string 1","Password":"sample string 2","FirstName":"sample string 3","LastName":"sample string 4","MobileNo":"sample string 5","Email":"sample string 6","ConfirmPassword":"sample string 7","isVerify":true,"OTP":"sample string 9","Id":10,"UserType":"sample string 11","SubUserId":12}

application/xml, text/xml

Sample:
<SubcriptionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XBRLFinanceWeb.Model">
  <ConfirmPassword>sample string 7</ConfirmPassword>
  <Email>sample string 6</Email>
  <FirstName>sample string 3</FirstName>
  <Id>10</Id>
  <LastName>sample string 4</LastName>
  <MobileNo>sample string 5</MobileNo>
  <OTP>sample string 9</OTP>
  <Password>sample string 2</Password>
  <SubUserId>12</SubUserId>
  <UserName>sample string 1</UserName>
  <UserType>sample string 11</UserType>
  <isVerify>true</isVerify>
</SubcriptionModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SubcriptionModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>