latestOpenAPI 3.0.12026-08-18132038.0 KB

310150fbd68d

Quotes

Show a single quote

get/V1/quotes/{id}

Response

lookup by plunet_id

idstring

Quote order_reference

plunet_idstring nullable

Plunet quote id

order_referencestring nullable

Same as id; canonical reference like "Q-1446-01"

created_atstring date-time
valid_untilstring date nullable

Quote validity end date (created_at + 1 month).

statusstring nullable
project_namestring nullable
client_ccystring nullable
price_in_client_ccynumber float nullable

Example response

{
  "id": "Q-1446-01",
  "status": "pending",
  "client_ccy": "USD",
  "price_in_client_ccy": 5778,
  "customer": {
    "plunet_id": 12345,
    "name": "EBSCO",
    "address": "EBSCO\n10 Estes Street\n01938 Ipswich\nUnited States"
  },
  "contact_person": {
    "full_name": "Amber Russell",
    "email": "amberrussell@ebsco.com"
  },
  "project_manager": {
    "full_name": "Jane Doe"
  },
  "items": [
    {
      "id": "I-44556",
      "language_source": "en-US",
      "language_target": "fr-FR",
      "client_price": 49.5,
      "status": "invoiced",
      "price_line": [
        {
          "price_unit_id": 12,
          "service": "Culturalization",
          "unit": "Hour",
          "amount": 0.55,
          "unit_price": 90,
          "total": 49.5
        }
      ]
    }
  ]
}