PUT api/jobInstances/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
JobInstanceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
Required |
|
| CreatedByUserId | globally unique identifier |
None. |
|
| ScheduledDate | date |
Required |
|
| RecurringJobId | globally unique identifier |
None. |
|
| RenderType | RenderTypeDto |
Required |
|
| Status | JobStatusDto |
None. |
|
| StatusChangeLogs | Collection of JobStatusChangeLogDto |
None. |
|
| XmlLocation | string |
None. |
|
| XmlDocument | XDocument |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| OutputType | OutputTypeDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4609e32d-3090-4e37-b053-6bd7e9aede9d",
"CreationDate": "2026-01-10T01:15:27.9411534+00:00",
"CreatedByUserId": "508fc4e7-29ac-4cdd-b89c-1b491aae9af7",
"ScheduledDate": "2026-01-10T01:15:27.9411534+00:00",
"RecurringJobId": "5da133aa-d050-4aa3-8a10-b554ec0c1d37",
"RenderType": 0,
"Status": 0,
"StatusChangeLogs": [
{
"Id": "6b69f3dc-9402-458a-8c92-1ab4d2d0f559",
"UserId": "57d426f5-c764-489b-bb4a-1c5f24ba3f9d",
"Status": 0,
"Comment": "sample string 3",
"JobId": "e76c1fee-4946-4811-96ee-1b4e49262ff7",
"CreationDate": "2026-01-10T01:15:27.9411534+00:00"
},
{
"Id": "6b69f3dc-9402-458a-8c92-1ab4d2d0f559",
"UserId": "57d426f5-c764-489b-bb4a-1c5f24ba3f9d",
"Status": 0,
"Comment": "sample string 3",
"JobId": "e76c1fee-4946-4811-96ee-1b4e49262ff7",
"CreationDate": "2026-01-10T01:15:27.9411534+00:00"
}
],
"XmlLocation": "sample string 6",
"XmlDocument": {},
"SupplierId": "fd427af1-71b4-4594-9893-1f78ec36cf3c",
"OutputType": 0
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.