PUT api/jobprogress/{a_job}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| a_job | integer |
Required |
Body Parameters
JobProgressReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| JobId | integer |
None. |
|
| TechnicianId | integer |
None. |
|
| ReportDate | date |
None. |
|
| HoursUsed | decimal number |
None. |
|
| EstimatedToCompletion | decimal number |
None. |
|
| HoursRemaining | decimal number |
None. |
|
| PrewirePercent | decimal number |
None. |
|
| PrewireNa | boolean |
None. |
|
| DevisingPercent | decimal number |
None. |
|
| DevisingNa | boolean |
None. |
|
| HeadendWiringPercent | decimal number |
None. |
|
| HeadendWiringNa | boolean |
None. |
|
| ProgrammingPercent | decimal number |
None. |
|
| ProgrammingNa | boolean |
None. |
|
| TestingPercent | decimal number |
None. |
|
| TestingNa | boolean |
None. |
|
| CustomerEducationPercent | decimal number |
None. |
|
| CustomerEducationNa | boolean |
None. |
|
| Job100PercentComplete | boolean |
None. |
|
| EmailedProjectManager | boolean |
None. |
|
| InspectionCompletedBy | string |
String length: inclusive between 0 and 255 |
|
| InspectionPass | boolean |
None. |
|
| Internet | boolean |
None. |
|
| Phone | boolean |
None. |
|
| PermanentPowerHookedUp | boolean |
None. |
|
| CircuitLabeled | boolean |
None. |
|
| Notes | string |
None. |
|
| CreateDate | date |
None. |
|
| Job | Job |
None. |
|
| Technician | User |
None. |
|
| JobProgressReportFinishedTasks | Collection of JobProgressReportFinishedTask |
None. |
|
| JobProgressReportRemainingTasks | Collection of JobProgressReportRemainingTask |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>