GET

Fee Item Bundle - 01.Read many

Return all fee items 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 parameters

(optional)
integer

Take N records. Default value is 10. Max value is 100.

(optional)
integer

Skip N records.

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 all fee items bundle enabled to operate.

  • 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.
  • number categories: The total of Parameters for this bundle. If we have this parameters: Registries and Nº Classes, then we will have 2 categories.
  • number products: The total of fee items.

Loading...

Response 204

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