OrderApproval

An OrderApproval represents a pending or completed approval step for the order.

NameTypeDescription
IdintThe ID of the order approval.
OrderIdintThe ID of the order that the order approval belongs to.
Order (via $expand)OrderThe order that the order approval belongs to.
StatusOrderApprovalStatusThe status of the order approval. Valid values are Pending, Sent, Approved, Declined, and Overridden.
RuleIdintThe ID of the rule that triggered the order approval.
Rule (via $expand)RuleThe rule that triggered the order approval.
SentDatedatetimeoffsetThe date/time the order approval was sent.
RecipientAdminIdintThe ID of the admin user that the order approval was sent to.
RecipientAdmin (via $expand)AdminThe admin user that the order approval was sent to.
RecipientAccountRoleIdintThe ID of the account role whose members the order approval was sent to.
RecipientAccountRole (via $expand)AccountRoleThe account role whose members the order approval was sent to.
ActionDatedatetimeoffsetThe date/time the order approval was acted on.
ActingAdminIdintThe ID of the admin user that acted on the order approval.
ActingAdmin (via $expand)AdminThe admin user that acted on the order approval.