Quote lines list

Quotes on job or phase

Quotes

List of quote lines for a job or phase

  <th>
    Description
  </th>

  <th>
    Examples
  </th>

  <th>
    More info
  </th>
</tr>
  <td>
    The API area
  </td>

  <td>
    quotes.json
  </td>
</tr>

<tr>
  <td>
    <General>
  </td>

  <td>
    Parameters described in overview
  </td>

  <td>
    user=user&password=user&version=3.3
  </td>

  <td>
    [Overview](ref:overview-2)
  </td>
</tr>

<tr>
  <td>
    <input mandatory>company
  </td>

  <td>
    Company ID
  </td>

  <td>
    &company=1
  </td>
</tr>

<tr>
  <td>
    <input mandatory>type
  </td>

  <td>
    Job or Phase
  </td>

  <td>
    &Job-Number=1/00008303 or &Job-And-Phase=1/00008303.001
  </td>
</tr>

<tr>
  <td>
    <Filters>
  </td>

  <td>
    Filter by a key field
  </td>

  <td>

  </td>

  <td>
    [Filters](ref:filters)
  </td>
</tr>
Parameter
API

Example request:
Request to list quotes on job or phase

http://<SERVER>/jsonapi/quotes.json?user=user&password=user&version=3.3&company=1&Job-Number=1/00008303

Example response:

{
  "responsecode": 1,
  "responsestatus": "OK",
  "errorcode": 0,
  "errormessage": "",
  "totalrows": 1,
  "totalpages": 1,
  "responsemessage": "",
  "pagerows": 0,
  "pagenumber": 1,
  "success": true,
  "data": [
    {
      "quoteUuid": "13FEE4B57B744843BEC935841CECCEEE",
      "quoteTimestampModified": 1520348332,
      "quoteRecordVersionNumber": 6,
      "quoteBreakCode": "000001",
      "quoteBreakLine": true,
      "quoteDiscChargeRate": 0,
      "quoteLineBold": false,
      "quoteLineDescription": "Artwork",
      "quoteLineDetail": "Includes work on icons",
      "quoteLineItalic": false,
      "quoteLineNumber": 1,
      "quoteLineQty": 1,
      "quoteLineUnderline": false,
      "quoteLineValue": 110
    }
    // etc..
  ]
}

Note: Feature from API 2.2