v1

latestSwagger 2.02026-07-13107214235.7 KB
Rfq

Get a specific Rfq

Get a specific Rfq

get/v1/workgroups/{workgroup_id}/projects/{project_id}/rfqs/{rfq_id}

Path parameters

workgroup_idstring required
project_idstring required
rfq_idstring required

Response

Successful retrieval

status_codeinteger
status_reasonstring

Example response

{
  "result": {
    "comments": "sample comments",
    "description": "sample description",
    "quotes": [
      {
        "currency": "sample currency",
        "quote_title": "sample quote_title",
        "status": "sample status",
        "transactional_currency": "sample transactional_currency"
      }
    ],
    "recipient_name": "sample recipient_name",
    "requestor_name": "sample requestor_name",
    "rfq_items": [
      {
        "spec": {
          "reference_number": "sample reference_number",
          "spec_name": "sample spec_name"
        }
      }
    ],
    "rfq_title": "sample rfq_title",
    "status": "sample status"
  },
  "status_reason": "sample status_reason"
}