A branding profile determines a provider's visual corporate identity in the Customer Portal and lets a provider differentiate product pricing for connected customers.
id | string <uuid> Branding Profile identifier. |
currency | string <iso-4217> The default currency for customers created under this branding profile. |
name | string [ 1 .. 255 ] characters Name of the branding profile. |
price_list_code_id | string or null <uuid> Price list code identifier. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "currency": "EUR",
- "name": "My Remote Diagnostics",
- "price_list_code_id": "a29db1be-1640-4931-9c6f-2a65a84af434"
}
Retrieve a list of branding profiles.
Successful response.
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "currency": "EUR",
- "name": "My Remote Diagnostics",
- "price_list_code_id": "a29db1be-1640-4931-9c6f-2a65a84af434"
}
], - "total": 4
}
Retrieve a branding profile by its identifier.
Successful response.
An error occurred - see status code and problem response for more information.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "currency": "EUR",
- "name": "My Remote Diagnostics",
- "price_list_code_id": "a29db1be-1640-4931-9c6f-2a65a84af434"
}