CompanyFormRecurring Resource
Company Forms Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| save | POST /api/CompanyFormRecurring/save |
Admin or Module WRITE | |
| find | GET /api/CompanyFormRecurring/find |
Admin or Module READ | |
| get | GET /api/CompanyFormRecurring/get |
Admin or Module READ | |
| save-batch | POST /api/CompanyFormRecurring/save-batch |
Admin or Module WRITE | |
| delete | POST /api/CompanyFormRecurring/delete |
Admin or Module WRITE |
| Property | Type | Description |
|---|---|---|
id |
number | |
child_template_id |
number | |
classification_id |
number | |
user_id |
number | |
interval |
string |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order | By insertion order |
| Related Resource | Key | Relationship to CompanyFormRecurring | Property |
|---|---|---|---|
| FormChildTemplate | child_template_id |
Belongs To | FormChildTemplate |
| EmployeeClassification | classification_id |
Belongs To | EmployeeClassification |
| User | user_id |
Belongs To | User |