Closed
Description
Hi,
This could be a misguided question, so please feel free to correct anything daft.
- I've been able to successfully generate a LoyaltyClass, LoyaltyObject, and JWT for the object.
- On a new LoyaltyObject, the JWT size is less than 1800, it works at the client-end / webpage.
- I can find the LoyaltyObject, by querying the LoyaltyObjectRepository.
- I can make an update() call on the LoyaltyObject.
- However... I cannot find a way to generate a skinny JWT, e.g. the LoyaltyObject with only an 'id' set
If I currently search the LoyaltyObjectRepository and get the LoyaltyObject, it is 3800+ chars, after a create a JWT for the object.
Thanks in advance for any ideas...
Metadata
Metadata
Assignees
Labels
No labels