POST CareStatements/CareStatement?validateOnly={validateOnly}

Add CareStatement

Request Information

URI Parameters

NameDescriptionTypeAdditional information
validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

CareStatement data,

CareStatementDTO
NameDescriptionTypeAdditional information
CareStatementID

The unique identifier for the Care Statement record.

integer

None.

CareStatementBatchID

The unique identifier for the Care Statement Batch this Care Statement record belongs to.

integer

None.

ClientID

The unique identifier for the Client this Care Statement record belongs to.

integer

None.

ClientName

The name of the Client this Care Statement record belongs to,

NameDTO

None.

BUID

The unique identifier for the Business Unit this Care Statement record belongs to.

integer

None.

GroupID

The unique identifier for the Group this Care Statement record belongs to.

integer

None.

GroupName

The name of the Group this Care Statement record belongs to.

string

None.

ContactID

An optional unique identifier for the Contact of the Client this Care Statement record belongs to.

integer

None.

StartDateUtc

Start Date for the Care Statement,

date

None.

StopDateUtc

Stop Date for the Care Statement,

date

None.

CareStatementDateUtc

Date when the Care Statement was created,

date

None.

Status

Status of the Care Statement,

CareStatementStatus

None.

TransmissionType

Transmission Type for the Care Statement,

DataTransmissionType

None.

EmailAddress

The client's email address. Must be in a valid email format.

string

None.

ErrorLog

Error Log (if any).

string

None.

RecordState

The Record state of the Care Statement record, .

RecordState

None.

Created

The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly.

AuditDataDTO

None.

LastUpdated

The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly.

AuditDataDTO

None.

Response Information

Resource Description

Success or not

IHttpActionResult

None.