| name | data type | constraints | description | 
|---|---|---|---|
| statusCodeValue | number | required | |
| statusCode | HttpStatus | ||
Properties inherited from HttpEntity | 
        |||
| body | object | required | |
| headers | map of array of string | ||
Example
{
  "statusCodeValue" : 12345,
  "statusCode" : "PRECONDITION_REQUIRED",
  "body" : { },
  "headers" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  }
}