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": "bb3072c3-7967-47fe-803b-f9c17bf18494",
"name": "sample string 2",
"userId": "c19e58ab-bec2-4ce2-bbec-45c1028ca9ac",
"createDaysBefore": 3,
"siteId": "124c1a49-f378-49aa-8fba-19a59916e954",
"contactId": "cb76826f-ca19-4ec2-97b6-6cb01f0aa224",
"assetId": "b5244496-ff30-40cf-8a75-d01cdc5d66bd",
"startDate": "2026-07-25T23:24:41.4832754Z",
"endDate": "2026-07-25T23:24:41.4832754Z",
"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": "ffffac62-a13f-41c3-9035-e8db791a430c",
"lastCompletedDate": "2026-07-25T23:24:41.4832754+00:00",
"chained": true,
"systems": [
{
"systemId": "sample string 1",
"systemName": "sample string 2",
"jobRecurrenceId": "9de8f5ba-c523-4ea6-9922-b5ed349b47bd"
},
{
"systemId": "sample string 1",
"systemName": "sample string 2",
"jobRecurrenceId": "9de8f5ba-c523-4ea6-9922-b5ed349b47bd"
}
]
}
text/html
Sample:
{"jobTypeId":"bb3072c3-7967-47fe-803b-f9c17bf18494","name":"sample string 2","userId":"c19e58ab-bec2-4ce2-bbec-45c1028ca9ac","createDaysBefore":3,"siteId":"124c1a49-f378-49aa-8fba-19a59916e954","contactId":"cb76826f-ca19-4ec2-97b6-6cb01f0aa224","assetId":"b5244496-ff30-40cf-8a75-d01cdc5d66bd","startDate":"2026-07-25T23:24:41.4832754Z","endDate":"2026-07-25T23:24:41.4832754Z","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":"ffffac62-a13f-41c3-9035-e8db791a430c","lastCompletedDate":"2026-07-25T23:24:41.4832754+00:00","chained":true,"systems":[{"systemId":"sample string 1","systemName":"sample string 2","jobRecurrenceId":"9de8f5ba-c523-4ea6-9922-b5ed349b47bd"},{"systemId":"sample string 1","systemName":"sample string 2","jobRecurrenceId":"9de8f5ba-c523-4ea6-9922-b5ed349b47bd"}]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.