POST PreRegister
Pre register
Request Information
URI Parameters
None.
Body Parameters
Information needed for pre-register, Email, or Mobile Phone (Region + Mobile Phone), or both, as well as other required info.
ParaPreRegister| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| RegionAbbreviation | string |
None. |
|
| RegionCode | string |
None. |
|
| MobilePhone | string |
None. |
|
| SystemLanguageCode | string |
None. |
|
| Source | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"RegionAbbreviation": "sample string 2",
"RegionCode": "sample string 3",
"MobilePhone": "sample string 4",
"SystemLanguageCode": "sample string 5",
"Source": "sample string 6"
}
application/xml, text/xml
Sample:
<ParaPreRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Email>sample string 1</Email> <MobilePhone>sample string 4</MobilePhone> <RegionAbbreviation>sample string 2</RegionAbbreviation> <RegionCode>sample string 3</RegionCode> <Source>sample string 6</Source> <SystemLanguageCode>sample string 5</SystemLanguageCode> </ParaPreRegister>
Response Information
Resource Description
ParaString| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Content": "sample string 1"
}
application/xml, text/xml
Sample:
<ParaString xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Content>sample string 1</Content> </ParaString>