Skip to main content

Input fields

businessBillingAddress : RichAddressInput

The billing address for the business.

businessDetails : [BusinessDetailInput]

Additional details for the business.

businessLegalAddress : RichAddressInput

The legal address for the business.

businessName : String! required

The business' name.

businessNumber : String! required

The business' number.

businessSectors : [BusinessSectorString!]

The list of sectors the business operates in.

businessType : BusinessTypeOptions! required

The company type of a business account.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "businessBillingAddress": RichAddressInput, "businessDetails": BusinessDetailInput, "businessLegalAddress": RichAddressInput, "businessName": "address-certain-professor-arm-here", "businessNumber": "candidate-leg-style-town-along", "businessSectors": None, "businessType": "SOLE_TRADER" }