GET api/Configs/GetConfigAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfConfigAll
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

ConfigAll

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "PrintPdf": {
      "PagePosition": "NotPrint",
      "DefaultPickingIdentity": "sample string 1"
    }
  }
}