---
title: "POST /api/v1/Reflect/PurchaseReview"
method: POST
path: "/api/v1/Reflect/PurchaseReview"
tags: ["QSCAccount"]
---

# POST /api/v1/Reflect/PurchaseReview

`POST /api/v1/Reflect/PurchaseReview`

## Request body

- PurchaseReview
  - `AccountId` string
  - `ExternalAccountId` string
  - `ContactId` string, required
  - `INOCAccountID` string
  - `CurrencyCode` string, required
  - `BillingCountryCode` string, required
  - `order_detail` OrderDetail, required
    - `product_details` ProductDetail[]
      - `product_type` string
      - `product_sku` string
      - `product_name` string
      - `product_quantity` number, float
      - `product_price` number, float
      - `product_pricebook_name` string
      - `differential_quantity` number, float
      - `product_discount` number, float
      - `product_quantity_operation_flag` string
      - `Coupon_Code_qty__c` string
      - `Effective_Addl_Line_Disc__c` string
      - `addon_products` AddonProductDetail[]
        - `product_type` string
        - `product_sku` string
        - `product_name` string
        - `product_quantity` number, float
        - `differential_quantity` number, float
        - `product_price` number, float
        - `product_discount` number, float
        - `product_pricebook_name` string
        - `product_quantity_operation_flag` string
        - `Coupon_Code_qty__c` string
        - `Effective_Addl_Line_Disc__c` string
    - `billing_account_detail` BillingAccountDetails
      - `currency_code` string
      - `bill_type` string
      - `bill_cycle_name` string
      - `bill_cycle_type` string
      - `billing_account_category_name` string
  - `Recurrence` string, required
  - `RequestFor` string
  - `StateCode` string

## Response `200`

OK

- object

---

[API](https://skmtc.dev/qsc/apis/qscreflect.md) · [All operations](https://skmtc.dev/qsc/apis/qscreflect/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qsc/qscreflect/revisions/33d2c130792e/schema)
