Operation related to get policy required information, as fields, validations or attachments.
Returns the whole configuration of a given policyId, including multi configuration, fields, sections and attachments.
OK
NOT_FOUND: Policy Id introduced does not exist.
INTERNAL: Internal server error. Typically, a server bug.
{- "attachments": [
- {
- "description": "This document is required for any Third party registration in MK local.",
- "id": "43342642354352344",
- "mandatory": true,
- "template": true,
- "title": "Third Party Authority Form"
}
], - "fees": true,
- "id": "43342642354352344",
- "jsonPolicy": {
- "companyDetailsTemplate": { },
- "contactPersonTemplate": { },
- "senderIdTemplate": { }
}, - "policyMultiType": "SINGLE",
- "policyStatus": "ENABLED",
- "price": {
- "mode": "SUBSCRIBED",
- "subscription": {
- "currency": "string",
- "frequency": 0,
- "recurrentFeeAmount": "string",
- "setupFeeAmount": "string"
}
}, - "statusDisclaimer": "Policy has been disabled as Registrations for these market conditions are now dynamic."
}
Download a policy template. Use this enpdoint to download the template for those policy attachments which template value is true.
Request Successful with binary file returned in octet stream
Policy/template not found
{- "error": {
- "code": 0,
- "details": [
- { }
], - "message": "string",
- "status": "string"
}
}