Represents a Customer Brand in SOFT4Spaces.
Note
For information about enabling APIs for Business Central see Overview.
API endpoint
| API | Path |
| customerBrand | businesscentralPrefix/soft4/soft4spaces/v3.0/companies({{companyId}})/customerBrands |
Methods
| Method | Return Type | Description |
| GET customerBrands | customerBrands | Gets a customer brand object. |
| DELETE customerBrands | none | Deletes a customer brand object. |
| POST customerBrands | customerBrands | Creates a customer brand object. |
| PATCH customerBrands | customerBrands | Updates a customer brand object. |
Properties
| Property | Type | Description |
| id | GUID | The unique ID of the customer brand. Non-editable. |
| customerNo | string | The customer's number. |
| brandCode | string | The code of the customer brand. |
| description | string | Specifies the description of the customer brand. |
| systemCreatedAt | datetime | The datetime the customer brand was created. |
| systemCreatedBy | GUID | The ID of the user who created the customer brand. |
| systemModifiedAt | datetime | The last datetime the customer brand was modified. |
| systemModifiedBy | GUID | The ID of the user who modified the customer brand. |