POST Assign Loyalty by Check ID
Assign Loyalty Account to a check by check ID.
URI template
v1/checks/{storeIdentifier}/{checkId}/loyalty/{loyaltyId}Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| storeIdentifier | integer |
Required |
Store at which the check was opened. |
| checkId | integer |
Required |
ID of the check to which loyalty should be assigned. |
| loyaltyId | string |
Required |
Loyalty account number to assign. |
Body Parameters
None.
Response Information
Resource Description
IApiResult| Name | Type | Additional information | Description |
|---|---|---|---|
| nResultCode | integer |
None. |
|
| sResultMessage | string |
None. |
|
| ResultCode | integer |
None. |
|
| ResultMessage | string |
None. |
|
| TransactionId | globally unique identifier |
None. |
|
| OrderId | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.