get https://api.zenoti.com/ /v1/Centers//services
This API fetches services from the requested center. Based on certain query parameters like campaign_id and campaign_code, you can get additional information such as campaign-based discounted price information of the services.
Json Property | Data Type | Description |
---|
price_info | ServicePriceInfo | Contains details of the price for a service |
campaign_info | CampaignInfo | Campaign Info Model per service (Nullable) |
Json Property | Data Type | Description |
---|
tax | decimal | Tax being applied on the service (Nullable) |
price_without_tax | decimal | Price without tax |
final_price | decimal | Final price that will be applicable on the guest |
Json Property | Data Type | Description |
---|
campaign_name | string | Name of the Campaign being applied on the service |
campaign_id | Guid? | Id of the Campaign being applied on the service (Nullable) |
discount_type | int | Type of discount being applied on the service |
discount_percentage | decimal | Percentage of discount being applied on the service (Nullable) |
discount | decimal | Value of discount being applied on the service (Nullable) |
discounted_price | decimal | Discounted price after applying the campaign (Nullable) |
currency_id | int? | Currency Id (Nullable) |
sales_price | decimal | Sales Price of the service after applying the campaign (Nullable) |
tax_id | Guid? | Tax Id (Nullable) |
tax | decimal | Tax on the service after applying the campaign (Nullable) |
price_without_tax | decimal? | Price without tax on the service after applying the campaign (Nullable) |
final_price | decimal? | Final Price of the service after applying the campaign (Nullable) |