Create a REST connector for the interface LSA 8.4 405 Error This method is not supported for the requested resource
When i am using below request, i am getting 405 error response. Please advise how to move forward
When i am using below request, i am getting 405 error response. Please advise how to move forward
{
"caseTypeID": "FSG-HotelProxy-Work-RoomsRequest-Proxy",
"processID": "pyStartCase",
"content": {
"RoomsRequest": {
"FromDate": "20190331T130944.828 GMT",
"HotelGUID": "d8825749-xxxx-xxxx-xxxx-xxxxxxx",
"pxObjClass": "FSG-Data-Hotel-RoomsRequest",
"pyLabel": " ",
"RequestSendDate": "20190325T130944.829 GMT",
"ResponseDeadline": "20190329T130944.829 GMT",
"RoomsRequested": "320",
"ToDate": "20190402T130944.829 GMT",
"Contact": {
"pxObjClass": "Data-Party",
"pyEmail1": " Proprietary information hidden",
"pyEmail1Type": "HTML",
"pyFirstName": "Tony",
"pyLabel": " ",
"pyLastName": "Parker"
}
}
}
}
Error Response.
{
"pxObjClass":"Pega-API-CaseManagement"
,"errors":[
{
"ID":"Pega_API_015"
,"message":"This method is not supported for the requested resource"
,"pxObjClass":"Pega-API-Error"
}
]
}
Still i am having this issue. I am using Pega 8.4 personal edition and windows 10.
I tried with Pega VM also, but, got the same error. Any help where i am doing wrong ?