POST pos/loyalty/punchh/balance
Authorized only.
Request Information
URI Parameters
None.
Body Parameters
ApiCustomerInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| Cellphone | string |
None. |
|
| string |
None. |
||
| AuthCode | string |
None. |
|
| UserQrCode | string |
None. |
|
| ErrorIfNotFound | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"Cellphone": "sample string 1",
"Email": "sample string 2",
"AuthCode": "sample string 3",
"UserQrCode": "sample string 4",
"ErrorIfNotFound": true
}
application/xml, text/xml
Sample:
<ApiCustomerInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api.Requests"> <AuthCode>sample string 3</AuthCode> <Cellphone>sample string 1</Cellphone> <CustomerId>1</CustomerId> <Email>sample string 2</Email> <ErrorIfNotFound>true</ErrorIfNotFound> <UserQrCode>sample string 4</UserQrCode> </ApiCustomerInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |