POST v3/BatchMessagingHistory?CustAcctGuid={CustAcctGuid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustAcctGuid

globally unique identifier

Required

Body Parameters

string

Request 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 GetBatchMessageHistory_Result
NameDescriptionTypeAdditional information
Delivery

string

None.

patientID

integer

None.

lastReportedStatus

integer

None.

externalMessageId

string

None.

appointmentID

integer

None.

dateCreated

date

None.

DisplayStatus

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Delivery": "sample string 1",
    "patientID": 1,
    "lastReportedStatus": 1,
    "externalMessageId": "sample string 2",
    "appointmentID": 1,
    "dateCreated": "2025-04-03T18:09:27.6170008-07:00",
    "DisplayStatus": "sample string 3"
  },
  {
    "Delivery": "sample string 1",
    "patientID": 1,
    "lastReportedStatus": 1,
    "externalMessageId": "sample string 2",
    "appointmentID": 1,
    "dateCreated": "2025-04-03T18:09:27.6170008-07:00",
    "DisplayStatus": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetBatchMessageHistory_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MessagingEF">
  <GetBatchMessageHistory_Result>
    <Delivery>sample string 1</Delivery>
    <DisplayStatus>sample string 3</DisplayStatus>
    <appointmentID>1</appointmentID>
    <dateCreated>2025-04-03T18:09:27.6170008-07:00</dateCreated>
    <externalMessageId>sample string 2</externalMessageId>
    <lastReportedStatus>1</lastReportedStatus>
    <patientID>1</patientID>
  </GetBatchMessageHistory_Result>
  <GetBatchMessageHistory_Result>
    <Delivery>sample string 1</Delivery>
    <DisplayStatus>sample string 3</DisplayStatus>
    <appointmentID>1</appointmentID>
    <dateCreated>2025-04-03T18:09:27.6170008-07:00</dateCreated>
    <externalMessageId>sample string 2</externalMessageId>
    <lastReportedStatus>1</lastReportedStatus>
    <patientID>1</patientID>
  </GetBatchMessageHistory_Result>
</ArrayOfGetBatchMessageHistory_Result>