...
bToken | string | required | A special token used for broker to identify itself during API calls. Provided by Thinksurance Support Team. | ||||||
---|---|---|---|---|---|---|---|---|---|
agencyNumbers | array | required | An array that holds information on all agency numbers that should be added. Each item of the array is represented by Agency Number Holder Scheme bellow. | ||||||
Agency Number Holder Scheme
| |||||||||
baFinId | string | optional1 | An insurer’s BaFin number. | ||||||
insurerId | string | optional1 | An insurer’s unique identifier number. | ||||||
supervisingAuthorityId | string | optional1 | |||||||
e2e | array | optional2 | An array that holds information on all agency numbers that should be added for one insurer, that should be used with deals made by calculation. Each item of the array is represented by Agency Number Scheme bellow. | ||||||
db | array | optional2 | An array that holds information on all agency numbers that should be added for one insurer, that should be used with deals made in tendering process. Each item of the array is represented by Agency Number Scheme bellow. | ||||||
Agency Number Scheme
| |||||||||
brokerAgencyNumber | string | required | The actual agency number. | ||||||
brokerAgencyEmail | string | optional | Broker’s contact email. | ||||||
brokerAgencyName | string | optional | Broker’s contact name. | ||||||
brokerAgencyPhone | string | optional | Broker’s contact phone. | ||||||
Explanations:
1 one parameter out of baFinId, insurerId and supervisingAuthorityId is required |
...
As previously stated, to execute Add Agency Number, it is imperative to dispatch a POST HTTP request to the /api/broker/set/anums/{:token} endpoint of the API. Below, instances of potential communication between the API and consumers are provided.
HTTP Request with minimal data for company | |||||
| |||||
Successful HTTP Response | |||||
| |||||
Failed HTTP Response | |||||
|