post https://api.accelevents.com/rest/host/event//auction/duplicate/
This API adds duplicates of an already created auction item. We need to pass the itemId.
Users will need to pass an authentication token to authorize the user. This API can be accessed by admins, super admins, and white-label admins.
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error code | Error Description |
---|---|
4060801 | Item code already exists. |
4040300 | Item not found. |
Here is the description of response attributes, which returns to the form of JSON.
Attribute | Description |
---|---|
id | Returns the item ID. |
CD | Returns the item code. |
NM | Returns the item name. |
SB | Returns the item's starting bid value. |
BN | Returns the item's buy it now price. |
PN | Returns the item's position. |
DS | Returns whether a description is present or not for the specified item. |
II | Returns whether at least one image is present or not for the specified item. |
IA | Returns whether the item is hidden or visible on the event website. |