GET

Fee Item Bundle - 02.Read

Return fee item bundle details.

Important

Calls to this method must include the cookie .LawPanel.AuthCookie in order to identify you at user level. For more details about authentication please check this link. To obtain the cookie you can use the method Login.

Request URL

Request parameters

string

The fee item bundle ID.

Request headers

string

User authentication cookie. Read more about how to you get it from here.

string
Subscription key which provides access to this API.

Response 200

Return the fee item bundle enabled to operate.

  • string id: The fee item bundle ID. To get details of fee item bundle please check this link.
  • string firm_id: The firm ID.
  • array product_filter: An array object with fee item bundle properties.
    Object properties are:
    • string id: The fee item bundle ID. To get details of fee item bundle please check this link.
    • string name: The public name of fee item bundle.
    • string internal_name: The internal name of fee item bundle.
    • array product_filter_details: An array object with fee item bundle details.
      Object properties are:
      • string id: The fee item bundle detail ID.
      • array products: An array object with products of fee item bundle detail. To get list of products please check this link
        Object properties are:
        • string id: The product ID. To get details of product please check this link.
        • string code: The code of product.
        • string name_public: The public name of product.
        • object product_type: An object with product type properties.
          Object properties are:
          • string id: The product type ID.
          • string name: The name of product type.
        • array prices: An object with prices properties.
          Object properties are:
          • string id: The price ID.
          • string date_time: The date it was created.
          • object currency: An object with currency properties.
            Object properties are:
            • string id: The currency ID.
            • string name: The name of currency.
            • string name_short: The short version name of currency.
            • string symbol: The character that represents the currency symbol.
          • number currency_units: The amount.
        • array taxes: An object with tax properties.
          Object properties are:
          • string id: The tax ID. To get details of tax please check this link.
          • string name: The name of tax.
          • string description: The description of tax.
          • number units: The units of tax.
          • number percent: The percent of tax.
      • array product_modifier_definitions: An array object with parameters of fee item bundle detail. To get details please check this link
        Object properties are:
        • string id: The parameter ID. To get details please check this link
        • string name: The public name of parameter.
        • numeric order: The parameter's position.

Loading...

Response 204

Loading...
* See getting started for more information on how to use this API. You can also check the API change history.