Required parameters | Type | Description |
companyName | String | Name of the Insurer company |
Example request | URL: https://sandbox.corepluspm.com/API/Core/v2/Insurer/
BODY:
|
Example response |
|
Optional parameters | Type | Description | ||
practiceIdentifier | String | Unique identifying text related to the Insurer (Ex: Can be used as Id from 3rd party systems) | ||
companyAddress | String | Address of the company {“streetAddress”: “”,”suburb”: “”,”postcode”: “”} | ||
postalAddress | String | Postal address of the company {“streetAddress”: “”,”suburb”: “”,”postcode”: “”} | ||
contactTitle | String | Title of the company contact person – Assoc. Prof, Dr, Master, Miss, Mr, Mrs, Ms, Prof, Rev, Sir | ||
contactFirstName | String | First name of the company contact person | ||
contactLastName | String | Last name of the company contact person | ||
contactPosition | String | Position of the company contact person | ||
contactPhoneNumber | String(10) | Contact phone number of the company or contact person | ||
contactPhoneNumberFax | String(10) | Contact fax number of the company or contact person | ||
contactPhoneNumberMobile | String(10) | Contact mobile number of the company or contact person | ||
contactEmail | String | Contact email of the company or contact person |
Example request | URL: https://sandbox.corepluspm.com/API/Core/v2/Insurer/
BODY:
|
Example response |
|