Approve

Approves a transaction that was submitted for approval.

Syntax

            <Approve type="ObjectType"> 
   <ObjectType> 
      <id>objectID</id> 
   </ObjectType> 
   <Approval> 
      <cc>name@example.com</cc> 
      <notes>An example of approval notes.</notes> 
   </Approval>
</Approve> 

          

Usage

Use the Approve command to approve a transaction which was submitted for approval. The maximum number of objects you can approve in the same API call is 1,000.

For information about object types for which the XML API and SOAP API support approval-related operations, see Approval-Related Operations.

Arguments

Name

Type

Description

ObjectType

Object

An object of type ObjectType. The ObjectType must support approvals. The object property passed must include the object internal ID [id]

Approval

Approval

An Approval object.

Response

A success or fail status.