MarminDeveloper Docs

Update a business profile


Updates an existing business profile. See the right panel for the base URL, request sample, and response JSON.

Note: The Business Profile has to be updated with all details to ensure the delivery of the webhook and transmission of the invoices goes through.

Path parameters

ParameterTypeRequiredDescription
profileIdstring
Required
The ID of the business profile to update.
Request body

Provide the business profile fields you want to update. For field definitions, see the business profile object, Address object, and party tax scheme object.

Response

Status code: 200 OK

Returns the updated business profile object with all fields reflecting the changes made.

Error responses

StatusDescription
400 Bad RequestInvalid request parameters or validation failed. For validation errors, the response includes field-specific errors.
401 UnauthorizedAuthentication required or invalid token.
403 ForbiddenUser not authorized to update this business profile.
404 Not FoundBusiness profile not found.
500 Internal Server ErrorAn error occurred while processing the request.
Next