POST Rfiduid/rfidCodeAuthentic

Request Information

URI Parameters

None.

Body Parameters

Collection of ProductOfUidOfInfo_Apply
NameDescriptionTypeAdditional information
seq

string

None.

style

string

None.

color

string

None.

size

string

None.

degree

string

None.

qty

string

None.

dm_read

integer

None.

INFO

UidOfInfo_Apply

None.

mCodes

Collection of string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "seq": "sample string 1",
    "style": "sample string 2",
    "color": "sample string 3",
    "size": "sample string 4",
    "degree": "sample string 5",
    "qty": "sample string 6",
    "dm_read": 7,
    "INFO": {
      "$id": "2",
      "CD_UID": "sample string 1",
      "INFO": {
        "$id": "3",
        "YN_APPLY": true,
        "DS_MSG": "sample string 2"
      }
    },
    "mCodes": [
      "sample string 1",
      "sample string 2"
    ]
  },
  {
    "$ref": "1"
  }
]

Response Information

Resource Description

Collection of UidOfInfo_Apply
NameDescriptionTypeAdditional information
CD_UID

string

None.

INFO

Info_Apply

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "CD_UID": "sample string 1",
    "INFO": {
      "$id": "2",
      "YN_APPLY": true,
      "DS_MSG": "sample string 2"
    }
  },
  {
    "$ref": "1"
  }
]