No documentation available.
| Name | Description | Usage |
|---|---|---|
| externalId | This will filter the request by external ID. | GET taxclasslist?filter=externalid~{operator}~{value} |
| isActive | This will filter the request by the is active flag. | GET taxclasslist?filter=isactive~{operator}~{value} |
| name | This will filter the request by name. | GET taxclasslist?filter=name~{operator}~{value} |
| portalId | This will filter the request by portal ID. | GET taxclasslist?filter=portalid~{operator}~{value} |
| Name | Description | Usage |
|---|---|---|
| displayOrder | This will sort the response by display order. | GET taxclasslist?sort=displayorder |
| name | This will sort the response by name. | GET taxclasslist?sort=name |
| taxClassId | This will sort the response by tax class ID. | GET taxclasslist?sort=taxclassid |
| Name | Description | Usage |
|---|---|---|
| index | The index to retrieve when requesting paged results. | GET taxclasslist?page=index~{value} |
| size | The size of the page when retrieving paged results. | GET taxclasslist?page=size~{value} |