GET api/diamond/stone-status/{PacketNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PacketNo

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseStoneStatus
NameDescriptionTypeAdditional information
STONE_DATA

StoneStatus

None.

HOLD_DATA

Collection of MemoStatus

None.

MEMO_DATA

Collection of MemoStatus

None.

CONFIRM_DATA

Collection of ConfirmStatus

None.

STATUS

string

None.

MESSAGE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "STONE_DATA": {
    "SEQ_NO": 1,
    "PACKET_NO": "sample string 2",
    "REPORT_NO": "sample string 3",
    "SHAPE": "sample string 4",
    "LAB": "sample string 5",
    "CARAT": 6.0,
    "COLOR": "sample string 7",
    "CLARITY": "sample string 8",
    "CUT": "sample string 9",
    "POLISH": "sample string 10",
    "SYMM": "sample string 11",
    "FLS": "sample string 12",
    "STATUS": "sample string 13",
    "RATE": 14.0,
    "VALUE": 15.0,
    "DISCOUNT": 16.0,
    "NET_RATE": 17.0,
    "NET_VALUE": 18.0,
    "VIDEO": "sample string 19",
    "REAL_IMAGE": "sample string 20",
    "DIAGRAM_IMAGE": "sample string 21",
    "PLOTTING_IMAGE": "sample string 22",
    "HEART_IMAGE": "sample string 23",
    "ARROW_IMAGE": "sample string 24",
    "CERTI_IMAGE": "sample string 25"
  },
  "HOLD_DATA": [
    {
      "SR": 1,
      "TRANS_DATE": "sample string 2",
      "MEMO_NO": "sample string 3",
      "COMP_NAME": "sample string 4",
      "RECEIVE_DATE": "sample string 5",
      "STATUS": "sample string 6"
    },
    {
      "SR": 1,
      "TRANS_DATE": "sample string 2",
      "MEMO_NO": "sample string 3",
      "COMP_NAME": "sample string 4",
      "RECEIVE_DATE": "sample string 5",
      "STATUS": "sample string 6"
    }
  ],
  "MEMO_DATA": [
    {
      "SR": 1,
      "TRANS_DATE": "sample string 2",
      "MEMO_NO": "sample string 3",
      "COMP_NAME": "sample string 4",
      "RECEIVE_DATE": "sample string 5",
      "STATUS": "sample string 6"
    },
    {
      "SR": 1,
      "TRANS_DATE": "sample string 2",
      "MEMO_NO": "sample string 3",
      "COMP_NAME": "sample string 4",
      "RECEIVE_DATE": "sample string 5",
      "STATUS": "sample string 6"
    }
  ],
  "CONFIRM_DATA": [
    {
      "SR": 1,
      "TRANS_DATE": "sample string 2",
      "TRANS_NO": "sample string 3",
      "COMP_NAME": "sample string 4",
      "STATUS": "sample string 5",
      "TRANS_STATUS": 6
    },
    {
      "SR": 1,
      "TRANS_DATE": "sample string 2",
      "TRANS_NO": "sample string 3",
      "COMP_NAME": "sample string 4",
      "STATUS": "sample string 5",
      "TRANS_STATUS": 6
    }
  ],
  "STATUS": "sample string 1",
  "MESSAGE": "sample string 2"
}