Znode

Build Version:

PUT quotes/{quoteId}

No documentation available.

Request Information

» Parameters

Name Description Additional information
quoteId No documentation available.

Define this parameter in the request URI.

model No documentation available.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "QuoteId": 1,
  "PortalId": 1,
  "AccountId": 1,
  "QuoteOrderStateId": 1,
  "ShippingId": 1,
  "PaymentTypeId": 1,
  "ShippingAddressId": 1,
  "BillingAddressId": 1,
  "ApproverAccountId": 1,
  "QuoteOrderLineQuantity": 2.0,
  "QuoteItemLineId": 3,
  "IsBillingAddressSameAsShippingAddress": true,
  "QuotesUpdateStatus": true,
  "AdditionalInstruction": "sample string 5",
  "ExternalId": "sample string 6",
  "UserName": "sample string 7",
  "QuoteStatus": "sample string 8",
  "Total": 1.0,
  "QuoteIds": "sample string 9",
  "Created": "2025-04-28T02:38:31.8904802+00:00",
  "Modified": "2025-04-28T02:38:31.8904802+00:00",
  "QuoteDate": "2025-04-28T02:38:31.8904802+00:00",
  "QuoteLineItem": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "QuoteLineItemId": 1,
        "QuoteId": 2,
        "ProductId": 3,
        "SKU": "sample string 4",
        "Quantity": 5.0,
        "AddOnValueIds": "sample string 6",
        "BundleItemsIds": "sample string 7"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "QuoteLineItemList": {
    "$id": "4",
    "QuotesLineItems": {
      "$id": "5",
      "$values": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ]
    },
    "PageIndex": 1,
    "PageSize": 1,
    "TotalResults": 1,
    "TotalPages": 1
  },
  "ShippingMethodName": "sample string 10",
  "IsDeleteDraft": true,
  "BaseUrl": "sample string 12",
  "ParentAccountId": 13
}