UpdatePracticeDetailsRequest
Request to update practice/firm details
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Official name of the accounting practice or firm |
Official name of the accounting practice or firm | ||
| isVatRegistered | boolean | Whether the practice is registered for VAT |
Whether the practice is registered for VAT | ||
| companyNumber | string | Companies House registration number (if the practice is a limited company) |
Companies House registration number (if the practice is a limited company) | ||
| logoUrl | string | URL to the practice logo image (from image assets) |
URL to the practice logo image (from image assets) | ||
| address | string | Practice physical/postal address |
Practice physical/postal address | ||
| website | string | Practice website URL |
Practice website URL | ||
| string | Practice email address for general inquiries | |
Practice email address for general inquiries | ||
| mobile | string | Practice mobile phone number |
Practice mobile phone number | ||
| telephone | string | Practice landline telephone number |
Practice landline telephone number | ||
| professionalBody | enum | ICAEW ICAS CAI ACCA CIPFA CIMA AIA CIOT ATT AAT CPAA ICB IAB HMRC |
ICAEW ICAS CAI ACCA CIPFA CIMA AIA CIOT ATT AAT CPAA ICB IAB HMRC | ||
| logo | CodeAndNameDto | |
| logoCode | string | Code of the image asset to use as the practice logo |
Code of the image asset to use as the practice logo | ||
JSON Example
{
"name": "string",
"isVatRegistered": false,
"companyNumber": "string",
"logoUrl": "string",
"address": "string"
}