WellnessLiving API (UAT) - v1.2026-02
  1. profile
WellnessLiving API (UAT) - v1.2026-02
  • WellnessLiving API - [Feb-2026]
  • Auth
    • Authentication
  • appointment
    • /v1/appointment/book/asset/category
    • /v1/appointment/book/asset/list
    • /v1/appointment/book/asset/service
    • /v1/appointment/book/finish
    • /v1/appointment/book/finish
    • /v1/appointment/book/payment/paymentPost
    • /v1/appointment/book/product
    • /v1/appointment/book/schedule/calendar
    • /v1/appointment/book/schedule/day-time
    • /v1/appointment/book/service/category
    • /v1/appointment/book/service/list
    • /v1/appointment/book/staff/list
  • book-process
    • /v1/book/process/info
    • /v1/book/process/payment
    • /v1/book/process/purchase
    • /v1/book/process/purchase/element/list
  • business-data
    • /v1/business
    • /v1/business/franchise/location
    • /v1/business/skin
  • catalog
    • /v1/catalog/list
    • /v1/catalog/staff/catalog/list
  • classes
    • /v1/classes/list
    • /v1/classes/promotion
    • /v1/classes/view/element
  • collector-debt
    • /v1/collector/debt/list
    • /v1/collector/debt/pay
    • /v1/collector/debt/transaction
  • drive
    • /v1/drive/product/image/upload
  • ecommerce
    • /v1/ecommerce/order/sync
  • event
    • /v1/event/book/list
    • /v1/event/book/view/element
    • /v1/event/list
  • lead
    • /v1/lead/info
    • /v1/lead/info
  • location
    • /v1/location/list
    • /v1/location/view
  • login
    • /v1/login/attendance/list
    • /v1/login/search/settings
    • /v1/login/search/settings
    • /v1/login/search/staff-app/list
  • member
    • /v1/member/info
  • profile
    • /v1/profile/contract
      GET
    • /v1/profile/create
      POST
    • /v1/profile/fields
      GET
    • /v1/profile/purchase/list
      GET
    • /v1/profile/purchase/list/element
      GET
  • promotion
    • /v1/promotion
    • /v1/promotion/list
  • purchase
    • /v1/purchase/receipt
  • report
    • /v1/report/data
    • /v1/report/query
  • report-dev
    • /v1/report/customization-form
    • /v1/report/filter-info
  • schedule
    • /v1/schedule/class/list
    • /v1/schedule/class/view
    • /v1/schedule/class/view
    • /v1/schedule/page/element
    • /v1/schedule/page/list
    • /v1/schedule/tab
  • shop
    • /v1/shop/category
  • staff
    • /v1/staff/list
    • /v1/staff/view
  • user
    • /v1/user
  • visit
    • /v1/visit/status
  1. profile

/v1/profile/purchase/list/element

GET
/v1/profile/purchase/list/element
Summary
Retrieve detailed information about a specific client purchase item in a given region and business.
Query Parameters
id_region (number): Internal region identifier for where the purchase was made.
k_business (string/ID): Unique business identifier (BID) whose client purchase data is being queried.
k_purchase_item (string/ID): Unique identifier of the purchased item/package to retrieve.
200 OK Response Overview
a_component (array): List of related component items for this purchase (IDs, login promotion link, purchase item type).
a_logo (object): Logo details for the purchased item (height, width, empty flag, image URL).
can_renew (boolean): Indicates whether this purchase can be renewed.
dl_\\* / dt_\\* fields (strings): Date-only (dl_) and datetime (dt_) values for purchase, start, end, cancel, hold, and redeem events.
i_\\* counters (numbers/strings): Various usage and configuration counts (duration, remaining uses, limits, renewals, bookings, discounts).
id_\\* fields (numbers): Internal type and configuration identifiers (activation, program type, sale, duration, discount commission, purchase item type).
is_\\* flags (booleans): Status flags describing the state of the purchase (active, asset, expired, on hold, limited, transferable, renewable, etc.).
k_\\* fields (strings/IDs): Internal keys for currency, purchase, login promotion, and results.
m_\\* monetary fields (strings): Pricing and discount information (item cost, total cost, price, manual discount, terminate fee, refund, period price).
s_\\* string fields: Codes, gift info, payer/recipient/sender names, title of the purchased item, mail/message content, and other descriptive strings.
sid_value (string): Purchase type identifier (e.g., "package").
text_expire (string): Human-readable expiration description (e.g., "Never expires").
uid_payer / uid_recipient (strings): Client identifiers for the payer and recipient.
status (string): Overall status of the lookup (e.g., "ok").
s_version (string): Version identifier for the record.
__a_message (array): Supplementary messages such as payment method or expiration text.

Request

Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v1/profile/purchase/list/element?id_region={{id_region}}&k_business={{k_business}}&k_purchase_item=undefined' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{}
Modified at 2026-02-26 17:13:05
Previous
/v1/profile/purchase/list
Next
/v1/promotion
Built with