Skip to main content
PUT
Update Business
Updates an existing Business record. You must include the Id of the record to update along with all required fields.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the Business-Edit role.

Enums

Request Body

Required Fields

integer
required
The Id of the Business record to update.
integer
required
The visited help items value for this business.
string
required
Display name of the business location.
integer
required
Default language identifier for communications and UI.
string
required
URL slug used for the business’s public web address.
integer
required
ID of the country linked to this record.
integer
required
ID of the currency linked to this record.
integer
required
ID of the simple time zone linked to this record.
number
required
The discount percentage value for this business.
number
required
The discount amount value for this business.
integer
required
The invoicing period value for this business.
integer
required
The last charged invoice value for this business.
integer
required
The last charged transaction value for this business.
integer
required
The last charged attendee value for this business.
integer
required
Type of venue (0 = default).
integer
required
Unit for FloorSpace (0 = default).
integer
required
Passport members directory access level.
integer
required
Passport events listing access level.
integer
required
Passport community board access level.
integer
required
Passport blog posts access level.

Optional Fields

integer
ID of the space website language linked to this record.
integer
ID of the default payment gateway linked to this record.
string
Terms and conditions text for this business.
string
Brief introduction shown on the business profile.
string
Extended ‘About Us’ text for the business profile.
string
Highlight quote displayed on the business profile.
string
URL to the business’s privacy policy.
URL to the business’s cookie policy.
string
Public-facing web contact URL.
string
The welcome email value for this business.
string
Street address of the business.
string
Primary phone number displayed on the business profile.
string
Fax number.
string
Primary email address displayed on the business profile.
string
Date/time value for trial expire date.
string
Date/time value for last over due invoice reminder.
string
Date/time value for last welcome email.
string
URL of a new file to upload as the logo.
boolean
Set to true to remove the current logo file.
string
URL of a new file to upload as the banner image.
boolean
Set to true to remove the current banner image file.
string
URL of a new file to upload as the nex io banner image.
boolean
Set to true to remove the current nex io banner image file.
string
Date/time value for last language token update.
boolean
Whether has created default file templates is enabled.
boolean
Whether suspended is enabled.
boolean
Whether custom passport app is enabled.
string
Date/time value for reminders processed on.
string
ID of the pre auth associated with this record.
string
Last 4 digits of the payment card on file.
string
Most recent pre-authorisation error message.
string
Date/time value for pre auth processed on.
string
Passport channels this business is listed under.
boolean
Whether passport only is enabled.
boolean
Whether this business is published and visible on Nexudus Passport.
string
URL of a new file to upload as the passport banner.
boolean
Set to true to remove the current passport banner file.
string
Display name shown on the Nexudus Passport listing.
string
Tagline shown on the Nexudus Passport listing.
string
Comma-separated tags for categorising the business.
integer
Number of floors in the business premises.
integer
Total floor space of the business premises.
number
Longitude coordinate for map positioning.
number
Latitude coordinate for map positioning.
string
Full description shown on the Nexudus Passport listing.
string
Town or city where the business is located.
string
State or province where the business is located.
string
Postal or ZIP code.
string
Street name component of the address.
string
Street number component of the address.
string
Neighborhood or district name.
string
Secondary contact phone number.
string
Secondary contact email address.
integer
Monday opening time (minutes from midnight).
integer
Monday closing time (minutes from midnight).
integer
Tuesday opening time (minutes from midnight).
integer
Tuesday closing time (minutes from midnight).
integer
Wednesday opening time (minutes from midnight).
integer
Wednesday closing time (minutes from midnight).
integer
Thursday opening time (minutes from midnight).
integer
Thursday closing time (minutes from midnight).
integer
Friday opening time (minutes from midnight).
integer
Friday closing time (minutes from midnight).
integer
Saturday opening time (minutes from midnight).
integer
Saturday closing time (minutes from midnight).
integer
Sunday opening time (minutes from midnight).
integer
Sunday closing time (minutes from midnight).
boolean
Whether the business is closed on Mondays.
boolean
Whether the business is closed on Tuesdays.
boolean
Whether the business is closed on Wednesdays.
boolean
Whether the business is closed on Thursdays.
boolean
Whether the business is closed on Fridays.
boolean
Whether the business is closed on Saturdays.
boolean
Whether the business is closed on Sundays.
boolean
Whether all days share the same opening and closing times.
integer
The current back end version value for this business.
string
The authentication provider value for this business.
string
The created by value for this business.
integer
The default payment term value for this business.

Code Examples

Response

200

integer
HTTP status code. 200 on success.
string
A human-readable message confirming the update.
object
Contains the Id of the updated record.
boolean
true if the business was updated successfully.
array
null on success.
Example Response

400

string
A summary of the validation error(s), in the format PropertyName: error message.
any
null on validation failure.
object[]
Array of validation errors.
boolean
false when the request fails validation.
Example Response