GET api/App?storeid={storeid}&email={email}&phone={phone}&name={name}&points={points}&customerId={customerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeid | string |
None. |
|
| string |
None. |
||
| phone | string |
None. |
|
| name | string |
None. |
|
| points | integer |
Default value is 0 |
|
| customerId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>