on 2024 Jun 27 12:55 PM
Dear Expert,
I need to approve a document via Service Layer.
The API call below allows me to approve a document using the user currently logged-in (the user of the current Service Layer session).
PATCH https://myhost:50000/b1s/v1/ApprovalRequests(1)
{
"ApprovalRequestDecisions": [
{
"Status": "ardApproved",
"Remarks": "Approved - OK"
}
]
}
How can I approve a document assigned to another user please?
Where can I find documentation for the ApprovalRequestDecisions API call please?
I'm using FP2202 HF1.
Thank you,
Best Regards,
Claudio
Request clarification before answering.
Use ApproverUserName and ApproverPassword for the same.
{
"ApprovalRequestDecisions": [
{
"Status": "ardApproved",
"ApproverUserName": "User1",
"ApproverPassword": "User1Password",
"Remarks": "Approved - OK"
}
]
}
Hope it helps!
Kind regards,
ANKIT CHAUHAN
SAP Business One Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
95 | |
11 | |
10 | |
10 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.