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": "c559e514-2d4e-4aa3-8b27-49a136f0a680",
"CreationDate": "2025-12-10T23:37:01.8475087+00:00",
"CreatedByUserId": "a32835b4-dc80-46cf-8fb3-f8a2999c6907",
"ScheduledDate": "2025-12-10T23:37:01.8475087+00:00",
"RecurringJobId": "bcc40588-64ca-4c22-8e3f-c2ceb0801322",
"RenderType": 0,
"Status": 0,
"StatusChangeLogs": [
{
"Id": "f77b8396-7e2f-46bd-9ccb-9591621d8bd1",
"UserId": "a952a752-794d-477a-91f9-b355e2f89dda",
"Status": 0,
"Comment": "sample string 3",
"JobId": "409181af-377c-4811-bb9b-c9e0bf4f34ef",
"CreationDate": "2025-12-10T23:37:01.8475087+00:00"
},
{
"Id": "f77b8396-7e2f-46bd-9ccb-9591621d8bd1",
"UserId": "a952a752-794d-477a-91f9-b355e2f89dda",
"Status": 0,
"Comment": "sample string 3",
"JobId": "409181af-377c-4811-bb9b-c9e0bf4f34ef",
"CreationDate": "2025-12-10T23:37:01.8475087+00:00"
}
],
"XmlLocation": "sample string 6",
"XmlDocument": {},
"SupplierId": "3ceaa1fc-f5d0-419d-a951-8236bf618fd6",
"OutputType": 0
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.