Submit Proposal API

Request
Security:
path Parameters
productGroupId
required
string

Id of the Group which the product belong to

query Parameters
version
required
integer

version of form data

Request Body schema: application/json

Submit Proposal request body

object (ConsumerResponse)
object

Section to carry responses

Responses
200

Submit Proposal application

post/{productGroupId}/proposal
Request samples
application/json
{
  • "quoteResponse": {
    },
  • "data": {
    }
}
Response samples
application/json
{
  • "status": {
    },
  • "error": [
    ],
  • "ISBTracking": {
    },
  • "ManufacturerTracking": {
    },
  • "URL": {
    },
  • "medicals": {
    },
  • "varFields": [
    ]
}