Retrieve an estimate

Retrieves an estimate by ID.

IMPORTANT: If you need to fetch multiple specific estimates by ID, use the list endpoint instead with the ids parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.

NOTE: The response automatically includes any linked transactions.

get/quickbooks-desktop/estimates/{id}

Path parameters

idstring required

The QuickBooks-assigned unique identifier of the estimate to retrieve.

Example:123ABC-1234567890

The QuickBooks-assigned unique identifier of the estimate to retrieve.

Headers

Conductor-End-User-Idstring required

The ID of the End-User to receive this request.

Example:end_usr_1234567abcdefg

The ID of the End-User to receive this request.

Response

Returns the specified estimate.

idstring required

The unique identifier assigned by QuickBooks to this estimate. This ID is unique across all transaction types.

objectType'qbd_estimate' required

The type of object. This value is always "qbd_estimate".

createdAtstring required

The date and time when this estimate was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.

updatedAtstring required

The date and time when this estimate was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.

revisionNumberstring required

The current QuickBooks-assigned revision number of this estimate object, which changes each time the object is modified. When updating this object, you must provide the most recent revisionNumber to ensure you're working with the latest data; otherwise, the update will return an error.

transactionDatestring date required

The date of this estimate, in ISO 8601 format (YYYY-MM-DD).

refNumberstring nullable required

The case-sensitive user-defined reference number for this estimate, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.

isActiveboolean required

Indicates whether this estimate is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to true.

purchaseOrderNumberstring nullable required

The customer's Purchase Order (PO) number associated with this estimate. This field is often used to cross-reference the estimate with the customer's purchasing system.

dueDatestring date nullable required

The date by which this estimate must be paid, in ISO 8601 format (YYYY-MM-DD).

shipmentOriginstring nullable required

The origin location from where the product associated with this estimate is shipped. This is the point at which ownership and liability for goods transfer from seller to buyer. Internally, QuickBooks uses the term "FOB" for this field, which stands for "freight on board". This field is informational and has no accounting implications.

subtotalstring required

The subtotal of this estimate, which is the sum of all estimate lines before taxes and payments are applied, represented as a decimal string.

salesTaxPercentagestring nullable required

The sales tax percentage applied to this estimate, represented as a decimal string.

salesTaxTotalstring nullable required

The total amount of sales tax charged for this estimate, represented as a decimal string.

totalAmountstring required

The total monetary amount of this estimate, equivalent to the sum of the amounts in lines and lineGroups, represented as a decimal string.

exchangeRatenumber nullable required

The market exchange rate between this estimate's currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).

totalAmountInHomeCurrencystring nullable required

The total monetary amount of this estimate converted to the home currency of the QuickBooks company file. Represented as a decimal string.

memostring nullable required

A memo or note for this estimate that appears in reports, but not on the estimate. Use customerMessage to add a note to this estimate.

isQueuedForEmailboolean nullable required

Indicates whether this estimate is included in the queue of documents for QuickBooks to email to the customer.

otherCustomFieldstring nullable required

A built-in custom field for additional information specific to this estimate. Unlike the user-defined fields in the customFields array, this is a standard QuickBooks field that exists for all estimates for convenience. Developers often use this field for tracking information that doesn't fit into other standard QuickBooks fields. Unlike otherCustomField1 and otherCustomField2, which are line item fields, this exists at the transaction level. Hidden by default in the QuickBooks UI.

externalIdstring nullable required

A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.

Example response

