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": [
"dac29a68-c34d-4e93-9425-fad475e4d73d",
"417937d4-fcfe-4c74-8ff8-1663585fe1f6"
],
"tags": [
"sample string 1",
"sample string 2"
],
"jobAllocation": {
"selectedId": "4f0879d6-eb59-43ed-8a8c-77777cf7f181",
"selectionType": "selected"
},
"contactAllocation": {
"selectedId": "4f0879d6-eb59-43ed-8a8c-77777cf7f181",
"selectionType": "selected"
},
"jobTypeId": "36fdfb07-85a3-47a0-a096-a4fe6f2483e0",
"name": "sample string 2",
"scheduledDate": "2026-09-01T14:41:38.6637203Z",
"createdDate": "2026-09-01T14:41:38.6637203Z",
"updatedDate": "2026-09-01T14:41:38.6637203Z",
"timeInMinutes": 6,
"notes": "sample string 7",
"externalRef": "sample string 8",
"parentJobId": "38be72e3-63fb-49e0-afcf-e08941748ef1",
"jobCategoryId": "532c8aed-3a97-40c1-bb1d-b3e2070725fb",
"isGroupJob": true,
"assetId": "df52a966-cd5d-43d5-ab94-3808fe153e40",
"stateId": "8bc8c35f-ef4a-477b-8c02-6f03637ab2d2"
}
text/html
Sample:
{"organisations":["dac29a68-c34d-4e93-9425-fad475e4d73d","417937d4-fcfe-4c74-8ff8-1663585fe1f6"],"tags":["sample string 1","sample string 2"],"jobAllocation":{"selectedId":"4f0879d6-eb59-43ed-8a8c-77777cf7f181","selectionType":"selected"},"contactAllocation":{"selectedId":"4f0879d6-eb59-43ed-8a8c-77777cf7f181","selectionType":"selected"},"jobTypeId":"36fdfb07-85a3-47a0-a096-a4fe6f2483e0","name":"sample string 2","scheduledDate":"2026-09-01T14:41:38.6637203Z","createdDate":"2026-09-01T14:41:38.6637203Z","updatedDate":"2026-09-01T14:41:38.6637203Z","timeInMinutes":6,"notes":"sample string 7","externalRef":"sample string 8","parentJobId":"38be72e3-63fb-49e0-afcf-e08941748ef1","jobCategoryId":"532c8aed-3a97-40c1-bb1d-b3e2070725fb","isGroupJob":true,"assetId":"df52a966-cd5d-43d5-ab94-3808fe153e40","stateId":"8bc8c35f-ef4a-477b-8c02-6f03637ab2d2"}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.