ServiceContractFile Resource
Contracts Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| delete | POST /api/ServiceContractFile/delete |
Admin or Module WRITE | |
| find | GET /api/ServiceContractFile/find |
Admin or Module READ | |
| get | GET /api/ServiceContractFile/get |
Admin or Module READ | |
| save | POST /api/ServiceContractFile/save |
Admin or Module WRITE | |
| save-batch | POST /api/ServiceContractFile/save-batch |
Admin or Module WRITE |
| Property | Type | Description |
|---|---|---|
id |
number | |
slug |
string | |
file_id |
number | |
service_contract_id |
number | |
caption |
string | |
notes |
string | |
created_at |
datetime | |
updated_at |
datetime | |
updated_by |
number |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order | By insertion order |
| Related Resource | Key | Relationship to ServiceContractFile | Property |
|---|---|---|---|
| ServiceContract | service_contract_id |
Belongs To | ServiceContract |
| UploadFile | file_id |
Belongs To | UploadFile |
| FileTag | tag_id |
Owns Many | FileTag |