Create Loyalty Tags
POST
https://api.npretail.app/:tenant/:environment/:company/membership/loyaltytags
Creates one or more loyalty tag definitions that can be used to tag point entries
Authentication
x-np-api-keystring
API Key authentication via header
Path parameters
tenantstringRequired
Your Entra Tenant ID. More details.
environmentstringRequired
Your Business Central Environment. More details.
companystringRequired
Your Business Central Company. More details.
Headers
x-api-versiondateOptional
Used for API versioning. More details.
Request
This endpoint expects an object.
tagslist of objectsRequired
List of loyalty tags to create. Each tag key must be unique.
Response
This endpoint returns an object.
tagslist of objects
List of successfully created loyalty tags
createdCountinteger
Number of tags that were created
