Event: ApprovalRejected - LabelHub/labelhub.integration.documentation GitHub Wiki

ApprovalRejectedEvent v1

Properties

ApprovalRejectedEvent

Name Type Notes
mln string The Manufacturer Label Number of the approval that was just rejected
reason string Reason from the recipient for the rejection. Optional and can be empty.

Full sample

<?xml version="1.0" encoding="UTF-8"?>
<approvalrejectedevent version="1">
  <mln>101010</mln>
  <reason>The red color should be blue</reason>
</approvalrejectedevent>
⚠️ **GitHub.com Fallback** ⚠️