Create QR Card

View as Markdown
### Create QR Card This endpoint allows you to create a QR card. #### Request Body - data (object) - employeeCode (string, required) - title (string, required) - description (string, required) - services (array of strings, optional) - amount (number, required) - validate (number, required) - transfer (boolean, optional) - monthly (boolean, optional) #### Response The response for this request can be represented as a JSON schema: ``` json { "success": true } ```

Headers

DICE-APP-IDstringOptional
X-CLIENT-IDstringOptional
X-CLIENT-SECRETstringOptional

Request

This endpoint expects an object.
dataobjectRequired

Response headers

request-idstringOptional

Response

OK
successboolean