Response Structure
On 202 Accepted, the action will be initiated and string of
type application/json will be returned with the following body params
| Name | Description | Field Type |
|---|---|---|
| response | Success message or failure description in case of error. | String |
| message | Success message along with the objectIds or failure description in case of error. | String |
| appStatusCode | Application specific status code for the response. Will be non-null for failure response. | String |
| tags | More info in case of failure response. | Key value pair |