{
  "id": "123ABC-1234567890",
  "objectType": "qbd_estimate",
  "createdAt": "2025-01-01T12:34:56+00:00",
  "updatedAt": "2025-02-01T12:34:56+00:00",
  "revisionNumber": "1721172183",
  "customer": {
    "id": "80000001-1234567890",
    "fullName": "Acme Corporation"
  },
  "class": {
    "id": "80000001-1234567890",
    "fullName": "Web Development"
  },
  "documentTemplate": {
    "id": "80000001-1234567890",
    "fullName": "Estimate Template"
  },
  "transactionDate": "2024-10-01",
  "refNumber": "EST-1234",
  "billingAddress": {
    "line1": "Conductor Labs Inc.",
    "line2": "540 Market St.",
    "line3": "Suite 100",
    "city": "San Francisco",
    "state": "CA",
    "postalCode": "94110",
    "country": "United States",
    "note": "Conductor HQ"
  },
  "shippingAddress": {
    "line1": "Conductor Labs Inc.",
    "line2": "540 Market St.",
    "line3": "Suite 100",
    "city": "San Francisco",
    "state": "CA",
    "postalCode": "94110",
    "country": "United States",
    "note": "Conductor HQ"
  },
  "isActive": true,
  "purchaseOrderNumber": "PO-1234",
  "terms": {
    "id": "80000001-1234567890",
    "fullName": "Net 30"
  },
  "dueDate": "2024-10-31",
  "salesRepresentative": {
    "id": "80000001-1234567890",
    "fullName": "Jane Doe"
  },
  "shipmentOrigin": "San Francisco, CA",
  "subtotal": "1000.00",
  "salesTaxItem": {
    "id": "80000001-1234567890",
    "fullName": "State Sales Tax"
  },
  "salesTaxPercentage": "0.07",
  "salesTaxTotal": "10.00",
  "totalAmount": "1000.00",
  "currency": {
    "id": "80000001-1234567890",
    "fullName": "USD"
  },
  "exchangeRate": 1.2345,
  "totalAmountInHomeCurrency": "1234.56",
  "memo": "Proposal for website redesign",
  "customerMessage": {
    "id": "80000001-1234567890",
    "fullName": "Thank you for your business!"
  },
  "isQueuedForEmail": true,
  "salesTaxCode": {
    "id": "80000001-1234567890",
    "fullName": "Non"
  },
  "otherCustomField": "Special handling required",
  "externalId": "12345678-abcd-1234-abcd-1234567890ab",
  "linkedTransactions": [
    {
      "id": "123ABC-1234567890",
      "objectType": "qbd_linked_transaction",
      "transactionType": "invoice",
      "transactionDate": "2024-10-01",
      "refNumber": "LINK-1234",
      "linkType": "amount",
      "amount": "1000.00"
    }
  ],
  "lines": [
    {
      "id": "456DEF-1234567890",
      "objectType": "qbd_estimate_line",
      "item": {
        "id": "80000001-1234567890",
        "fullName": "Widget A"
      },
      "description": "Graphic illustrations for website redesign",
      "quantity": 5,
      "unitOfMeasure": "Each",
      "overrideUnitOfMeasureSet": {
        "id": "80000001-1234567890",
        "fullName": "Volume Units"
      },
      "rate": "10.00",
      "ratePercent": "10.5",
      "class": {
        "id": "80000001-1234567890",
        "fullName": "Web Development"
      },
      "amount": "1000.00",
      "inventorySite": {
        "id": "80000001-1234567890",
        "fullName": "Main Warehouse"
      },
      "inventorySiteLocation": {
        "id": "80000001-1234567890",
        "fullName": "Aisle 3, Shelf B"
      },
      "salesTaxCode": {
        "id": "80000001-1234567890",
        "fullName": "Non"
      },
      "markupRate": "0.2",
      "markupRatePercent": "20.0",
      "otherCustomField1": "Special handling required",
      "otherCustomField2": "Always ship with a spare",
      "customFields": [
        {
          "ownerId": "0",
          "name": "Customer Rating",
          "type": "string_1024_type",
          "value": "Premium"
        }
      ]
    }
  ],
  "lineGroups": [
    {
      "id": "456DEF-1234567890",
      "objectType": "qbd_estimate_line_group",
      "itemGroup": {
        "id": "80000001-1234567890",
        "fullName": "Office Supplies Bundle"
      },
      "description": "Standard widget bulk package",
      "quantity": 5,
      "unitOfMeasure": "Each",
      "overrideUnitOfMeasureSet": {
        "id": "80000001-1234567890",
        "fullName": "Volume Units"
      },
      "shouldPrintItemsInGroup": true,
      "totalAmount": "1000.00",
      "lines": [
        {
          "id": "456DEF-1234567890",
          "objectType": "qbd_estimate_line",
          "item": {
            "id": "80000001-1234567890",
            "fullName": "Widget A"
          },
          "description": "Graphic illustrations for website redesign",
          "quantity": 5,
          "unitOfMeasure": "Each",
          "overrideUnitOfMeasureSet": {
            "id": "80000001-1234567890",
            "fullName": "Volume Units"
          },
          "rate": "10.00",
          "ratePercent": "10.5",
          "class": {
            "id": "80000001-1234567890",
            "fullName": "Web Development"
          },
          "amount": "1000.00",
          "inventorySite": {
            "id": "80000001-1234567890",
            "fullName": "Main Warehouse"
          },
          "inventorySiteLocation": {
            "id": "80000001-1234567890",
            "fullName": "Aisle 3, Shelf B"
          },
          "salesTaxCode": {
            "id": "80000001-1234567890",
            "fullName": "Non"
          },
          "markupRate": "0.2",
          "markupRatePercent": "20.0",
          "otherCustomField1": "Special handling required",
          "otherCustomField2": "Always ship with a spare",
          "customFields": [
            {
              "ownerId": "0",
              "name": "Customer Rating",
              "type": "string_1024_type",
              "value": "Premium"
            }
          ]
        }
      ],
      "customFields": [
        {
          "ownerId": "0",
          "name": "Customer Rating",
          "type": "string_1024_type",
          "value": "Premium"
        }
      ]
    }
  ],
  "customFields": [
    {
      "ownerId": "0",
      "name": "Customer Rating",
      "type": "string_1024_type",
      "value": "Premium"
    }
  ]
}

