Hello everyone,
Would like to check if anyone tried the custom Endpoints for the following screens to update data on the screen. We created custom endpoints as shown in the below screenshots, however when trying to update the Restriction groups through Postman using custom endpoints, it gives an error as shown in the following screenshots.
Appreciate any input to resolve the errors specified below.
Custom endpoints created for the screens - Restriction Group by GL, Restriction Group by Branch
Screenshots for Custom endpoints:
Request used:
Restriction Group by GL
{
"AccountCD": {
"value": "10100"
},
"Type": {
"value": "Asset"
},
"Description": {
"value": "Petty Cash"
},
"AccountClass": {
"value": "CASHASSET - CASH AND CASH EQUIVALENTS"
},
"GroupName": {
"value": "International Customers"
},
"GroupType": {
"value": "A"
},
"Included": {
"value": "true"
}
}
RestrictionGroupsbyBranch
Request used:
{
"BranchCD": {
"value": "PRODRETAIL"
},
"PostingLedger": {
"value": "ACTUAL - Actual Ledger"
},
"Details": [
{
"GroupName": {
"value": "Fixed Asset Account Branch Access"
},
"Description": {
"value": "Limit Fixed Asset Accounts to HQ"
},
"Active": {
"value": "false"
},
"Included": {
"value": "true"
},
"GroupType": {
"value": "A"
}
}
]
}
Thanks & Regards,
Vidyakeerthi K