Let’s test the API Trigger.

Select the Public environment and open the Process and Workflows tab.
Search for to display your project.
Select Start New Instance.

Remove the example payload in the dialog. Use the following JSON in the dialog.
1234567891011121314{
"salesorderdetails":
{
"email": "{placeholder|userid_lc}@sapexperienceacademy.com",
"distributionChannel": "10",
"expectedDeliveryDate":"2025-05-25",
"material": "MZ-FG-C900",
"quantity":11,
"salesOrderType":"OR",
"salesOrganisation":"1710",
"shipToParty":"SAP",
"soldToParty":"1000292"
}
}The quantity must be entered as a number (no quotes) and dates must be entered in the preceding format for the expected delivery date.
Select Start New Instance and Close.

You have successfully run your project. It is time to monitor the process flow and access the tasks.