PUT api/jobs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
API.Infrastructure.Dto.Jobs.JobDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| AllocatedToId | globally unique identifier |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| SiteId | globally unique identifier |
Required |
|
| DestinationStateId | globally unique identifier |
None. |
|
| JobTypeId | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| ScheduledDate | date |
Required |
|
| CreatedDate | date |
Required |
|
| UpdatedDate | date |
None. |
|
| TimeInMinutes | integer |
Required |
|
| Notes | string |
None. |
|
| ExternalRef | string |
None. |
|
| ParentJobId | globally unique identifier |
None. |
|
| JobCategoryId | globally unique identifier |
None. |
|
| IsGroupJob | boolean |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| StateId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "0f7b7f13-cf2b-41b5-abb1-e66fae8d74d0",
"allocatedToId": "210e10dd-ce9a-4d65-a0ea-41abeeab5076",
"contactId": "8f67b62a-6d9e-4476-be60-f9b594b0c088",
"siteId": "43b8d969-99ac-4758-b239-bc552419e6cb",
"destinationStateId": "3e76c6e0-86a6-48a4-ab93-dfa81cad4cca",
"jobTypeId": "fba4286c-35b1-4035-95a4-1889e0ab234a",
"name": "sample string 3",
"scheduledDate": "2026-09-05T19:12:28.9525339Z",
"createdDate": "2026-09-05T19:12:28.9525339Z",
"updatedDate": "2026-09-05T19:12:28.9525339Z",
"timeInMinutes": 7,
"notes": "sample string 8",
"externalRef": "sample string 9",
"parentJobId": "d83b0d2e-16f7-4e70-a86e-e5c712fc5013",
"jobCategoryId": "b28674be-0075-4bfc-8b85-b72c545d421c",
"isGroupJob": true,
"assetId": "9422e7f5-f36a-4073-8677-7fcc085c25fc",
"stateId": "f33dd870-7b8f-4d40-988f-0246fe9608b8"
}
text/html
Sample:
{"id":"0f7b7f13-cf2b-41b5-abb1-e66fae8d74d0","allocatedToId":"210e10dd-ce9a-4d65-a0ea-41abeeab5076","contactId":"8f67b62a-6d9e-4476-be60-f9b594b0c088","siteId":"43b8d969-99ac-4758-b239-bc552419e6cb","destinationStateId":"3e76c6e0-86a6-48a4-ab93-dfa81cad4cca","jobTypeId":"fba4286c-35b1-4035-95a4-1889e0ab234a","name":"sample string 3","scheduledDate":"2026-09-05T19:12:28.9525339Z","createdDate":"2026-09-05T19:12:28.9525339Z","updatedDate":"2026-09-05T19:12:28.9525339Z","timeInMinutes":7,"notes":"sample string 8","externalRef":"sample string 9","parentJobId":"d83b0d2e-16f7-4e70-a86e-e5c712fc5013","jobCategoryId":"b28674be-0075-4bfc-8b85-b72c545d421c","isGroupJob":true,"assetId":"9422e7f5-f36a-4073-8677-7fcc085c25fc","stateId":"f33dd870-7b8f-4d40-988f-0246fe9608b8"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.