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": "ae85e032-1b78-45b3-9527-0651a71b0710",
"name": "sample string 2",
"userId": "03d445fb-a430-4291-885f-b822e4a9ffe0",
"createDaysBefore": 3,
"siteId": "0e23bf02-0156-49de-a506-aa065dbf1593",
"contactId": "a991016a-233f-4e25-865c-cbe5dc1f599f",
"assetId": "ce6a3d1d-4c85-4476-92b1-e1710d783a53",
"startDate": "2026-04-15T00:19:32.9368571Z",
"endDate": "2026-04-15T00:19:32.9368571Z",
"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": "6029a951-e649-40e5-ae80-2cb87f69ecf3",
"lastCompletedDate": "2026-04-15T00:19:32.9368571+00:00",
"chained": true,
"systems": [
{
"systemId": "sample string 1",
"systemName": "sample string 2",
"jobRecurrenceId": "add240e7-f9fb-4465-97f8-0682f58ce246"
},
{
"systemId": "sample string 1",
"systemName": "sample string 2",
"jobRecurrenceId": "add240e7-f9fb-4465-97f8-0682f58ce246"
}
]
}
text/html
Sample:
{"jobTypeId":"ae85e032-1b78-45b3-9527-0651a71b0710","name":"sample string 2","userId":"03d445fb-a430-4291-885f-b822e4a9ffe0","createDaysBefore":3,"siteId":"0e23bf02-0156-49de-a506-aa065dbf1593","contactId":"a991016a-233f-4e25-865c-cbe5dc1f599f","assetId":"ce6a3d1d-4c85-4476-92b1-e1710d783a53","startDate":"2026-04-15T00:19:32.9368571Z","endDate":"2026-04-15T00:19:32.9368571Z","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":"6029a951-e649-40e5-ae80-2cb87f69ecf3","lastCompletedDate":"2026-04-15T00:19:32.9368571+00:00","chained":true,"systems":[{"systemId":"sample string 1","systemName":"sample string 2","jobRecurrenceId":"add240e7-f9fb-4465-97f8-0682f58ce246"},{"systemId":"sample string 1","systemName":"sample string 2","jobRecurrenceId":"add240e7-f9fb-4465-97f8-0682f58ce246"}]}
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.