Create collection

POST https://node-staging.billeasy.in/api/v1/customers/createCollection

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-customer-token

string

x-customer-number

string

x-api-secret

string

x-api-access

string

Request: 
{"name":"test3",
"customer_id":551}

Response: 

{
  "success": true,
  "msg": "Collection Created.",
  "data": {
    "id": "43",
    "name": "test3",
    "customerIds": "{551}",
    "metadata": "{\"owner_customer_id\":551}"
  }
}

Last updated