PUT api/forms/UpdateIncompleteVisit
Request Information
URI Parameters
None.
Body Parameters
UpdateIncompleteVisitInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientVisitTempId | integer |
Required |
|
| LocationId | integer |
None. |
|
| RecipientId | integer |
None. |
|
| BillingGroupId | integer |
None. |
|
| IsNonBillable | boolean |
None. |
|
| Cotherapist | boolean |
None. |
|
| TimeIn | date |
None. |
|
| TimeOut | date |
None. |
|
| FlexOnRate | decimal number |
None. |
|
| FlexOnUnit | decimal number |
None. |
|
| FlexRatePerUnit | decimal number |
None. |
|
| IsEmpOverride | boolean |
None. |
|
| OverrideWSupervising | boolean |
None. |
|
| SupervisingPhysicianId | integer |
None. |
|
| DiagnosisId | integer |
None. |
|
| CreateErxGcode | boolean |
None. |
|
| ScheduleId | integer |
None. |
|
| EmLevel | integer |
None. |
|
| GroupNotes | string |
None. |
|
| Base64Signatures | Collection of Base64Signature |
None. |
|
| CrediblePlanId | integer |
None. |
|
| SignSubLU1 | integer |
None. |
|
| SignSubLU2 | integer |
None. |
|
| SignSubLU3 | integer |
None. |
|
| SignSubLU4 | integer |
None. |
|
| InfoBlockingExceptionId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientVisitTempId": 1,
"LocationId": 1,
"RecipientId": 1,
"BillingGroupId": 1,
"IsNonBillable": true,
"Cotherapist": true,
"TimeIn": "2026-05-03T10:35:25.3734603-04:00",
"TimeOut": "2026-05-03T10:35:25.3734603-04:00",
"FlexOnRate": 1.0,
"FlexOnUnit": 1.0,
"FlexRatePerUnit": 1.0,
"IsEmpOverride": true,
"OverrideWSupervising": true,
"SupervisingPhysicianId": 1,
"DiagnosisId": 1,
"CreateErxGcode": true,
"ScheduleId": 1,
"EmLevel": 1,
"GroupNotes": "sample string 2",
"Base64Signatures": [
{
"order": 64,
"signature": "sample string 2",
"dateTime": "2026-05-03T10:35:25.3734603-04:00",
"printName": "sample string 3"
},
{
"order": 64,
"signature": "sample string 2",
"dateTime": "2026-05-03T10:35:25.3734603-04:00",
"printName": "sample string 3"
}
],
"CrediblePlanId": 1,
"SignSubLU1": 1,
"SignSubLU2": 1,
"SignSubLU3": 1,
"SignSubLU4": 1,
"InfoBlockingExceptionId": 1
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |