---
title: "POST /api/quote/update-quote"
method: POST
path: "/api/quote/update-quote"
tags: ["Quote"]
---

# POST /api/quote/update-quote

`POST /api/quote/update-quote`

## Request body

- MovetoBasketReq
  - `quoteId` string, nullable
  - `invoiceNo` string, nullable
  - `poContactName` string, nullable
  - `poContactPhone` string, nullable
  - `poContactEmail` string, nullable
  - `resellerName` string, nullable
  - `resellerContactName` string, nullable
  - `resellerPhoneNO` string, nullable
  - `check1` string, nullable
  - `check2` string, nullable
  - `desc` string, nullable
  - `fullName` string, nullable
  - `address1` string, nullable
  - `address2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zipcode` string, nullable
  - `emailAddress` string, nullable
  - `phone` string, nullable
  - `purchaseOptionId` string, nullable
  - `province` string, nullable
  - `country` string, nullable
  - `isSaveAddress` boolean
  - `poContactCompany` string, nullable
  - `poContactAddress1` string, nullable
  - `poContactAddress2` string, nullable
  - `poContactCity` string, nullable
  - `poContactProvince` string, nullable
  - `poContactPostalCode` string, nullable
  - `poContactState` string, nullable
  - `poContactCountry` string, nullable
  - `userName` string, nullable
  - `quoteKey` string, nullable

## Response `200`

Success

- MovetoBasketResponse
  - `content` MovetoBasketRes
    - `orderId` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
