Skip to main content

Poll

Retrieves consumer Response based on unique Request id

Path Parameters
    requestId Requestid required

    Request ID, as received in the response from the Quote API

Responses

Successful Response


Schema
    data object required

    Section to carry single quote poll responses

    request object

    Entire request object to be replicated here.

    quote object

    Entire request object to be replicated here.

    isPollComplete string

    Possible values: <= 5 characters, [true, false]

    Indicates if the transaction is complete or not.

    errors object[]

    This array contains error messages in case of an error

  • Array [
  • productId string

    Possible values: <= 15 characters

    This field carries the productCode of the product for which quote is generated.

    manufacturerId string

    Possible values: <= 15 characters

    This code identifies the insurance company for which quote is given.

    listOfErrors object[]

    This array contains error messages in case of an error

  • Array [
  • errorCode string

    Possible values: <= 50 characters

    In case error occurs, the error code will be stored here

    errorDisplayMessage string

    Possible values: <= 100 characters

    In case error occurs, the error message will be stored here

    errorIdentifier string

    Possible values: <= 20 characters

    In case error occurs, the error message will be stored here

    errorMessage string

    Possible values: <= 100 characters

    In case error occurs, the error message will be stored here

    errorType string

    Possible values: <= 10 characters

    In case error occurs, the error message will be stored here

  • ]
  • statusCode number

    Possible values: <= 50 characters

    In case error occurs, the error code will be stored here

  • ]
  • reqId string required

    Request Id for the quote assigned by 1SB

Loading...