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": [
"9f9f9438-34d7-4350-9d76-b463fb4b080d",
"fb56d4d5-1161-44fa-be93-4a3d8612e978"
],
"tags": [
"sample string 1",
"sample string 2"
],
"jobAllocation": {
"selectedId": "cbcf9212-3909-4d7a-839d-414ad39ac39f",
"selectionType": "selected"
},
"contactAllocation": {
"selectedId": "cbcf9212-3909-4d7a-839d-414ad39ac39f",
"selectionType": "selected"
},
"jobTypeId": "1aff2c2e-277a-49f1-a884-58a062ffe307",
"name": "sample string 2",
"scheduledDate": "2026-04-15T00:16:22.8845322Z",
"createdDate": "2026-04-15T00:16:22.8845322Z",
"updatedDate": "2026-04-15T00:16:22.8845322Z",
"timeInMinutes": 6,
"notes": "sample string 7",
"externalRef": "sample string 8",
"parentJobId": "ee2f6530-8a1d-4050-8594-76653384fe14",
"jobCategoryId": "7a8a30ea-a7e1-4a6e-af26-eccad11e8503",
"isGroupJob": true,
"assetId": "ef771861-fc8c-405b-a95c-1429660389ae",
"stateId": "760fd32d-1840-484e-bb9c-83470321fa2b"
}
text/html
Sample:
{"organisations":["9f9f9438-34d7-4350-9d76-b463fb4b080d","fb56d4d5-1161-44fa-be93-4a3d8612e978"],"tags":["sample string 1","sample string 2"],"jobAllocation":{"selectedId":"cbcf9212-3909-4d7a-839d-414ad39ac39f","selectionType":"selected"},"contactAllocation":{"selectedId":"cbcf9212-3909-4d7a-839d-414ad39ac39f","selectionType":"selected"},"jobTypeId":"1aff2c2e-277a-49f1-a884-58a062ffe307","name":"sample string 2","scheduledDate":"2026-04-15T00:16:22.8845322Z","createdDate":"2026-04-15T00:16:22.8845322Z","updatedDate":"2026-04-15T00:16:22.8845322Z","timeInMinutes":6,"notes":"sample string 7","externalRef":"sample string 8","parentJobId":"ee2f6530-8a1d-4050-8594-76653384fe14","jobCategoryId":"7a8a30ea-a7e1-4a6e-af26-eccad11e8503","isGroupJob":true,"assetId":"ef771861-fc8c-405b-a95c-1429660389ae","stateId":"760fd32d-1840-484e-bb9c-83470321fa2b"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.