- AuditDashboard Developer Portal
- Clients
- Divisions
- Engagements
- Get Engagements by StatusGET
- Create EngagementsPOST
- Update EngagementPUT
- Update Engagement StatusesPATCH
- Delete EngagementsDELETE
- Get Engagement DetailsGET
- Update EngagementPUT
- Update Engagement StatusPATCH
- Delete EngagementDELETE
- Download Engagement DocumentsGET
- Download Engagement Request ReportGET
- Download 'All Engagements' ReportGET
- Insights
- Requests
- Get Engagement Requests
- Get Request by ID
- Update Request Details
- Update Request Status and Priority
- Delete Request
- Create Requests
- Update Multiple Requests
- Update Request Status and Priority
- Delete Multiple Requests
- Get Request History Feed
- Get Request Activity Feed
- Add Comment to Request
- Delete a Request Comment
- Delete a Request Document
- Download Request Documents
- Update Multiple Request Restrictions
- Update Single Request Restrictions
- Upload Request Document
- Users
- Authorization
- Trash
Update Client
PUT
/api/public/clients/{id}
Clients
CompanyID cannot be changed; passing it in the model will be ignored.
Request
Path Params
id
integer <int32>
required
Body Params application/json
Model used for updating an existing company.
CompanyID
integer <int32>
optional
CompanyName
string | null
optional
Address
string | null
optional
City
string | null
optional
Province
string | null
optional
PostalCode
string | null
optional
Country
string | null
optional
Phone
string | null
optional
Fax
string | null
optional
Website
string | null
optional
Industry
string | null
optional
RequiresMFA
boolean | null
optional
Divisions
array[integer <int32>] | null
optional
Example
{
"CompanyID": 0,
"CompanyName": "string",
"Address": "string",
"City": "string",
"Province": "string",
"PostalCode": "string",
"Country": "string",
"Phone": "string",
"Fax": "string",
"Website": "string",
"Industry": "string",
"RequiresMFA": true,
"Divisions": [
0
]
}
Responses
🟢200OK
This response does not have a body.
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
Modified at 2025-03-24 12:24:39