Question
6
Replies
635
Views
EY
Posted: January 17, 2018
Last activity: January 20, 2018
Closed
Default Pega API 7.2
Hi guys,
Need some assistance,
I am using the OOTB Pega API to create the Case
Request :
{
"caseTypeID": "ORT5RH-Fx-Work-CompanyInfo",
"processID": "pyStartCase",
"parentCaseID": "",
"content": {"AccountName": "user","LegalCompanyName": "com"}
}
Response :
{
"ID": "ORT5RH-FEDEX-WORK C-733",
"pxObjClass": "Pega-API-CaseManagement-Case"
}
Problem statement : when I open the Case created Eg: C-733 there is no page pxFlow. any configuration we need to follow ?
Your JSON structures appear to be fine, could you verify it once. Navigate to Resource->Pega API.
Try POST /cases Create a new case. Check the response message.