GET common/allCustomer

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApplyOfAllCustomer
NameDescriptionTypeAdditional information
YN_APPLY

boolean

None.

DS_MSG

string

None.

INFO

AllCustomer

None.

Response Formats

application/json, text/json

Sample:
{
  "YN_APPLY": true,
  "DS_MSG": "sample string 2",
  "INFO": {
    "$id": "2",
    "FACT": [
      {
        "$id": "3",
        "CODE": "sample string 1",
        "DISPLAY": "sample string 2"
      },
      {
        "$ref": "3"
      }
    ],
    "SHOP": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  }
}