POST Clients/AllergySource?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly | boolean |
Default value is False |
Body Parameters
ClientAllergySourceDTOName | Description | Type | Additional information |
---|---|---|---|
ClientAllergyID | integer |
None. |
|
SourceEntryID | integer |
None. |
|
SourceDate | date |
None. |
|
SourceStatus | ClinicalSourceStatus |
None. |
|
ContactID | integer |
None. |
|
Comments | string |
None. |
|
RecordState | ClinicalRecordState |
None. |
|
CreatedByUserID | integer |
None. |
|
LastUpdatedByUserID | integer |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
SourceValue | string |
None. |
|
Summary | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "clientAllergyID": 1, "sourceEntryID": 2, "sourceDate": "2024-12-04T07:46:10.9968266+00:00", "sourceStatus": 1, "contactID": 1, "comments": "sample string 4", "recordState": 1, "createdByUserID": 5, "lastUpdatedByUserID": 6, "created": { "dateUtc": "2024-12-04T07:46:10.9968266+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:46:10 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:46:10.9968266+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:46:10 AM" }, "sourceValue": "sample string 7", "summary": "sample string 7" }
application/xml, text/xml
Sample:
<ClientAllergySourceDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <ClientAllergyID>1</ClientAllergyID> <Comments>sample string 4</Comments> <ContactID>1</ContactID> <Created> <DateUtc>2024-12-04T07:46:10.9968266+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <CreatedByUserID>5</CreatedByUserID> <LastUpdated> <DateUtc>2024-12-04T07:46:10.9968266+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <LastUpdatedByUserID>6</LastUpdatedByUserID> <RecordState>Active</RecordState> <SourceDate>2024-12-04T07:46:10.9968266+00:00</SourceDate> <SourceEntryID>2</SourceEntryID> <SourceStatus>Unknown</SourceStatus> <SourceValue>sample string 7</SourceValue> </ClientAllergySourceDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͑=N1��bMKB���wA������H���q��r2 ����)Z Q�Yo�}�����h������ ǒ,>JGE\��! �9oĜ�7�j�t�o�Ku/���\s�+*�ȴ1��tN���[G���9d��6l��ބ6�~��i9a}�C�1���8��������qؑ�c�R/�㤑�)ޛ4Lg,ֈ�\���f�g8\U�uN?�n\�B�_�-�H���)
Response Information
Resource Description
HttpResponseMessageName | 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. |