Skip to content

Instantly share code, notes, and snippets.

@josephmisiti
Last active January 9, 2018 19:37
Show Gist options
  • Save josephmisiti/e37835dc6efb46d5d466c5a21da15bf3 to your computer and use it in GitHub Desktop.
Save josephmisiti/e37835dc6efb46d5d466c5a21da15bf3 to your computer and use it in GitHub Desktop.
HTTP PUT: /api/v1/quote_pipeline/<quote_id>?type=<QC|BR|PF>

returns

quote : {
  id: 12312321,
  selected_policy_forms: {'VTJ0020717' : true, 'VTJ0120717': true, ..... },
  overriden_policy_forms: {'VTJ0020717' : true, 'VTJ0120717': true, ..... },
  selected_binding_requirements: { binding_requirements_1: true, binding_requirements_2: true, ....},
  custom_binding_requirements: { custom_binding_requirements_1: 'hello world',  ..... },
  quote_conditions: { QC1: 'ALL',  QC2: 'NONE', ... },
  quote_conditions_per_building: ???
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment