Download OpenAPI specification:
Gift Cards management
| page | number Example: page=1 |
| perPage | number Example: perPage=25 |
{- "links": {
- "previous": null,
- "next": null,
- "self": "/users?page=1",
- "first": "/users?page=1",
- "last": "/users?page=1"
}, - "data": [
- {
- "type": "users",
- "id": "e49afb21-af78-412c-af63-61818001b220",
- "attributes": {
- "email": "test@test.com",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
], - "meta": {
- "total": 50,
- "count": 10,
- "perPage": 10,
- "currentPage": 1,
- "totalPages": 5
}
}| email required | string |
{- "email": "test@test.com"
}{- "data": {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}| email required | string |
{- "email": "test@test.com"
}{- "data": {
- "type": "users",
- "id": "e49afb21-af78-412c-af63-61818001b220",
- "attributes": {
- "email": "test@test.com",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}| email required | string |
{- "email": "test@test.com"
}{- "data": {
- "type": "users",
- "id": "e49afb21-af78-412c-af63-61818001b220"
}
}{- "data": [
- {
- "type": "companies",
- "id": "7d35952d-1b9e-45bd-a72e-fe971b84c7da",
- "attributes": {
- "name": "Test Company",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
]
}| name required | string |
{- "name": "Test Company"
}{- "data": {
- "type": "companies",
- "id": "7d35952d-1b9e-45bd-a72e-fe971b84c7da",
- "attributes": {
- "name": "Test Company",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}| name required | string |
{- "name": "Test Company"
}{- "data": {
- "type": "companies",
- "id": "7d35952d-1b9e-45bd-a72e-fe971b84c7da",
- "attributes": {
- "name": "Test Company",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}| page | number Example: page=1 |
| perPage | number Example: perPage=25 |
{- "data": [
- {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
]
}| companyId required | string |
| triggeredEmailId required | string |
| sku required | string |
| availabilityThreshold | number |
| communicationChannel | string |
{- "companyId": "8a9d607a-5c8d-4c13-b23f-e4bb5ed504e8",
- "triggeredEmailId": "a5179552-21a3-4fdb-ac3b-35a218af504d",
- "sku": "Test Sku",
- "availabilityThreshold": 20,
- "communicationChannel": "#it_test_com_100_credit_log"
}{- "data": {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}{- "data": {
- "type": "products",
- "id": "c051c4a3-ab3c-4465-b84c-265a6f0d1c52",
- "attributes": {
- "companyId": "1dee98f6-984b-4ec0-a6c3-f5b81780fb6a",
- "triggeredEmailId": "86784b84-8d4e-4d71-a705-f306cc1c4cd2",
- "sku": "Test SKU",
- "availabilityThreshold": 20,
- "communicationChannel": "#it_test_com_100_credit_log",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}| companyId required | string |
| triggeredEmailId required | string |
| sku required | string |
| availabilityThreshold | number |
| communicationChannel | string |
{- "companyId": "8a9d607a-5c8d-4c13-b23f-e4bb5ed504e8",
- "triggeredEmailId": "a5179552-21a3-4fdb-ac3b-35a218af504d",
- "sku": "Test Sku",
- "availabilityThreshold": 20,
- "communicationChannel": "#it_test_com_100_credit_log"
}{- "data": {
- "type": "products",
- "id": "c051c4a3-ab3c-4465-b84c-265a6f0d1c52",
- "attributes": {
- "companyId": "1dee98f6-984b-4ec0-a6c3-f5b81780fb6a",
- "triggeredEmailId": "86784b84-8d4e-4d71-a705-f306cc1c4cd2",
- "sku": "Test SKU",
- "availabilityThreshold": 20,
- "communicationChannel": "#it_test_com_100_credit_log",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}| filter[notIssued] | any Filter to get all issuedAt values that are null |
| page | number Example: page=1 |
| perPage | number Example: perPage=25 |
{- "links": {
- "previous": null,
- "next": null,
- "self": "products/bdd3bdff-e967-4b6c-9def-59213a8387c3/promos?page=1",
- "first": "products/bdd3bdff-e967-4b6c-9def-59213a8387c3/promos?page=1",
- "last": "products/bdd3bdff-e967-4b6c-9def-59213a8387c3/promos?page=1"
}, - "data": [
- {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
], - "meta": {
- "total": 50,
- "count": 10,
- "perPage": 10,
- "currentPage": 1,
- "totalPages": 5
}
}| page | number Example: page=1 |
| perPage | number Example: perPage=25 |
{- "data": [
- {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
]
}| userId | string |
| productId required | string |
| salesOrderId | string |
| code required | string |
| issuedAt | string |
{- "userId": "fe0d9fc0-9975-332e-b638-853a323b6c6f",
- "productId": "f8e837a3-f8ff-44a2-93b5-90b4710a606c",
- "salesOrderId": "93f74cce-83b7-4fd0-983d-a6231eb9dbcc",
- "code": "USCCA-2B22BBB2",
- "issuedAt": "2022-12-22 12:22:22"
}{- "data": {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}{- "data": {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}| userId | string |
| productId required | string |
| salesOrderId | string |
| code required | string |
| issuedAt | string |
{- "userId": "fe0d9fc0-9975-332e-b638-853a323b6c6f",
- "productId": "f8e837a3-f8ff-44a2-93b5-90b4710a606c",
- "salesOrderId": "93f74cce-83b7-4fd0-983d-a6231eb9dbcc",
- "code": "USCCA-2B22BBB2",
- "issuedAt": "2022-12-22 12:22:22"
}{- "data": {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
}| page | number Example: page=1 |
| perPage | number Example: perPage=25 |
{- "links": {
- "previous": null,
- "next": null,
- "self": "/promos?page=1",
- "first": "/promos?page=1",
- "last": "/promos?page=1"
}, - "data": [
- {
- "type": "promos",
- "id": "eb9f4347-4846-42b8-b452-fa7c131ebbb9",
- "attributes": {
- "userId": "198a8e4d-ceb5-4939-8e56-ecc7221b3838",
- "productId": "489114f3-1b63-4789-ba34-393178042a37",
- "salesOrderId": "ab4c43ff-9ca6-4ab6-a10a-b7326f520b06",
- "code": "USCCA-1AAAA111",
- "issuedAt": "2022-11-11 11:11:11",
- "createdAt": "2022-01-01 12:00:00",
- "updatedAt": "2019-08-24T14:15:22Z"
}
}
], - "meta": {
- "total": 50,
- "count": 10,
- "perPage": 10,
- "currentPage": 1,
- "totalPages": 5
}
}