Znode

Build Version:

POST orderapproval/evaluate

No documentation available.

Request Information

» Parameters

Name Description Additional information
model No documentation available.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "IsApprover": true,
  "IsApprovalExempt": true,
  "ApprovalRulesList": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "ID": 64,
        "ApprovalGroupID": 64,
        "ApprovalRuleTypeID": 64,
        "ApprovalRuleLimitTypeID": 64,
        "IsActive": true,
        "CurrencyLimit": 6.0,
        "DaysLimit": 7,
        "Priority": 64
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "CartTotal": 1.0,
  "AccountId": 3,
  "PortalId": 4
}