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": [
"631b61c3-b55d-48a5-8c94-350a6bb7be47",
"d8ea5420-6d00-4d44-b56a-70a92ffdb485"
],
"tags": [
"sample string 1",
"sample string 2"
],
"jobAllocation": {
"selectedId": "d8cd355c-f630-4dd1-aa50-13b050354ef7",
"selectionType": "selected"
},
"contactAllocation": {
"selectedId": "d8cd355c-f630-4dd1-aa50-13b050354ef7",
"selectionType": "selected"
},
"jobTypeId": "129f4b9f-4293-4742-a0e3-6a8858f569c8",
"name": "sample string 2",
"scheduledDate": "2026-01-09T19:20:27.4595018Z",
"createdDate": "2026-01-09T19:20:27.4595018Z",
"updatedDate": "2026-01-09T19:20:27.4595018Z",
"timeInMinutes": 6,
"notes": "sample string 7",
"externalRef": "sample string 8",
"parentJobId": "a515d0e5-cedf-4b47-81d6-8390e57e7188",
"jobCategoryId": "8520f953-01fa-46b1-8de1-611b5fa5e252",
"isGroupJob": true,
"assetId": "f6ab1f20-c6b9-4782-92c8-6205b0fd5fb0",
"stateId": "b30e45ec-9864-47ab-9194-872841ca7d1d"
}
text/html
Sample:
{"organisations":["631b61c3-b55d-48a5-8c94-350a6bb7be47","d8ea5420-6d00-4d44-b56a-70a92ffdb485"],"tags":["sample string 1","sample string 2"],"jobAllocation":{"selectedId":"d8cd355c-f630-4dd1-aa50-13b050354ef7","selectionType":"selected"},"contactAllocation":{"selectedId":"d8cd355c-f630-4dd1-aa50-13b050354ef7","selectionType":"selected"},"jobTypeId":"129f4b9f-4293-4742-a0e3-6a8858f569c8","name":"sample string 2","scheduledDate":"2026-01-09T19:20:27.4595018Z","createdDate":"2026-01-09T19:20:27.4595018Z","updatedDate":"2026-01-09T19:20:27.4595018Z","timeInMinutes":6,"notes":"sample string 7","externalRef":"sample string 8","parentJobId":"a515d0e5-cedf-4b47-81d6-8390e57e7188","jobCategoryId":"8520f953-01fa-46b1-8de1-611b5fa5e252","isGroupJob":true,"assetId":"f6ab1f20-c6b9-4782-92c8-6205b0fd5fb0","stateId":"b30e45ec-9864-47ab-9194-872841ca7d1d"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.