The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
responseStatus:
{
errorCode: String,
message: String,
stackTrace: String,
errors:
[
{
errorCode: String,
fieldName: String,
message: String
}
]
},
customerFeedback:
{
id: String,
userId: String,
productId: String,
alfaCode: String,
customerFeedbackMessageType: ProductInformationInvalid,
customerComments: String,
creationDate: 0001-01-01,
lastmodified: 0001-01-01,
customerFeedbackStatus: Open,
administratorComment: String,
url: String
}
}