POST CareStatements/CareStatement?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
CareStatementDTOName | Description | Type | Additional information |
---|---|---|---|
CareStatementID | integer |
None. |
|
CareStatementBatchID | integer |
None. |
|
ClientID | integer |
None. |
|
BUID | integer |
None. |
|
GroupID | integer |
None. |
|
ContactID | integer |
None. |
|
StartDateUtc | date |
None. |
|
StopDateUtc | date |
None. |
|
CareStatementDateUtc | date |
None. |
|
Status | CareStatementStatus |
None. |
|
TransmissionType | DataTransmissionType |
None. |
|
EmailAddress | string |
None. |
|
ErrorLog | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "careStatementID": 1, "careStatementBatchID": 2, "clientID": 3, "buid": 4, "groupID": 5, "contactID": 1, "startDateUtc": "2024-12-04T07:53:05.622271+00:00", "stopDateUtc": "2024-12-04T07:53:05.6223424+00:00", "careStatementDateUtc": "2024-12-04T07:53:05.6223424+00:00", "status": 1, "transmissionType": 1, "emailAddress": "sample string 9", "errorLog": "sample string 10", "recordState": 1, "created": { "dateUtc": "2024-12-04T07:53:05.6223424+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:53:05 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:53:05.6223424+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:53:05 AM" } }
application/xml, text/xml
Sample:
<CareStatementDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <BUID>4</BUID> <CareStatementBatchID>2</CareStatementBatchID> <CareStatementDateUtc>2024-12-04T07:53:05.6223424+00:00</CareStatementDateUtc> <CareStatementID>1</CareStatementID> <ClientID>3</ClientID> <ContactID>1</ContactID> <Created> <DateUtc>2024-12-04T07:53:05.6223424+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <EmailAddress>sample string 9</EmailAddress> <ErrorLog>sample string 10</ErrorLog> <GroupID>5</GroupID> <LastUpdated> <DateUtc>2024-12-04T07:53:05.6223424+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <StartDateUtc>2024-12-04T07:53:05.622271+00:00</StartDateUtc> <Status>Pending</Status> <StopDateUtc>2024-12-04T07:53:05.6223424+00:00</StopDateUtc> <TransmissionType>Email</TransmissionType> </CareStatementDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͐AN�0E�byKJ'��wE� ��x,�v4�,��'c���v(HU�;v����<���Ǒ��4�O[���R��ԾeC&��穪5\��0�C�4<���(�Fڦ�=�\q)d�(�B�;�RM�Ds{'�\�7B(!xN���@U��7q{]4��'RB��1��w�&�������x�n�EB�;�N��1t3���m@3�}�!=�͎�\�9F�g�`�F�O��i<�=<+�^����6O�T�^G���� �Q|��
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, application/x-compressed-json
Sample:
Sample not available.