PUT api/forms/UpdateIncompleteVisit

Request Information

URI Parameters

None.

Body Parameters

UpdateIncompleteVisitInput
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'CWI.Mobile.Domain.DTO.Base64Signature' cannot inherit from a type that is not marked with DataContractAttribute or SerializableAttribute. Consider marking the base type 'CWI.Mobile.Domain.DTO.Base64SignatureBase' with DataContractAttribute or SerializableAttribute, or removing them from the derived type.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'CWI.Mobile.Domain.DTO.Base64Signature' cannot inherit from a type that is not marked with DataContractAttribute or SerializableAttribute. Consider marking the base type 'CWI.Mobile.Domain.DTO.Base64SignatureBase' with DataContractAttribute or SerializableAttribute, or removing them from the derived type.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateIncompleteVisitInput'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.