cURL
curl --request POST \ --url https://public-api-demo.clearline.me/v2/pos/{posSystemId}/settings/lookup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json-patch+json' \ --data ' { "posCompanyId": "6orMqUyq2Hg3tP" } '
{ "data": { "companySettings": { "isCheckInMenuEnabled": true, "isTransactionsEnabled": true, "isPosRulesEnabled": true, "isReceiptPromotionEnabled": true, "isCouponsEnabled": true, "isProductsImportEnabled": true }, "notificationSettings": { "status": "Enabled", "channel": "None", "configuration": {} } } }
Retrieve POS Settings for company’s POS ID.
JWT Authorization header using the Bearer scheme.
POS system id
Request
Request model for POS company settings
The company POS identifier
Success
Pos settings data
Show child attributes