PUT Clients/AllergySource/{clientAllergyID}/{sourceEntryID}?validateOnly={validateOnly}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientAllergyID

integer

Required

sourceEntryID

integer

Required

validateOnly

boolean

Default value is False

Body Parameters

ClientAllergySourceDTO
NameDescriptionTypeAdditional 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-04T08:14:12.8938961+00:00",
  "sourceStatus": 1,
  "contactID": 1,
  "comments": "sample string 4",
  "recordState": 1,
  "createdByUserID": 5,
  "lastUpdatedByUserID": 6,
  "created": {
    "dateUtc": "2024-12-04T08:14:12.8938961+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:14:12 AM"
  },
  "lastUpdated": {
    "dateUtc": "2024-12-04T08:14:12.8938961+00:00",
    "userName": "sample string 2",
    "summary": "sample string 2 on 12/4/2024 8:14:12 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-04T08:14:12.8938961+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </Created>
  <CreatedByUserID>5</CreatedByUserID>
  <LastUpdated>
    <DateUtc>2024-12-04T08:14:12.8938961+00:00</DateUtc>
    <UserName>sample string 2</UserName>
  </LastUpdated>
  <LastUpdatedByUserID>6</LastUpdatedByUserID>
  <RecordState>Active</RecordState>
  <SourceDate>2024-12-04T08:14:12.8938961+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��bMKBlc����PP@KoyGQ$�D��XE9G�
x���(�7��F���܃u[�rӦZ�ȱ$����Q�emA��RM��r��-��Y�5˹��\s�+*�ȴ1��tN���[G���9d��6l��ބ6�n��i9a}v}�1
��	8���u���g��aK���Ke���Fr��xoR?����35"ؙ�V�p����~�ݸ2�.~�.��
v���)

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.