Add Galleries
Testing Env
https://www.testecommerce.vodoerp.com
Testing Env
https://www.testecommerce.vodoerp.com
POST
/{{Galleries}}
Last modified:2025-04-14 01:11:26
Key | Value | Description | Type |
---|---|---|---|
apikey | 5f28583f26a1a | API key for authentication; contact support to obtain. Required | string |
apiconnection | appmobile | Connection type; contact support to obtain. Required | string |
secure-business-key | 4765066450c0bd66325.48403130 | Business-specific key; contact support for valid values. Required | string |
userToken | 09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9 | User token from authentication API. Required (Get user token from https://testaccounts.vodoerp.com/api/login or https://accounts.vodoerp.com/api/login ) | string |
Key | Value | Description | Type |
---|---|---|---|
title_en | Brand Name ENsac | Gallery title in English. Required | string |
title_ar | Brand Name ARac | Gallery title in Arabic. Required | string |
description_en | Desc en | Gallery description in English. Required | string |
description_ar | Desc ar | Gallery description in Arabic. Required | string |
image | gggggggggggggggggg | URL or reference to the gallery image. Required | string |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://www.testecommerce.vodoerp.com/{{Galleries}}' \
--header 'apikey: 5f28583f26a1a' \
--header 'apiconnection: appmobile' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'userToken: 09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9' \
--form 'title_en="Brand Name ENsac"' \
--form 'title_ar="Brand Name ARac"' \
--form 'description_en="Desc en"' \
--form 'description_ar="Desc ar"' \
--form 'image="gggggggggggggggggg"'
Response Response Example
{"status":true,"message":"Gallery created","data":{"title_en":"Brand Name ENsac","title_ar":"Brand Name ARac","description_en":"Desc en","description_ar":"Desc ar","business_id":259,"updated_at":"2025-04-14T22:39:42.000000Z","created_at":"2025-04-14T22:39:42.000000Z","id":10}}
Request
Header Params
apikey
string
required
Example:
5f28583f26a1a
apiconnection
string
required
Example:
appmobile
secure-business-key
string
required
728106399db2b289783.89154521
2680667168f2f8a68f6.12561200
140356399db2b2c32f0.25237063
96701678e330f31f768.22400604
14807664478836358b0.31329842
Example:
4765066450c0bd66325.48403130
userToken
string
required
https://testaccounts.vodoerp.com/api/login
or
https://accounts.vodoerp.com/api/login
Example:
09119b2691afaa567bc1d46c829ebd41193c8545191146cc5df791681a792ad9
Body Params multipart/form-data
title_en
string
required
Example:
Brand Name ENsac
title_ar
string
required
Example:
Brand Name ARac
description_en
string
required
Example:
Desc en
description_ar
string
required
Example:
Desc ar
image
string
required
Example:
gggggggggggggggggg