GET Api/SalesReport/ShowApplyMerchantLst?getQty={getQty}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| getQty | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MerchantShowCaseSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| SupplierId | string |
None. |
|
| CreateDate | date |
None. |
|
| UpdateDate | date |
None. |
|
| CreateDateString | string |
None. |
|
| UpdateDateString | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a5b81861-f60c-4f9a-b7e1-86ea2f259c27",
"Name": "sample string 2",
"SupplierId": "sample string 3",
"CreateDate": "2026-06-15 12:52:47",
"UpdateDate": "2026-06-15 12:52:47",
"CreateDateString": "sample string 4",
"UpdateDateString": "sample string 5"
},
{
"Id": "a5b81861-f60c-4f9a-b7e1-86ea2f259c27",
"Name": "sample string 2",
"SupplierId": "sample string 3",
"CreateDate": "2026-06-15 12:52:47",
"UpdateDate": "2026-06-15 12:52:47",
"CreateDateString": "sample string 4",
"UpdateDateString": "sample string 5"
}
]