POST api/Merchant/GetMerchantImages
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| merchant_no | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"rcrm": {
"RC": "sample string 1",
"RM": "sample string 2"
},
"Object": [
{
"Image_Url": "sample string 1",
"Image_Link": "sample string 2",
"Sort": 3
},
{
"Image_Url": "sample string 1",
"Image_Link": "sample string 2",
"Sort": 3
},
{
"Image_Url": "sample string 1",
"Image_Link": "sample string 2",
"Sort": 3
}
]
}