POST api/jobs/multijob
Request Information
URI Parameters
None.
Body Parameters
API.Infrastructure.Dto.Jobs.MultiJobDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Organisations | Collection of globally unique identifier |
Required |
|
| Tags | Collection of string |
None. |
|
| JobAllocation | API.Infrastructure.Dto.Jobs.Allocation |
Required |
|
| ContactAllocation | API.Infrastructure.Dto.Jobs.Allocation |
Required |
|
| 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:
{
"organisations": [
"16a90886-fdc6-4c5e-82f7-a854cdc5c2a3",
"7b827db8-4b47-4d8b-afcc-5c6323380a51"
],
"tags": [
"sample string 1",
"sample string 2"
],
"jobAllocation": {
"selectedId": "4c1dfe4b-97de-489a-a23c-9f25001515ea",
"selectionType": "selected"
},
"contactAllocation": {
"selectedId": "4c1dfe4b-97de-489a-a23c-9f25001515ea",
"selectionType": "selected"
},
"jobTypeId": "00f83eb4-80e3-4e46-82da-936219813e13",
"name": "sample string 2",
"scheduledDate": "2026-06-02T00:33:11.4927734Z",
"createdDate": "2026-06-02T00:33:11.4927734Z",
"updatedDate": "2026-06-02T00:33:11.4927734Z",
"timeInMinutes": 6,
"notes": "sample string 7",
"externalRef": "sample string 8",
"parentJobId": "bd13a4af-163f-46ae-93a2-2eb0c0c21be6",
"jobCategoryId": "abb892b8-2525-4266-8d49-d0d6e7f18fa1",
"isGroupJob": true,
"assetId": "6154a341-8244-403e-ad48-ad62746ed8c2",
"stateId": "34075a58-a288-4ec1-92ef-76f1286e3558"
}
text/html
Sample:
{"organisations":["16a90886-fdc6-4c5e-82f7-a854cdc5c2a3","7b827db8-4b47-4d8b-afcc-5c6323380a51"],"tags":["sample string 1","sample string 2"],"jobAllocation":{"selectedId":"4c1dfe4b-97de-489a-a23c-9f25001515ea","selectionType":"selected"},"contactAllocation":{"selectedId":"4c1dfe4b-97de-489a-a23c-9f25001515ea","selectionType":"selected"},"jobTypeId":"00f83eb4-80e3-4e46-82da-936219813e13","name":"sample string 2","scheduledDate":"2026-06-02T00:33:11.4927734Z","createdDate":"2026-06-02T00:33:11.4927734Z","updatedDate":"2026-06-02T00:33:11.4927734Z","timeInMinutes":6,"notes":"sample string 7","externalRef":"sample string 8","parentJobId":"bd13a4af-163f-46ae-93a2-2eb0c0c21be6","jobCategoryId":"abb892b8-2525-4266-8d49-d0d6e7f18fa1","isGroupJob":true,"assetId":"6154a341-8244-403e-ad48-ad62746ed8c2","stateId":"34075a58-a288-4ec1-92ef-76f1286e3558"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.