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": "4200532f-dc29-408c-b106-68e5a7048b61",
"allocatedToId": "fb0ef4ab-1bb8-4ae7-bf46-d007672dc654",
"contactId": "ff24e621-0f31-4576-b91c-132b68381ed7",
"siteId": "ced57e79-bba8-42c2-ab69-839053ee978e",
"destinationStateId": "1ce6077b-3f3a-49bc-b286-8eca5c8943cc",
"jobTypeId": "3859b398-7caf-4103-880f-0d25d25a539d",
"name": "sample string 3",
"scheduledDate": "2026-07-25T23:21:54.9196858Z",
"createdDate": "2026-07-25T23:21:54.9196858Z",
"updatedDate": "2026-07-25T23:21:54.9196858Z",
"timeInMinutes": 7,
"notes": "sample string 8",
"externalRef": "sample string 9",
"parentJobId": "7b98ae04-f16c-4437-b9fb-2f9f1fd78deb",
"jobCategoryId": "53b7487b-d740-46b1-ba9d-b42e39fd13f5",
"isGroupJob": true,
"assetId": "a7349a4b-0127-49b8-b91f-bd646a752fc4",
"stateId": "92fbf819-5a2a-4dc0-9705-50e8dd6252a0"
}
text/html
Sample:
{"id":"4200532f-dc29-408c-b106-68e5a7048b61","allocatedToId":"fb0ef4ab-1bb8-4ae7-bf46-d007672dc654","contactId":"ff24e621-0f31-4576-b91c-132b68381ed7","siteId":"ced57e79-bba8-42c2-ab69-839053ee978e","destinationStateId":"1ce6077b-3f3a-49bc-b286-8eca5c8943cc","jobTypeId":"3859b398-7caf-4103-880f-0d25d25a539d","name":"sample string 3","scheduledDate":"2026-07-25T23:21:54.9196858Z","createdDate":"2026-07-25T23:21:54.9196858Z","updatedDate":"2026-07-25T23:21:54.9196858Z","timeInMinutes":7,"notes":"sample string 8","externalRef":"sample string 9","parentJobId":"7b98ae04-f16c-4437-b9fb-2f9f1fd78deb","jobCategoryId":"53b7487b-d740-46b1-ba9d-b42e39fd13f5","isGroupJob":true,"assetId":"a7349a4b-0127-49b8-b91f-bd646a752fc4","stateId":"92fbf819-5a2a-4dc0-9705-50e8dd6252a0"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.