PUT api/monitoringvisits/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
API.Infrastructure.Dto.JobRecurrence.JobRecurrenceDto| Name | Description | Type | Additional information |
|---|---|---|---|
| JobTypeId | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| UserId | globally unique identifier |
None. |
|
| CreateDaysBefore | integer |
None. |
|
| SiteId | globally unique identifier |
Required |
|
| ContactId | globally unique identifier |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| StartDate | date |
Required |
|
| EndDate | date |
None. |
|
| Limit | integer |
None. |
|
| ExternalReference | string |
None. |
|
| Pattern | API.Domain.JobRecurrence.RecurrencePattern |
Required |
|
| Notes | string |
None. |
|
| JobRecurrenceTypeId | globally unique identifier |
None. |
|
| LastCompletedDate | date |
None. |
|
| Chained | boolean |
None. |
|
| Systems | Collection of API.Infrastructure.Dto.JobRecurrence.JobRecurrenceSystemDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"jobTypeId": "23fab6f5-97a6-432d-862d-03868b8c2a07",
"name": "sample string 2",
"userId": "ae4c1c57-2d7b-4de7-875f-b138c8645103",
"createDaysBefore": 3,
"siteId": "810ae267-b8d9-4c69-b18c-36c5827b681c",
"contactId": "6631c28e-4aac-463e-bda7-4d3ac91387a5",
"assetId": "526879d8-83d5-4068-bbbd-31cd2344dd1e",
"startDate": "2026-09-06T08:02:49.7815307Z",
"endDate": "2026-09-06T08:02:49.7815307Z",
"limit": 1,
"externalReference": "sample string 6",
"pattern": {
"checked": "daily",
"underoption": "dailyCycle",
"daily": {
"cycle": 1,
"type": "daily"
},
"weekly": {
"cycle": 1,
"weekdays": [
1,
2
],
"type": "weekly"
},
"monthly": {
"dayOfMonth": 1,
"cycle": 2,
"numberOfWeekdayInMonth": 3,
"weekday": "sunday",
"type": "monthly"
},
"yearly": {
"month": 1,
"day": 2,
"numberOfWeekdayInMonth": 3,
"weekday": "sunday",
"type": "yearly"
}
},
"notes": "sample string 7",
"jobRecurrenceTypeId": "923a00cd-f4fd-4d46-9a29-faa7234dfdab",
"lastCompletedDate": "2026-09-06T08:02:49.7815307+00:00",
"chained": true,
"systems": [
{
"systemId": "sample string 1",
"systemName": "sample string 2",
"jobRecurrenceId": "1a915f86-5ad1-44fe-955d-c95d9ab92807"
},
{
"systemId": "sample string 1",
"systemName": "sample string 2",
"jobRecurrenceId": "1a915f86-5ad1-44fe-955d-c95d9ab92807"
}
]
}
text/html
Sample:
{"jobTypeId":"23fab6f5-97a6-432d-862d-03868b8c2a07","name":"sample string 2","userId":"ae4c1c57-2d7b-4de7-875f-b138c8645103","createDaysBefore":3,"siteId":"810ae267-b8d9-4c69-b18c-36c5827b681c","contactId":"6631c28e-4aac-463e-bda7-4d3ac91387a5","assetId":"526879d8-83d5-4068-bbbd-31cd2344dd1e","startDate":"2026-09-06T08:02:49.7815307Z","endDate":"2026-09-06T08:02:49.7815307Z","limit":1,"externalReference":"sample string 6","pattern":{"checked":"daily","underoption":"dailyCycle","daily":{"cycle":1,"type":"daily"},"weekly":{"cycle":1,"weekdays":[1,2],"type":"weekly"},"monthly":{"dayOfMonth":1,"cycle":2,"numberOfWeekdayInMonth":3,"weekday":"sunday","type":"monthly"},"yearly":{"month":1,"day":2,"numberOfWeekdayInMonth":3,"weekday":"sunday","type":"yearly"}},"notes":"sample string 7","jobRecurrenceTypeId":"923a00cd-f4fd-4d46-9a29-faa7234dfdab","lastCompletedDate":"2026-09-06T08:02:49.7815307+00:00","chained":true,"systems":[{"systemId":"sample string 1","systemName":"sample string 2","jobRecurrenceId":"1a915f86-5ad1-44fe-955d-c95d9ab92807"},{"systemId":"sample string 1","systemName":"sample string 2","jobRecurrenceId":"1a915f86-5ad1-44fe-955d-c95d9ab92807"}]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.