APIGetProductDetail
This method returns all product details by product IDs
/api/plain/?type=APIGetProductDetail&[payload]&HashString=[hashstring]
URL Parameters
Payload Parameters
| Field | Type | Description |
|---|
| ProductIDs | varchar | comma separated product ids |
Success 200
| Field | Type | Description |
|---|
| Name | Varchar | Name of the product |
| ID | Integer | |
| Image | URL | URL to the image of the product |
| MaximumPersons | Integer | If product is Template Events |
| Minimum persons | Integer | If product is Template Events |
| BandDuration | Integer | If product is Template Events |
- Success-Response:
HTTP/1.1 200 OK
{
"Name": "Carting",
"ID": "5",
"Image": "[URL]",
"MaximumPersons": "99",
"MinimumPersons": "1",
"BandDuration": "60"
}