POST Account/RegisterPrayerUser
Request Information
URI Parameters
None.
Body Parameters
RegisterPrayerUser| Name | Description | Type | Additional information |
|---|---|---|---|
| emailAddress | string |
Required Matching regular expression pattern: \w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* |
|
| name | string |
Required Matching regular expression pattern: [-a-zA-Z' ']* String length: inclusive between 0 and 20 |
|
| phoneNumber | string |
None. |
|
| currency | string |
None. |
|
| shopName | string |
Required |
|
| Password | string |
Required Data type: Password String length: inclusive between 8 and 20 |
|
| TrackingCode | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"emailAddress": "sample string 1",
"name": "sample string 2",
"phoneNumber": "sample string 3",
"currency": "sample string 4",
"shopName": "sample string 5",
"Password": "sample string 6",
"TrackingCode": "sample string 7"
}
application/xml, text/xml
Sample:
<RegisterPrayerUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL"> <Password>sample string 6</Password> <TrackingCode>sample string 7</TrackingCode> <currency>sample string 4</currency> <emailAddress>sample string 1</emailAddress> <name>sample string 2</name> <phoneNumber>sample string 3</phoneNumber> <shopName>sample string 5</shopName> </RegisterPrayerUser>
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. |