Routes
Add collection contact form input
Add required contact form input fields to a collection. The required input fields are sent as extraInformation in the status response message. The collection will have the status `CONTACT FORM PENDING` in this case.
authorization-token
Type:
apiKeyParameter Name:
authorization-tokenIn:
headerPath Parameters
collectionIdstringrequired
Header Parameters
Insurely-Versionstring
Enum:
["2022-09-26"]Request Body
Schema not found
Responses
Contact form input successfully added
cURL
curl https://api.insurely.com/pension-collection/add-contact-form-input/{collectionId} \ -H "authorization-token: <authorization-token>" \ -X POST