• Last edited on: 30 August 2021

Quote Responses API

Use the quote responses API endpoint to view the supplier responses to your sourcing event and award lines and lots.

Actions

Verb Path Action Description
POST /api/quote_responses/:id/award award Award the quote response
GET /api/quote_requests/:quote_request_id/quote_responses index Get all responses of specific Sourcing event
GET /api/quote_responses index Get all responses of specific Sourcing event
DELETE /api/quote_responses/:id/award remove_award Remove award from the quote response
GET /api/quote_responses/:id show Get information about the particular response

Elements

Element Description Req'd Unique Allowable Value In Out Data Type
awarded Awarded         yes boolean
comments Comments         yes text
created-at Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ         yes datetime
created-by User who created         yes User
id Coupa unique identifier         yes integer
lines Lines         yes []
position position         yes integer
promoted promoted         yes boolean
quote-request-id quote_request_id         yes integer
quote-supplier quote_supplier yes       yes Quote Supplier 
state state         yes string(255)
submitted-at submitted_at yes       yes datetime
updated-at Automatically created by Coupa in the format YYYY-MM-DDTHH:MM:SS+HH:MMZ         yes datetime
updated-by User who updated         yes User

Related Items


Quote Requests Lot API

12 April 2018

The quote request line resource lets you work with the lots on a sourcing event.

Quote Request Attachment API

12 April 2018

The quote request attachment resource lets you manage the attachments on sourcing events.

Quote Suppliers API

31 August 2020

Use the quote suppliers API to get a list of the suppliers associated with a sourcing event.

Quote Request User API

03 May 2021

The Quote Request User resource is associated with the Quote Request API.