Command: RejectApproval - LabelHub/labelhub.integration.documentation GitHub Wiki

RejectApprovalCommand v1

Properties

RejectApprovalCommand

Name Type Required Default Notes
mln string Yes The Manufacturer Label Number for which to reject any existing approvals.
reason string No An optional and human readable reason for why the rejection was made

Full sample

<?xml version="1.0" encoding="UTF-8"?>
<rejectapprovalcommand version="1">
  <mln>101010</mln>
  <reason>The logo is the wrong color</reason>
</rejectapprovalcommand>
⚠️ **GitHub.com Fallback** ⚠️