Get Business Customer Template

Accelerate the business customer creation process by retrieving a dynamic configuration blueprint. This foundational template provides all available options—including office locations, staff assignments, products, legal forms, and corporate business lines—ensuring your application captures precisely the data required by your specific institution. By utilizing these pre-defined options, you ensure valid data entry and a seamless transition from registration to activation.

This template provides various options such as available offices, staff members, saving products, legal forms, business line classifications, and address-related details.

How to Use Template Option IDs in Create Business Customer

The response from this API contains multiple *Options arrays (e.g., clientNonPersonConstitutionOptions, officeOptions, clientTypeOptions). Each option object includes an id field. These id values must be passed as the corresponding field values in the Create Business Customer request payload.

Template Option ArrayPick the id fromUse as field in Create Customer
officeOptionsofficeOptions[].idofficeId
clientTypeOptionsclientTypeOptions[].idclientTypes[]
clientClassificationOptionsclientClassificationOptions[].idclientClassificationId
clientLegalFormOptionsclientLegalFormOptions[].idlegalFormId
clientNonPersonConstitutionOptionsclientNonPersonConstitutionOptions[].idconstitutionId
clientNonPersonMainBusinessLineOptionsclientNonPersonMainBusinessLineOptions[].idmainBusinessLineId
countryOptionscountryOptions[].idcountryOfIncorporationId
address.countryIdOptionsaddress.countryIdOptions[].idaddress[].countryId
address.stateProvinceIdOptionsaddress.stateProvinceIdOptions[].idaddress[].stateProvinceId
address.addressTypeIdOptionsaddress.addressTypeIdOptions[].idaddress[].addressTypeId

Example: If the template returns clientNonPersonConstitutionOptions with [{ "id": 8679, "name": "Partnership Firm" }], then to create a partnership firm, pass "constitutionId": 8679 in the Create Business Customer request body.

Query Params
integer

Restrict the template data to a specific office. When omitted, the
authenticated user's office is used.

boolean

When set to true, the staff and related lookups are restricted to
the office identified by officeId. Defaults to false.

Headers
string
required

The ID of your banking instance visible in the MBANQ Console.

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json