Hello Team,
Client has raised a concern with the JSON format of request sent and response received where when the client was trying to follow the JSON valid format of Camel case, the API request was giving an error.
Sample Query has been provided in the attached excel.
When client changes the initial syntax for the API request to camel case, they are getting an error.
JSON syntax being used:
{ "ExtractionRequest": {
Client's expectation:
{ "extractionRequest": {
The error that the client is receiving when modifying the API request is:
{ "error": { "message": "Malformed request payload: Syntax error at Line 2, Char 23: expected valid json value \"extractionRequest\":" }}
As per client, standard JSON request should accept Camel case as well. However, for our DSS API, this syntax is returning an error.
Client wants to know if we can make the request using the Camel case format on DSS API.