I have 2 applications(App A and App B) where case types are defined in App A and I have created the connect rest in App B to consume Pega DX API create case to create a case in App A. But the case is generated with wrong prefix(C-). I have tried setting pyWorkIDPrefix in pyDefault and in Cases Data tab in App A setting but still the case id prefix is wrongly generated.
I hope you are using “Cases” DXAPI , Please send the the work class of the case that you are trying to create in request Json in the following field “caseTypeID” .Makesure to add AllowedstaringFields data transform in Application B corresponding casetype class and this DT should include all the fields that you are sending in the request Payload .