PATCH api/Jobs/UpdateJobPhotoComment?userId={userId}&password={password}&version={version}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| password | string |
Required |
|
| version | string |
Required |
Body Parameters
Job_Photo| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| GUID | globally unique identifier |
None. |
|
| Base64 | string |
None. |
|
| Job_FilesGUID | globally unique identifier |
None. |
|
| Job_Appointment_EngineerID | integer |
None. |
|
| Comments | string |
None. |
|
| DocumentTitle | string |
None. |
|
| DocumentID | integer |
None. |
|
| NewJobPhoto | boolean |
None. |
|
| JobID | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedByID | integer |
None. |
|
| DocumentPath | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"GUID": "d262b842-bf33-45f4-81aa-63ecb8e9399e",
"Base64": "sample string 3",
"Job_FilesGUID": "1641ec25-4207-4100-b833-7a15f2977054",
"Job_Appointment_EngineerID": 5,
"Comments": "sample string 6",
"DocumentTitle": "sample string 7",
"DocumentID": 8,
"NewJobPhoto": true,
"JobID": 10,
"CreatedDate": "2026-09-01T19:30:04.2406868+01:00",
"CreatedByID": 12,
"DocumentPath": "sample string 13",
"Latitude": 14.0,
"Longitude": 15.0
}
application/xml, text/xml
Sample:
<Job_Photo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <Base64>sample string 3</Base64> <Comments>sample string 6</Comments> <CreatedByID>12</CreatedByID> <CreatedDate>2026-09-01T19:30:04.2406868+01:00</CreatedDate> <DocumentID>8</DocumentID> <DocumentPath>sample string 13</DocumentPath> <DocumentTitle>sample string 7</DocumentTitle> <GUID>d262b842-bf33-45f4-81aa-63ecb8e9399e</GUID> <ID>1</ID> <JobID>10</JobID> <Job_Appointment_EngineerID>5</Job_Appointment_EngineerID> <Job_FilesGUID>1641ec25-4207-4100-b833-7a15f2977054</Job_FilesGUID> <Latitude>14</Latitude> <Longitude>15</Longitude> <NewJobPhoto>true</NewJobPhoto> </Job_Photo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.