{- "current_page": 0,
- "data": [
- {
- "id": 0,
- "name": "string",
- "slug": "string",
- "locales": "string",
- "uri_auth": "string",
- "uri_livecalls": "string",
- "uri_sync": "string",
- "active": true,
- "queued": true,
- "syncing": true,
- "last_sync_started": "2019-08-24T14:15:22Z",
- "last_sync_completed": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "first_page_url": "string",
- "from": 0,
- "last_page": 0,
- "last_page_url": "string",
- "next_page_url": "string",
- "path": "string",
- "per_page": 0,
- "prev_page_url": "string",
- "to": 0,
- "total": 0
}Create an account
| id | integer <int64> |
| name | string |
| slug | string |
| locales | string |
| uri_auth | string |
| uri_livecalls | string |
| uri_sync | string |
{- "id": 0,
- "name": "string",
- "slug": "string",
- "locales": "string",
- "uri_auth": "string",
- "uri_livecalls": "string",
- "uri_sync": "string"
}{- "id": 0,
- "name": "string",
- "slug": "string",
- "locales": "string",
- "uri_auth": "string",
- "uri_livecalls": "string",
- "uri_sync": "string",
- "active": true,
- "queued": true,
- "syncing": true,
- "last_sync_started": "2019-08-24T14:15:22Z",
- "last_sync_completed": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Get a single account
| id required | integer <int64> ID of account to fetch |
{- "id": 0,
- "name": "string",
- "slug": "string",
- "locales": "string",
- "uri_auth": "string",
- "uri_livecalls": "string",
- "uri_sync": "string",
- "active": true,
- "queued": true,
- "syncing": true,
- "last_sync_started": "2019-08-24T14:15:22Z",
- "last_sync_completed": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}| x-webshop-id required | string webshop code |
| store | string |
| date | string |
{- "store": "string",
- "date": "string"
}{- "success": true,
- "code": 200,
- "data": {
- "success": true
}
}{- "success": true,
- "code": 200,
- "data": [
- {
- "code": "string",
- "label": "string",
- "sendMailBeforeOfflinePayment": true,
- "sendMailBeforeOnlinePayment": true,
- "enablePayment": true,
- "allowBackorder": true,
- "checkWithQuantity": true,
- "description": "string",
- "enableExtraConfirm": true,
- "confirmTitle": "string",
- "confirmDescription": "string",
- "labelCheckoutButton": "string",
- "labelOrderCode": "string",
- "labelStep": "string",
- "labelStepConfirmation": "string",
- "confirmationText": "string",
- "tender": true
}
]
}