GET app_deleteprodimg?prodid={prodid}&prodseq={prodseq}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prodid | string |
Required |
|
| prodseq | string |
Required |
Body Parameters
None.
Response Information
Resource Description
bresult| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| message | string |
None. |
|
| title | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{
"id": 1,
"message": "sample string 2",
"title": "sample string 3"
}