GET api/memo/delivert-challan/{challanNo}/{userSeq}/{tokenNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| challanNo | integer |
Required |
|
| userSeq | integer |
Required |
|
| tokenNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IssueChallanData| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| TRANS_DATE | date |
None. |
|
| MEMO_NO | string |
None. |
|
| NAME_SEQ | integer |
None. |
|
| USER_SEQ | integer |
None. |
|
| STONE_COUNT | integer |
None. |
|
| TOTAL_CARAT | decimal number |
None. |
|
| FULL_NAME | string |
None. |
|
| COMP_NAME | string |
None. |
|
| USER_TYPE | string |
None. |
|
| AVG_DISCOUNT | decimal number |
None. |
|
| NET_VALUE | decimal number |
None. |
|
| MOB_NO | string |
None. |
|
| EMAIL_ID | string |
None. |
|
| SKYPE_ID | string |
None. |
|
| ADDRESS | string |
None. |
|
| CITY | string |
None. |
|
| STATE | string |
None. |
|
| COUNTRY | string |
None. |
|
| Detail | Collection of IssueDetailData |
None. |
Response Formats
application/json, text/json
Sample:
{
"SEQ_NO": 1,
"TRANS_DATE": "2025-12-02T16:26:05.0530711-05:00",
"MEMO_NO": "sample string 2",
"NAME_SEQ": 1,
"USER_SEQ": 1,
"STONE_COUNT": 1,
"TOTAL_CARAT": 1.0,
"FULL_NAME": "sample string 3",
"COMP_NAME": "sample string 4",
"USER_TYPE": "sample string 5",
"AVG_DISCOUNT": 1.0,
"NET_VALUE": 1.0,
"MOB_NO": "sample string 6",
"EMAIL_ID": "sample string 7",
"SKYPE_ID": "sample string 8",
"ADDRESS": "sample string 9",
"CITY": "sample string 10",
"STATE": "sample string 11",
"COUNTRY": "sample string 12",
"Detail": [
{
"SEQ_NO": 1,
"MAS_SEQ": 1,
"STOCK_SEQ": 1,
"RATE": 1.0,
"DISCOUNT": 1.0,
"NET_RATE": 1.0,
"NET_VALUE": 1.0,
"CARAT": 1.0,
"PACKET_NO": "sample string 2",
"REPORT_NO": "sample string 3",
"SHAPE_SEQ": 1,
"SHAPE_NAME": "sample string 4",
"COLOR_SEQ": 1,
"COLOR_NAME": "sample string 5",
"LAB_SEQ": 1,
"LAB_NAME": "sample string 6",
"STOCK_CARAT": 1.0,
"CLARITY_SEQ": 1,
"CLARITY_NAME": "sample string 7",
"CUT_SEQ": 1,
"CUT_NAME": "sample string 8",
"POLISH_SEQ": 1,
"POLISH_NAME": "sample string 9",
"SYMM_SEQ": 1,
"SYMM_NAME": "sample string 10",
"FLS_SEQ": 1,
"FLS_NAME": "sample string 11",
"REPORT_COMMENT": "sample string 12",
"KEY_TO_SYMBOLS": "sample string 13",
"LOCATION": "sample string 14"
},
{
"SEQ_NO": 1,
"MAS_SEQ": 1,
"STOCK_SEQ": 1,
"RATE": 1.0,
"DISCOUNT": 1.0,
"NET_RATE": 1.0,
"NET_VALUE": 1.0,
"CARAT": 1.0,
"PACKET_NO": "sample string 2",
"REPORT_NO": "sample string 3",
"SHAPE_SEQ": 1,
"SHAPE_NAME": "sample string 4",
"COLOR_SEQ": 1,
"COLOR_NAME": "sample string 5",
"LAB_SEQ": 1,
"LAB_NAME": "sample string 6",
"STOCK_CARAT": 1.0,
"CLARITY_SEQ": 1,
"CLARITY_NAME": "sample string 7",
"CUT_SEQ": 1,
"CUT_NAME": "sample string 8",
"POLISH_SEQ": 1,
"POLISH_NAME": "sample string 9",
"SYMM_SEQ": 1,
"SYMM_NAME": "sample string 10",
"FLS_SEQ": 1,
"FLS_NAME": "sample string 11",
"REPORT_COMMENT": "sample string 12",
"KEY_TO_SYMBOLS": "sample string 13",
"LOCATION": "sample string 14"
}
]
}