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": "d30e6e2d-0580-4d0f-bb22-eacba9800e9d",
"allocatedToId": "1400e749-f105-49c5-9cea-6885c2f566b1",
"contactId": "0ad263fe-c2fe-4818-885a-091116c35097",
"siteId": "c1741ad6-145e-45f7-b91c-f4bcd6b87dc2",
"destinationStateId": "e76fb963-337f-410c-af1d-bf66b0fbcc2f",
"jobTypeId": "f1ffadda-469b-4f39-8a9f-c38fb846dc29",
"name": "sample string 3",
"scheduledDate": "2026-02-27T03:59:48.2418791Z",
"createdDate": "2026-02-27T03:59:48.2418791Z",
"updatedDate": "2026-02-27T03:59:48.2418791Z",
"timeInMinutes": 7,
"notes": "sample string 8",
"externalRef": "sample string 9",
"parentJobId": "b6711617-1982-4e36-af02-f049db222f6d",
"jobCategoryId": "0a24648a-26d8-415c-bd06-b01881af9333",
"isGroupJob": true,
"assetId": "ce7c7d84-f876-41f2-a431-3add2c569a27",
"stateId": "63f555b9-976a-482c-a131-babdbd627cdf"
}
text/html
Sample:
{"id":"d30e6e2d-0580-4d0f-bb22-eacba9800e9d","allocatedToId":"1400e749-f105-49c5-9cea-6885c2f566b1","contactId":"0ad263fe-c2fe-4818-885a-091116c35097","siteId":"c1741ad6-145e-45f7-b91c-f4bcd6b87dc2","destinationStateId":"e76fb963-337f-410c-af1d-bf66b0fbcc2f","jobTypeId":"f1ffadda-469b-4f39-8a9f-c38fb846dc29","name":"sample string 3","scheduledDate":"2026-02-27T03:59:48.2418791Z","createdDate":"2026-02-27T03:59:48.2418791Z","updatedDate":"2026-02-27T03:59:48.2418791Z","timeInMinutes":7,"notes":"sample string 8","externalRef":"sample string 9","parentJobId":"b6711617-1982-4e36-af02-f049db222f6d","jobCategoryId":"0a24648a-26d8-415c-bd06-b01881af9333","isGroupJob":true,"assetId":"ce7c7d84-f876-41f2-a431-3add2c569a27","stateId":"63f555b9-976a-482c-a131-babdbd627cdf"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.