POST

Fee Item Bundle - 04.Read Parameters

Return all parameters and definitions of fee item bundle available.

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 headers

string

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

string
Subscription key which provides access to this API.

Request body

  • string Requerid public_name: The public name of fee item bundle. To get details of fee item bundle please check this link.

Loading...
                  {
  "type": "object",
  "properties": {
    "public_name": {
      "type": "string"
    }
  },
  "example": {
    "public_name": "UK"
  }
}
                  
              

Response 200

Return list of parameters availables.

  • string id: The parameter fee item bundle detail ID.
  • string name: The public name of parameter.
  • numeric order: The parameter's position.
  • array product_modifier_definitions: An array object with parameters definition of fee item bundle.
    Object properties are:
    • string id: The parameter definition ID.
    • string name: The public name of parameter definition.
    • numeric order: The parameter's definition position.

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