POST v3/PatientMessagingHistory?CustAcctGuid={CustAcctGuid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustAcctGuid | globally unique identifier |
Required |
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of GetPatientMessageHistory_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| patronId | integer |
None. |
|
| batch | globally unique identifier |
None. |
|
| lastReportedStatus | integer |
None. |
|
| externalMessageId | string |
None. |
|
| dateCreated | date |
None. |
|
| Delivery | string |
None. |
|
| DisplayStatus | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"patronId": 1,
"batch": "048eaf09-7d2e-4b09-81da-81f33ae9ec7f",
"lastReportedStatus": 1,
"externalMessageId": "sample string 1",
"dateCreated": "2026-07-20T20:33:15.9499274-07:00",
"Delivery": "sample string 2",
"DisplayStatus": "sample string 3"
},
{
"patronId": 1,
"batch": "048eaf09-7d2e-4b09-81da-81f33ae9ec7f",
"lastReportedStatus": 1,
"externalMessageId": "sample string 1",
"dateCreated": "2026-07-20T20:33:15.9499274-07:00",
"Delivery": "sample string 2",
"DisplayStatus": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPatientMessageHistory_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MessagingEF">
<GetPatientMessageHistory_Result>
<Delivery>sample string 2</Delivery>
<DisplayStatus>sample string 3</DisplayStatus>
<batch>048eaf09-7d2e-4b09-81da-81f33ae9ec7f</batch>
<dateCreated>2026-07-20T20:33:15.9499274-07:00</dateCreated>
<externalMessageId>sample string 1</externalMessageId>
<lastReportedStatus>1</lastReportedStatus>
<patronId>1</patronId>
</GetPatientMessageHistory_Result>
<GetPatientMessageHistory_Result>
<Delivery>sample string 2</Delivery>
<DisplayStatus>sample string 3</DisplayStatus>
<batch>048eaf09-7d2e-4b09-81da-81f33ae9ec7f</batch>
<dateCreated>2026-07-20T20:33:15.9499274-07:00</dateCreated>
<externalMessageId>sample string 1</externalMessageId>
<lastReportedStatus>1</lastReportedStatus>
<patronId>1</patronId>
</GetPatientMessageHistory_Result>
</ArrayOfGetPatientMessageHistory_Result>