| addProvider |
GET /cdna-admin/taxes/add-provider/{type}
|
|
Add a new record. Assigns an empty record to the template. |
| editProvider |
GET /cdna-admin/taxes/provider/{id}
|
|
Retrieve a single record and display the edit page for the record |
| manageProviders |
GET /cdna-admin/taxes/providers
|
|
Retrieve available records and assign them to the template for editing. |
| addCategory |
GET /cdna-admin/taxes/add-category
|
| Name |
Type |
Description |
| category |
Category
|
Single (empty) Category record
|
|
Add a new record. Assigns an empty record to the template. |
| editCategory |
GET /cdna-admin/taxes/category/{id}
|
| Name |
Type |
Description |
| category |
Category
|
Retrieved Category record
|
|
Retrieve a single record and display the edit page for the record |
| manageCategories |
GET /cdna-admin/taxes/categories
|
|
Retrieve available records and assign them to the template for editing. |
| addZone |
GET /cdna-admin/taxes/add-zone
|
| Name |
Type |
Description |
| zone |
Zone
|
Single (empty) Zone record
|
|
Add a new record. Assigns an empty record to the template. |
| editZone |
GET /cdna-admin/taxes/zone/{id}
|
| Name |
Type |
Description |
| zone |
Zone
|
Retrieved Zone record
|
|
Retrieve a single record and display the edit page for the record |
| manageZones |
GET /cdna-admin/taxes/zones
|
|
Retrieve available records and assign them to the template for editing. |