API to get Proposal submission API data

Request
Security:
path Parameters
productGroupId
required
string

Id of the Group which the product belog to

query Parameters
productId
required
string

Id of the Product given by the Manufacturer

manufacturerId
required
string

Id of the Manufacturer

Responses
200

Get Proposal API response

get/{productGroupId}/proposal
Request samples
curl -i -X GET \
  -u <username>:<password> \
  'https://demo.proposal.api.1silverbullet.tech/insurance/{productGroupId}/proposal?productId=string&manufacturerId=string'
Response samples
application/json
{
  • "reqId": "string",
  • "errors": [
    ],
  • "data": {
    }
}