InboundRequestsDto Data Type

The Class InboundRequestsDto.

Implemented Interfaces
Serializable
Properties
name data type description
inboundRequest array of InboundRequestDto The inbound request.

Example

{
  "inboundRequest" : [ {
    "contentLength" : 12345,
    "contentType" : "...",
    "id" : 12345,
    "protocol" : "...",
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "scheme" : "...",
    "code" : "...",
    "remoteAddr" : "...",
    "remotePort" : 12345,
    "method" : "...",
    "description" : "...",
    "authType" : "...",
    "pathInfo" : "...",
    "requestURI" : "...",
    "updatedCode" : "...",
    "responseContentType" : "...",
    "responseEncoding" : "..."
  }, {
    "contentLength" : 12345,
    "contentType" : "...",
    "id" : 12345,
    "protocol" : "...",
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "scheme" : "...",
    "code" : "...",
    "remoteAddr" : "...",
    "remotePort" : 12345,
    "method" : "...",
    "description" : "...",
    "authType" : "...",
    "pathInfo" : "...",
    "requestURI" : "...",
    "updatedCode" : "...",
    "responseContentType" : "...",
    "responseEncoding" : "..."
  } ]
}