POST v6/detail/data

Request Information

URI Parameters

None.

Body Parameters

DetailInputModelv6
NameDescriptionTypeAdditional information
ModuleId

integer

None.

RecordId

integer

None.

GridId

integer

None.

ChildRecordId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "moduleId": 1,
  "recordId": 2,
  "gridId": 1,
  "childRecordId": 1
}

Response Information

Resource Description

DetailModelv6
NameDescriptionTypeAdditional information
Config

DetailConfigModelv6

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "config": {
    "defaultTabName": "sample string 1",
    "tabs": [
      {
        "tabName": "sample string 1",
        "tabType": "sample string 2",
        "gridId": 1
      },
      {
        "tabName": "sample string 1",
        "tabType": "sample string 2",
        "gridId": 1
      }
    ],
    "reports": [
      {
        "moduleReportId": 1,
        "reportName": "sample string 2",
        "reportURL": "sample string 3"
      },
      {
        "moduleReportId": 1,
        "reportName": "sample string 2",
        "reportURL": "sample string 3"
      }
    ],
    "rules": {
      "sample string 1": {
        "sample string 1": [
          1,
          2
        ],
        "sample string 2": [
          1,
          2
        ]
      },
      "sample string 2": {
        "sample string 1": [
          1,
          2
        ],
        "sample string 2": [
          1,
          2
        ]
      }
    }
  },
  "data": {}
}