Question
Natwest Bank
Natwest Bank
IN
Natwest Bank
Posted: Nov 22, 2024
Last activity: Dec 16, 2024
Last activity: 16 Dec 2024 3:05 EST
DX APis v2 create case issue
Hi, I am trying to create cases via DX APIs v2 using below JSON,
{ "caseTypeID":"XX-YYYY-Work-Dispute", "content":{ "pyLabel":"Loan", "pyDescription":"Dispute request case" } }
but it seems to be failing with below error
{
"errorClassification": "Invalid inputs",
"localizedValue": "One or more inputs are invalid",
"errorDetails": [
{
"message": "Error_Invalid_Inputs_content",
"erroneousInputOutputFieldInPage": "",
"erroneousInputOutputIdentifier": "",
"errorClassification": "",
"localizedValue": "Invalid request data",
"messageParameters": []
}
]
}
I have tried different json combination and verified the JSON is correct. But still it is returning this error. Am I missing something here??