Changes

Changed in 4 of the 46 revisions of this API.2964167

    • for the path request parameter id, the maxLength was set to 36

      request-parameter-max-length-set

  • 10d4e9ebd1df10528See the full diff
    • response property customer/fullName list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property customer/id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property dueDate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property exchangeRate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property externalId list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property isQueuedForEmail list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/description list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/itemGroup/fullName list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/itemGroup/id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/amount list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/description list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/markupRate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/markupRatePercent list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/otherCustomField1 list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/otherCustomField2 list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/quantity list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/rate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/ratePercent list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/unitOfMeasure list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/quantity list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/unitOfMeasure list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/amount list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/description list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/markupRate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/markupRatePercent list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/otherCustomField1 list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/otherCustomField2 list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/quantity list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/rate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/ratePercent list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/unitOfMeasure list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property linkedTransactions/items/amount list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property linkedTransactions/items/linkType list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property linkedTransactions/items/refNumber list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property memo list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property otherCustomField list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property purchaseOrderNumber list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property refNumber list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property salesTaxPercentage list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property salesTaxTotal list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property shipmentOrigin list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property totalAmountInHomeCurrency list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • the class response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the currency response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the customerMessage response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the documentTemplate response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/class response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/inventorySite response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/inventorySiteLocation response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/item response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/overrideUnitOfMeasureSet response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/salesTaxCode response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/overrideUnitOfMeasureSet response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/class response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/inventorySite response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/inventorySiteLocation response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/item response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/overrideUnitOfMeasureSet response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/salesTaxCode response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the salesRepresentative response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the salesTaxCode response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the salesTaxItem response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the terms response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • removed the required property class/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property class/id from the response with the 200 status

      response-required-property-removed

    • removed the required property currency/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property currency/id from the response with the 200 status

      response-required-property-removed

    • removed the required property customerMessage/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property customerMessage/id from the response with the 200 status

      response-required-property-removed

    • removed the required property documentTemplate/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property documentTemplate/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/class/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/class/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/inventorySite/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/inventorySite/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/inventorySiteLocation/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/inventorySiteLocation/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/item/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/item/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/overrideUnitOfMeasureSet/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/salesTaxCode/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/salesTaxCode/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/overrideUnitOfMeasureSet/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/overrideUnitOfMeasureSet/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/class/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/class/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/inventorySite/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/inventorySite/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/inventorySiteLocation/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/inventorySiteLocation/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/item/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/item/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/overrideUnitOfMeasureSet/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/overrideUnitOfMeasureSet/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/salesTaxCode/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/salesTaxCode/id from the response with the 200 status

      response-required-property-removed

    • removed the required property salesRepresentative/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property salesRepresentative/id from the response with the 200 status

      response-required-property-removed

    • removed the required property salesTaxCode/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property salesTaxCode/id from the response with the 200 status

      response-required-property-removed

    • removed the required property salesTaxItem/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property salesTaxItem/id from the response with the 200 status

      response-required-property-removed

    • removed the required property terms/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property terms/id from the response with the 200 status

      response-required-property-removed

    • added qbd_address subschema #2 to the billingAddress response property anyOf list for the response status 200

      response-property-any-of-added

    • added qbd_address subschema #2 to the shippingAddress response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the class response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the currency response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the customerMessage response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the documentTemplate response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/class response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/inventorySite response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/inventorySiteLocation response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/item response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/class response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/inventorySite response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/inventorySiteLocation response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/item response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the salesRepresentative response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the salesTaxItem response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the terms response property anyOf list for the response status 200

      response-property-any-of-added

    • removed the amount enum value from the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-removed

    • removed the quantity enum value from the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-removed

    • removed the undefined enum value from the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-removed

    • removed qbd_address subschema #2 from the billingAddress response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed qbd_address subschema #2 from the shippingAddress response property oneOf list for the response status 200

      response-property-one-of-removed

  • 8e0b7df2044d863109See the full diff
    • the response property class became nullable for the status 200

      response-property-became-nullable

    • the response property currency became nullable for the status 200

      response-property-became-nullable

    • the response property customer/fullName became nullable for the status 200

      response-property-became-nullable

    • the response property customer/id became nullable for the status 200

      response-property-became-nullable

    • the response property customerMessage became nullable for the status 200

      response-property-became-nullable

    • the response property documentTemplate became nullable for the status 200

      response-property-became-nullable

    • the response property dueDate became nullable for the status 200

      response-property-became-nullable

    • the response property exchangeRate became nullable for the status 200

      response-property-became-nullable

    • the response property externalId became nullable for the status 200

      response-property-became-nullable

    • the response property isQueuedForEmail became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/description became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/itemGroup/fullName became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/itemGroup/id became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/amount became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/class became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/description became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/inventorySite became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/inventorySiteLocation became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/item became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/markupRate became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/markupRatePercent became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/otherCustomField1 became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/otherCustomField2 became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/overrideUnitOfMeasureSet became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/quantity became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/rate became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/ratePercent became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/salesTaxCode became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/lines/items/unitOfMeasure became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/overrideUnitOfMeasureSet became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/quantity became nullable for the status 200

      response-property-became-nullable

    • the response property lineGroups/items/unitOfMeasure became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/amount became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/class became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/description became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/inventorySite became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/inventorySiteLocation became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/item became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/markupRate became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/markupRatePercent became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/otherCustomField1 became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/otherCustomField2 became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/overrideUnitOfMeasureSet became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/quantity became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/rate became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/ratePercent became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/salesTaxCode became nullable for the status 200

      response-property-became-nullable

    • the response property lines/items/unitOfMeasure became nullable for the status 200

      response-property-became-nullable

    • the response property linkedTransactions/items/amount became nullable for the status 200

      response-property-became-nullable

    • the response property linkedTransactions/items/linkType became nullable for the status 200

      response-property-became-nullable

    • the response property linkedTransactions/items/refNumber became nullable for the status 200

      response-property-became-nullable

    • the response property memo became nullable for the status 200

      response-property-became-nullable

    • the response property otherCustomField became nullable for the status 200

      response-property-became-nullable

    • the response property purchaseOrderNumber became nullable for the status 200

      response-property-became-nullable

    • the response property refNumber became nullable for the status 200

      response-property-became-nullable

    • the response property salesRepresentative became nullable for the status 200

      response-property-became-nullable

    • the response property salesTaxCode became nullable for the status 200

      response-property-became-nullable

    • the response property salesTaxItem became nullable for the status 200

      response-property-became-nullable

    • the response property salesTaxPercentage became nullable for the status 200

      response-property-became-nullable

    • the response property salesTaxTotal became nullable for the status 200

      response-property-became-nullable

    • the response property shipmentOrigin became nullable for the status 200

      response-property-became-nullable

    • the response property terms became nullable for the status 200

      response-property-became-nullable

    • the response property totalAmountInHomeCurrency became nullable for the status 200

      response-property-became-nullable

    • added qbd_address subschema #2 to the billingAddress response property oneOf list for the response status 200

      response-property-one-of-added

    • added qbd_address subschema #2 to the shippingAddress response property oneOf list for the response status 200

      response-property-one-of-added

    • the class response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the currency response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the customerMessage response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the documentTemplate response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/class response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/inventorySite response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/inventorySiteLocation response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/item response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/overrideUnitOfMeasureSet response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/salesTaxCode response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lineGroups/items/overrideUnitOfMeasureSet response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lines/items/class response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lines/items/inventorySite response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lines/items/inventorySiteLocation response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lines/items/item response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lines/items/overrideUnitOfMeasureSet response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the lines/items/salesTaxCode response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the salesRepresentative response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the salesTaxCode response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the salesTaxItem response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • the terms response's property type/format changed from / to object null/ for status 200

      response-property-type-changed

    • added the new amount enum value to the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-added

    • added the new quantity enum value to the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-added

    • added the new undefined enum value to the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-added

    • removed qbd_address subschema #2 from the billingAddress response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed qbd_address subschema #2 from the shippingAddress response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the class response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the currency response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the customerMessage response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the documentTemplate response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lineGroups/items/lines/items/class response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lineGroups/items/lines/items/inventorySite response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lineGroups/items/lines/items/inventorySiteLocation response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lineGroups/items/lines/items/item response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lineGroups/items/lines/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lineGroups/items/lines/items/salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lineGroups/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lines/items/class response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lines/items/inventorySite response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lines/items/inventorySiteLocation response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lines/items/item response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lines/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the lines/items/salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the salesRepresentative response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the salesTaxItem response property anyOf list for the response status 200

      response-property-any-of-removed

    • removed subschema #1 subschema #2 from the terms response property anyOf list for the response status 200

      response-property-any-of-removed

    • response property customer/fullName list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property customer/id list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property dueDate list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property exchangeRate list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property externalId list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property isQueuedForEmail list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/description list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/itemGroup/fullName list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/itemGroup/id list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/amount list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/description list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/markupRate list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/markupRatePercent list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/otherCustomField1 list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/otherCustomField2 list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/quantity list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/rate list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/ratePercent list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/lines/items/unitOfMeasure list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/quantity list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lineGroups/items/unitOfMeasure list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/amount list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/description list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/markupRate list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/markupRatePercent list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/otherCustomField1 list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/otherCustomField2 list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/quantity list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/rate list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/ratePercent list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property lines/items/unitOfMeasure list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property linkedTransactions/items/amount list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property linkedTransactions/items/linkType list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property linkedTransactions/items/refNumber list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property memo list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property otherCustomField list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property purchaseOrderNumber list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property refNumber list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property salesTaxPercentage list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property salesTaxTotal list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property shipmentOrigin list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • response property totalAmountInHomeCurrency list-of-types was narrowed by removing types null from media type application/json of response 200

      response-property-list-of-types-narrowed

    • the linkedTransactions/items/transactionDate response's property pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$ was removed for the status 200

      response-property-pattern-removed

    • the transactionDate response's property pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$ was removed for the status 200

      response-property-pattern-removed

    • added the required property class/fullName to the response with the 200 status

      response-required-property-added

    • added the required property class/id to the response with the 200 status

      response-required-property-added

    • added the required property currency/fullName to the response with the 200 status

      response-required-property-added

    • added the required property currency/id to the response with the 200 status

      response-required-property-added

    • added the required property customerMessage/fullName to the response with the 200 status

      response-required-property-added

    • added the required property customerMessage/id to the response with the 200 status

      response-required-property-added

    • added the required property documentTemplate/fullName to the response with the 200 status

      response-required-property-added

    • added the required property documentTemplate/id to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/class/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/class/id to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/inventorySite/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/inventorySite/id to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/inventorySiteLocation/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/inventorySiteLocation/id to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/item/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/item/id to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/overrideUnitOfMeasureSet/id to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/salesTaxCode/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/lines/items/salesTaxCode/id to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/overrideUnitOfMeasureSet/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lineGroups/items/overrideUnitOfMeasureSet/id to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/class/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/class/id to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/inventorySite/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/inventorySite/id to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/inventorySiteLocation/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/inventorySiteLocation/id to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/item/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/item/id to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/overrideUnitOfMeasureSet/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/overrideUnitOfMeasureSet/id to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/salesTaxCode/fullName to the response with the 200 status

      response-required-property-added

    • added the required property lines/items/salesTaxCode/id to the response with the 200 status

      response-required-property-added

    • added the required property salesRepresentative/fullName to the response with the 200 status

      response-required-property-added

    • added the required property salesRepresentative/id to the response with the 200 status

      response-required-property-added

    • added the required property salesTaxCode/fullName to the response with the 200 status

      response-required-property-added

    • added the required property salesTaxCode/id to the response with the 200 status

      response-required-property-added

    • added the required property salesTaxItem/fullName to the response with the 200 status

      response-required-property-added

    • added the required property salesTaxItem/id to the response with the 200 status

      response-required-property-added

    • added the required property terms/fullName to the response with the 200 status

      response-required-property-added

    • added the required property terms/id to the response with the 200 status

      response-required-property-added

  • 5f832f69567510530See the full diff
    • response property customer/fullName list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property customer/id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property dueDate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property exchangeRate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property externalId list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property isQueuedForEmail list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/description list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/itemGroup/fullName list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/itemGroup/id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/amount list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/description list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/markupRate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/markupRatePercent list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/otherCustomField1 list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/otherCustomField2 list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/quantity list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/rate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/ratePercent list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/lines/items/unitOfMeasure list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/quantity list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lineGroups/items/unitOfMeasure list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/amount list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/description list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/markupRate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/markupRatePercent list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/otherCustomField1 list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/otherCustomField2 list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/quantity list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/rate list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/ratePercent list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property lines/items/unitOfMeasure list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property linkedTransactions/items/amount list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property linkedTransactions/items/linkType list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property linkedTransactions/items/refNumber list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property memo list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property otherCustomField list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property purchaseOrderNumber list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property refNumber list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property salesTaxPercentage list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property salesTaxTotal list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property shipmentOrigin list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • response property totalAmountInHomeCurrency list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • the class response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the currency response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the customerMessage response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the documentTemplate response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/class response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/inventorySite response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/inventorySiteLocation response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/item response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/overrideUnitOfMeasureSet response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/lines/items/salesTaxCode response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lineGroups/items/overrideUnitOfMeasureSet response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/class response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/inventorySite response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/inventorySiteLocation response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/item response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/overrideUnitOfMeasureSet response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the lines/items/salesTaxCode response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the salesRepresentative response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the salesTaxCode response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the salesTaxItem response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • the terms response's property type/format changed from object null/ to / for status 200

      response-property-type-changed

    • removed the required property class/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property class/id from the response with the 200 status

      response-required-property-removed

    • removed the required property currency/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property currency/id from the response with the 200 status

      response-required-property-removed

    • removed the required property customerMessage/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property customerMessage/id from the response with the 200 status

      response-required-property-removed

    • removed the required property documentTemplate/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property documentTemplate/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/class/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/class/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/inventorySite/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/inventorySite/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/inventorySiteLocation/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/inventorySiteLocation/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/item/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/item/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/overrideUnitOfMeasureSet/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/salesTaxCode/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/lines/items/salesTaxCode/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/overrideUnitOfMeasureSet/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lineGroups/items/overrideUnitOfMeasureSet/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/class/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/class/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/inventorySite/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/inventorySite/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/inventorySiteLocation/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/inventorySiteLocation/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/item/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/item/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/overrideUnitOfMeasureSet/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/overrideUnitOfMeasureSet/id from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/salesTaxCode/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property lines/items/salesTaxCode/id from the response with the 200 status

      response-required-property-removed

    • removed the required property salesRepresentative/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property salesRepresentative/id from the response with the 200 status

      response-required-property-removed

    • removed the required property salesTaxCode/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property salesTaxCode/id from the response with the 200 status

      response-required-property-removed

    • removed the required property salesTaxItem/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property salesTaxItem/id from the response with the 200 status

      response-required-property-removed

    • removed the required property terms/fullName from the response with the 200 status

      response-required-property-removed

    • removed the required property terms/id from the response with the 200 status

      response-required-property-removed

    • added qbd_address subschema #2 to the billingAddress response property anyOf list for the response status 200

      response-property-any-of-added

    • added qbd_address subschema #2 to the shippingAddress response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the class response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the currency response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the customerMessage response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the documentTemplate response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/class response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/inventorySite response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/inventorySiteLocation response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/item response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/lines/items/salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lineGroups/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/class response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/inventorySite response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/inventorySiteLocation response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/item response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/overrideUnitOfMeasureSet response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the lines/items/salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the salesRepresentative response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the salesTaxCode response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the salesTaxItem response property anyOf list for the response status 200

      response-property-any-of-added

    • added subschema #1 subschema #2 to the terms response property anyOf list for the response status 200

      response-property-any-of-added

    • removed the amount enum value from the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-removed

    • removed the quantity enum value from the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-removed

    • removed the undefined enum value from the linkedTransactions/items/linkType response property for the response status 200

      response-property-enum-value-removed

    • removed qbd_address subschema #2 from the billingAddress response property oneOf list for the response status 200

      response-property-one-of-removed

    • removed qbd_address subschema #2 from the shippingAddress response property oneOf list for the response status 200

      response-property-one-of-removed

    • the linkedTransactions/items/transactionDate response's property pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$ was added for the status 200

      response-property-pattern-added

    • the transactionDate response's property pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$ was added for the status 200

      response-property-pattern-added