Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
Create an approval policy that will apply approval steps to payables in your app. It will only apply to policies that match the approval_conditions
and are in state submitted_for_approval
. Policies that already have approval steps will not be overwritten.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.