# Add bonus by activity id This method allows you to add bonus points to a specific customer based on activity. The activityId is the identifier of the activity that the customer has performed. The customerId is the identifier of the customer that has performed the activity. The request body is fully dynamic and can contain any number of properties depending on configuration. The request sample is only an minimum required example and may have to be replaced with the actual request body if the configuration requires it. Endpoint: POST /loyalty/transactions/customerId/{customerId} Version: 4.3.0 Security: api_key ## Path parameters: - `activityId` (string, required) The identifier of the activity - `customerId` (string, required) The identifier of the customer ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields