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

# POST /api/quote/update-billing-info

`POST /api/quote/update-billing-info`

## Request body

- UpdateBillingAddressInfoReq
  - `fullName` string, nullable
  - `address1` string, nullable
  - `address2` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `province` string, nullable
  - `country` string, nullable
  - `zipcode` string, nullable
  - `phone` string, nullable
  - `emailAddress` string, nullable
  - `vatNumber` string, nullable
  - `creditCardType` string, nullable
  - `creditCardNo` string, nullable
  - `creditCardExpDate` string, nullable
  - `enccardetails` string, nullable
  - `customerAddressId` string, nullable
  - `autoRenewalId` string, nullable

## Response `200`

Success

- UpdateBillingAddressInfoResponse
  - `content` UpdateBillingAddressInfoRes
    - `result` 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)
