...
The initial set of parameters pertains to broker data. Only specific elements within this data subset are mandatory for delivery. These required elements assist the API in providing critical information for the broker creation.
aToken | string | required | A special token used for accounts to identify itself during API calls. Provided by Thinksurance Support Team. | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
type | int | required | Enumeration value that defines the way for mapping broker data from the request:
| ||||||||
bExternalId | string | required | Broker’s ID from the partner system. | ||||||||
bGender | int | optional | Enumeration value that defines salutation of the broker person:
| ||||||||
bFirstName | string | optional | Broker person’s first name. | ||||||||
bLastName | string | required1 | Broker person’s last name. | ||||||||
bEmail | string | required | Broker person’s email address. | ||||||||
bCompany | string | required2 | Broker company’s name. | ||||||||
bStreet | string | optional | Broker company’s street name. | ||||||||
bStreetNumber | string | optional | Broker company’s street number. | ||||||||
bZip | string | optional | Broker company’s postcode. | ||||||||
bCity | string | optional | Broker company’s city. | ||||||||
bPhone | string | optional | Broker company’s phone number. | ||||||||
bCompanyRegNumber | string | optional | Broker company’s commercial register number. | ||||||||
bRegNumber | string | optional | Broker company’s IHK register number. | ||||||||
Explanations:
1 required if bCompany is not set |
Attributes of the HTTP response
...
HTTP Request with minimal data for company | |||||
| |||||
HTTP Request with minimal data for a person | |||||
| |||||
Successful HTTP Response | |||||
| |||||
Failed HTTP Response | |||||
|
...