# Insert gift certificate Insert Gift Certificate Endpoint: POST /slapi/clients/insertgiftcert Version: 0.0.1 Security: BasicAuthCredentials ## Request fields (application/json): - `clientNumber` (string) Example: "0000000001" - `amount` (number) Example: 10 - `giftCertNo` (string) Example: "123456789" - `receiptNo` (string) Example: "0000009878" - `employeeNumber` (string) Example: "0000000001" - `storecode` (string) Example: "0000000001" - `note` (string) Example: "This is a test note" ## Response 201 fields (applicaiton/json): - `message` (string) ## Response 400 fields (applicatoin/json): - `error` (string) - `message` (string)