FilterDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
code string
description string
shared boolean
inputXml string
Properties inherited from BusinessDto
updatedCode string

Example

{
  "code" : "...",
  "description" : "...",
  "shared" : true,
  "inputXml" : "...",
  "updatedCode" : "..."
}