JobContact Resource
Jobs Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| save | POST /api/JobContact/save |
Admin or Module WRITE | |
| delete | POST /api/JobContact/delete |
Admin or Module WRITE | |
| get | GET /api/JobContact/get |
Admin or Module READ | |
| find | GET /api/JobContact/find |
Admin or Module READ | |
| get-estimated-drive-time | GET /api/JobContact/get-estimated-drive-time |
Endpoint level permissions | |
| notify-customer-eta | GET /api/JobContact/notify-customer-eta |
Endpoint level permissions |
| Property | Type | Description |
|---|---|---|
id |
number | |
job_id |
number | |
contact_id |
number | |
role |
string |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order | By insertion order |
| Related Resource | Key | Relationship to JobContact | Property |
|---|---|---|---|
| Job | job_id |
Belongs To | Job |
| Contact | contact_id |
Belongs To | Contact |