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 |