Question
Natwest Bank
IN
Last activity: 25 Nov 2024 7:07 EST
Error_data_view_not_found error while creating a record using DX API v2.
Hi All, I am trying to create a record in pega 8.8.2 version using DX API v2 data/{data_view_ID}, but getting error while executing the service. I am using below details for running the service
Data_view_ID: My savable DataPage ID(D_SavableTestData)
I have a view created in the data type with name "Create"
I am using minimal JSON for testsing {
"data":{
"pxCreateOperator":"admin"
}
}
RESPONSE:
{
"errorClassification": "Resource not found",
"localizedValue": "The resource cannot be found.",
"errorDetails": [
{
"message": "Error_Data_View_Not_Found",
"erroneousInputOutputFieldInPage": "",
"erroneousInputOutputIdentifier": "",
"errorClassification": "",
"localizedValue": "Dataview not found",
"messageParameters": []
}
]
}
Executing this service(Via Swagger) results in "Error_data_view_not_found " issue. Am i missing anything here?
***Edited by Moderator Rupashree S. to add Capability tags***