POST api/forb2c/register
Request Information
URI Parameters
None.
Body Parameters
UserRegister| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName | string |
None. |
|
| string |
None. |
||
| PhoneNumber | string |
None. |
|
| Password | string |
Matching regular expression pattern: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&]).+$ String length: inclusive between 8 and 100 |
|
| PlatformType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FirstName": "sample string 1",
"Email": "sample string 2",
"PhoneNumber": "sample string 3",
"Password": "sample string 4",
"PlatformType": "sample string 5"
}
application/xml, text/xml
Sample:
<UserRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/fonofy_api.Model"> <Email>sample string 2</Email> <FirstName>sample string 1</FirstName> <Password>sample string 4</Password> <PhoneNumber>sample string 3</PhoneNumber> <PlatformType>sample string 5</PlatformType> </UserRegister>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |