Businesses
Covered in this doc:
List businesses
List all business including active and deleted
List all active businesses
Parameters
Name | Type | Description |
|
| Filter for businesses created on a particular date in |
|
| Set the field to sort the results by. Available |
|
| Used to lookup/search for businesses matching a particular internal id |
|
| Used by multi-level private labels to filter businesses to one partner based on their assigned sub ID |
Response
Get a single business
Fetch the Business detail using the Business.id
Response
Create a business
Parameters
Name | Type | Description |
|
| required Name of the Business |
Example
Response
A status code of 201 created
is returned on a successful creation and contains the created business object as JSON. See the Get a single business section for an example Business object.
Updating a business
You can PUT
a partial or full object to the detail endpoint to update/change values on the Business object. If using a partial object, you must insure that the primary business id
is part of the payload.
Last updated