ProZ.com global directory of translation services
The translation workplace
Ideas

Job quote

Description

A quote from a service provider on a job posting.

Example

{
  "id": 43234,
  "job_posting_id": 12345,
  "self_link": "https://api.proz.com/v2/job-quotes/43234",
  "job_posting_link": "https://api.proz.com/v2/job-posting/12345",
  "quoter_uuid": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "submitted_at": "2016-02-05T15:33:21+01:00",
  "title": "Trados, 15 years in cardiology",
  "message": "I have 15 years of translation experience as an in-house translator at a medical device manufacturer. I have successfully completed other projects of a similar nature.",
  "language_pair": "eng_esl",
  "status": "undecided",
  "rate": {
    "amount": 0.15,
    "currency": "eur",
    "unit": "word"
  },
  "pricing_info": "20% surcharge for rush delivery",
  "proposed_completion_time": "2016-02-15T17:00:00+01:00",
  "timing_info": "Can start immediately and translate 3000 words/day",
  "show_full_name": true,
  "show_email": true,
  "show_phone": true,
  "show_cv": true,
  "sample_translation": "The question of what oncologists can learn from cardiology was recently posed in \"The Lancet\" and the answer - as given by this same medical journal - was succinct: prevention. Imaging procedures for prophylactic investigations are of considerable importance, but it is even more important to do everything possible to prevent malignancies from arising in the first place.",
  "notes": [
    {
      "sender_uuid": "349b7739-c5d7-4d9c-86ea-d9bfec9ccd45",
      "sent_at": "2016-04-25T21:14:51+00:00",
      "note": "This is a note from the job poster."
    },
    {
      "sender_uuid": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
      "sent_at": "2016-04-25T21:15:32+00:00",
      "note": "This is a note from the quoter."
    }
  ]
}

Fields

Job quote

id integer
(read-only)
The job quote ID.
job_posting_id integer
(read-only)
The ID of the job posting this quote is for.
job_posting_link string
(read-only)
The link to access this job posting via API.
quoter_uuid uuid
(read-only)
The account UUID of the person who submitted the quote.
submitted_at ISO 8601 datetime
(read-only)
The time the quote was submitted, in ISO 8601 format. Ex. 2015-04-19T12:59:23+00:00.
title string The title or headline of the job quote.
message string The main message body of the quote.
language_pair language pair The language pair the quote is for. Must be one of the job posting language pairs.
status string Status of the quote in relation to the job posting. Possible values: undecided (default), accepted, or declined.
rate rate The quoted payment rate.
notes notes
(read-only)
Any notes that have been posted to the quote by the quoter or the job poster.
pricing_info string Additional information about pricing, if necessary.
proposed_completion_time ISO 8601 datetime The time the work can be completed, in ISO 8601 format. Ex. 2015-04-19T12:59:23+00:00.
timing_info string Additional information about timing, if necessary.
show_full_name boolean Whether the quoter's full name will be revealed to the outsourcer (if it is not already publicly visible in the user's profile).
show_email boolean Whether the quoter's email address will be revealed to the outsourcer.
show_phone boolean Whether the quoter's phone number will be revealed to the outsourcer (if it is not already publicly visible in the user's profile).
show_cv boolean Whether the quoter's CV will be revealed to the outsourcer (if it is not already publicly visible in the user's profile).
sample_translation string The translation of the sample text (text_excerpt) defined in the Job Posting related to this quote. This field is required if the Job Posting have the field text_excerpt_require_translation with value true

Rate

amount float The numeric portion of the rate, ex. 0.12.
currency currency code The currency in which the rate is specified, ex. usd.
unit string The unit to which the rate amount applies. Allowed values: word, hour, total, line, char, or page.

Notes (read-only)

sender_uuid uuid The account UUID of the person who added this note.
submitted_at ISO 8601 datetime The time the note was submitted, in ISO 8601 format. Ex. 2015-04-19T12:59:23+00:00.
note string The text content of the note.

Endpoints that use this resource