PUT api/jobTemplates/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
JobTemplateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
Required |
|
| CreatedByUserId | globally unique identifier |
None. |
|
| RenderType | RenderTypeDto |
Required |
|
| SupplierId | globally unique identifier |
None. |
|
| CronExpression | string |
Required |
|
| JobInstances | Collection of JobInstanceDto |
None. |
|
| WorkflowLocation | string |
None. |
|
| CommandParameters | string |
None. |
|
| TemplateId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "1183c2b0-c7f4-452c-9a80-e4e6867c6814",
"CreationDate": "2025-12-10T23:33:24.0152475+00:00",
"CreatedByUserId": "5ee77b61-c87d-4944-900c-d3e2a0289f43",
"RenderType": 0,
"SupplierId": "13375cc2-ea8d-4afe-b2d5-0567247d27f4",
"CronExpression": "sample string 5",
"JobInstances": [
{
"Id": "4c748b18-38a8-4224-adc8-49b10e4511b5",
"CreationDate": "2025-12-10T23:33:24.0152475+00:00",
"CreatedByUserId": "96af9aa4-8128-4428-a300-56dfb6f6cd3d",
"ScheduledDate": "2025-12-10T23:33:24.0152475+00:00",
"RecurringJobId": "6bf885ad-ee52-408b-b503-ab013dc6ae76",
"RenderType": 0,
"Status": 0,
"StatusChangeLogs": [
{
"Id": "497eba0e-aeeb-4f42-a5dd-a83001f83ef1",
"UserId": "3be86e8c-2377-4b75-9f6a-7b186760f724",
"Status": 0,
"Comment": "sample string 3",
"JobId": "ca8f6bf7-db05-4462-8580-53e76c7bf79a",
"CreationDate": "2025-12-10T23:33:24.0152475+00:00"
},
{
"Id": "497eba0e-aeeb-4f42-a5dd-a83001f83ef1",
"UserId": "3be86e8c-2377-4b75-9f6a-7b186760f724",
"Status": 0,
"Comment": "sample string 3",
"JobId": "ca8f6bf7-db05-4462-8580-53e76c7bf79a",
"CreationDate": "2025-12-10T23:33:24.0152475+00:00"
}
],
"XmlLocation": "sample string 6",
"XmlDocument": {},
"SupplierId": "5a5cea67-8737-4b6e-98a8-99951a69b307",
"OutputType": 0
},
{
"Id": "4c748b18-38a8-4224-adc8-49b10e4511b5",
"CreationDate": "2025-12-10T23:33:24.0152475+00:00",
"CreatedByUserId": "96af9aa4-8128-4428-a300-56dfb6f6cd3d",
"ScheduledDate": "2025-12-10T23:33:24.0152475+00:00",
"RecurringJobId": "6bf885ad-ee52-408b-b503-ab013dc6ae76",
"RenderType": 0,
"Status": 0,
"StatusChangeLogs": [
{
"Id": "497eba0e-aeeb-4f42-a5dd-a83001f83ef1",
"UserId": "3be86e8c-2377-4b75-9f6a-7b186760f724",
"Status": 0,
"Comment": "sample string 3",
"JobId": "ca8f6bf7-db05-4462-8580-53e76c7bf79a",
"CreationDate": "2025-12-10T23:33:24.0152475+00:00"
},
{
"Id": "497eba0e-aeeb-4f42-a5dd-a83001f83ef1",
"UserId": "3be86e8c-2377-4b75-9f6a-7b186760f724",
"Status": 0,
"Comment": "sample string 3",
"JobId": "ca8f6bf7-db05-4462-8580-53e76c7bf79a",
"CreationDate": "2025-12-10T23:33:24.0152475+00:00"
}
],
"XmlLocation": "sample string 6",
"XmlDocument": {},
"SupplierId": "5a5cea67-8737-4b6e-98a8-99951a69b307",
"OutputType": 0
}
],
"WorkflowLocation": "sample string 6",
"CommandParameters": "sample string 7",
"TemplateId": "cc394a96-6c8e-4ad5-9c22-204f7b4aec45"
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.