POST api/ms/authen/signup
Sign Up
Request Information
URI Parameters
None.
Body Parameters
m_customer_createName | Description | Type | Additional information |
---|---|---|---|
CustomerEmail | string |
Required String length: inclusive between 0 and 100 |
|
CustomerUsername | string |
Required String length: inclusive between 0 and 15 |
|
CustomerCountryCode | string |
Required String length: inclusive between 0 and 10 |
|
CustomerPhoneNo | string |
Required String length: inclusive between 0 and 20 |
|
CustomerPassword | string |
Required String length: inclusive between 0 and 255 |
Request Formats
application/json, text/json
Sample:
{ "CustomerEmail": "sample string 1", "CustomerUsername": "sample string 2", "CustomerCountryCode": "sample string 3", "CustomerPhoneNo": "sample string 4", "CustomerPassword": "sample string 5" }
application/xml, text/xml
Sample:
<m_customer_create xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KFA.Modules.Models.Mainsystem"> <CustomerCountryCode>sample string 3</CustomerCountryCode> <CustomerEmail>sample string 1</CustomerEmail> <CustomerPassword>sample string 5</CustomerPassword> <CustomerPhoneNo>sample string 4</CustomerPhoneNo> <CustomerUsername>sample string 2</CustomerUsername> </m_customer_create>
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.