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": [
"e10596b5-54a5-444f-a597-ebaa643c51dd",
"2cb6d620-fbd0-417c-bcf9-55329ee73b9b"
],
"tags": [
"sample string 1",
"sample string 2"
],
"jobAllocation": {
"selectedId": "e82ba0df-8e3e-45ca-8748-eafb85d353b8",
"selectionType": "selected"
},
"contactAllocation": {
"selectedId": "e82ba0df-8e3e-45ca-8748-eafb85d353b8",
"selectionType": "selected"
},
"jobTypeId": "fdf1ed9a-d6c8-48e6-b01b-8738886278be",
"name": "sample string 2",
"scheduledDate": "2026-02-27T03:59:48.5074791Z",
"createdDate": "2026-02-27T03:59:48.5074791Z",
"updatedDate": "2026-02-27T03:59:48.5074791Z",
"timeInMinutes": 6,
"notes": "sample string 7",
"externalRef": "sample string 8",
"parentJobId": "08402761-0e13-49c7-ab44-ff013b4ecac3",
"jobCategoryId": "a833406d-3a50-4fa9-9e62-ab7ae287b72f",
"isGroupJob": true,
"assetId": "17f50334-5129-4941-a648-5c74a8e7b373",
"stateId": "70d9186b-4c1f-4fc0-b1f2-642eb048c978"
}
text/html
Sample:
{"organisations":["e10596b5-54a5-444f-a597-ebaa643c51dd","2cb6d620-fbd0-417c-bcf9-55329ee73b9b"],"tags":["sample string 1","sample string 2"],"jobAllocation":{"selectedId":"e82ba0df-8e3e-45ca-8748-eafb85d353b8","selectionType":"selected"},"contactAllocation":{"selectedId":"e82ba0df-8e3e-45ca-8748-eafb85d353b8","selectionType":"selected"},"jobTypeId":"fdf1ed9a-d6c8-48e6-b01b-8738886278be","name":"sample string 2","scheduledDate":"2026-02-27T03:59:48.5074791Z","createdDate":"2026-02-27T03:59:48.5074791Z","updatedDate":"2026-02-27T03:59:48.5074791Z","timeInMinutes":6,"notes":"sample string 7","externalRef":"sample string 8","parentJobId":"08402761-0e13-49c7-ab44-ff013b4ecac3","jobCategoryId":"a833406d-3a50-4fa9-9e62-ab7ae287b72f","isGroupJob":true,"assetId":"17f50334-5129-4941-a648-5c74a8e7b373","stateId":"70d9186b-4c1f-4fc0-b1f2-642eb048c978"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.