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": [
"b24320c1-33af-4a8d-be1e-6dfd7c0bee69",
"5e8b2bb3-06ba-46ed-8bcd-a6eca7f3d792"
],
"tags": [
"sample string 1",
"sample string 2"
],
"jobAllocation": {
"selectedId": "26f602ff-8169-4cb2-a16a-ca1fcf705a63",
"selectionType": "selected"
},
"contactAllocation": {
"selectedId": "26f602ff-8169-4cb2-a16a-ca1fcf705a63",
"selectionType": "selected"
},
"jobTypeId": "d5446f77-a380-48a5-ba35-f54714506d9e",
"name": "sample string 2",
"scheduledDate": "2026-07-25T23:21:41.1532783Z",
"createdDate": "2026-07-25T23:21:41.1532783Z",
"updatedDate": "2026-07-25T23:21:41.1532783Z",
"timeInMinutes": 6,
"notes": "sample string 7",
"externalRef": "sample string 8",
"parentJobId": "f4cf07da-221b-492c-a4d0-aa2ce28d14be",
"jobCategoryId": "d18bd14e-8832-4c61-a673-33730e59f18a",
"isGroupJob": true,
"assetId": "1caa71e4-f8aa-4801-946a-6bcbdd47d52a",
"stateId": "dd721a01-5168-4528-ac40-2efd2207f60c"
}
text/html
Sample:
{"organisations":["b24320c1-33af-4a8d-be1e-6dfd7c0bee69","5e8b2bb3-06ba-46ed-8bcd-a6eca7f3d792"],"tags":["sample string 1","sample string 2"],"jobAllocation":{"selectedId":"26f602ff-8169-4cb2-a16a-ca1fcf705a63","selectionType":"selected"},"contactAllocation":{"selectedId":"26f602ff-8169-4cb2-a16a-ca1fcf705a63","selectionType":"selected"},"jobTypeId":"d5446f77-a380-48a5-ba35-f54714506d9e","name":"sample string 2","scheduledDate":"2026-07-25T23:21:41.1532783Z","createdDate":"2026-07-25T23:21:41.1532783Z","updatedDate":"2026-07-25T23:21:41.1532783Z","timeInMinutes":6,"notes":"sample string 7","externalRef":"sample string 8","parentJobId":"f4cf07da-221b-492c-a4d0-aa2ce28d14be","jobCategoryId":"d18bd14e-8832-4c61-a673-33730e59f18a","isGroupJob":true,"assetId":"1caa71e4-f8aa-4801-946a-6bcbdd47d52a","stateId":"dd721a01-5168-4528-ac40-2efd2207f60c"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.