POST API/Chatbot/Subscriber/GetOpenComplaintsByCustomerID

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

D2hBOTServiceResult
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

CustomerID

string

None.

ResponseID

string

None.

RequestID

string

None.

Message

string

None.

CompaintDetail

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "CustomerID": "sample string 2",
  "ResponseID": "sample string 3",
  "RequestID": "sample string 4",
  "Message": "sample string 5",
  "CompaintDetail": null
}

application/xml, text/xml

Sample:
<D2hBOTServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.MVC.d2h.ChatbotAPIs.Models">
  <CompaintDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.Transaction.Service" i:nil="true" />
  <CustomerID>sample string 2</CustomerID>
  <Message>sample string 5</Message>
  <RequestID>sample string 4</RequestID>
  <ResponseCode>1</ResponseCode>
  <ResponseID>sample string 3</ResponseID>
</D2hBOTServiceResult>