cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ApprovalRequest - Substitute Approval Using Service Layer

SPS_Leonardo
Newcomer
0 Kudos
193

How should we send an object in the SAP Business One service layer to execute document approval where the approver is the substitute approver? This means that when the principal approver is on vacation, the substitute can carry out the approval. Currently, in SAP Business One, to perform an approval, we send the following object:
    "ApprovalRequestDecisions": [
        {
            "ApproverUserName": "Approver",
            "ApproverPassword": "ApproverPassword",
            "Status": "ardApproved"
        }
    ]

Accepted Solutions (0)

Answers (0)