GET api/NTMedicalRecodeRequest/GetMRRFaxNotification?q={q}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfListOfFaxNotificationDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

Collection of FaxNotificationDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": [
    {
      "FaxQueueId": 1,
      "Recipient": "sample string 2",
      "FaxNumber": "sample string 3",
      "Status": 1,
      "ScheduleTime": "2025-04-04T05:02:00.3704248-07:00",
      "SentTime": "2025-04-04T05:02:00.3704248-07:00"
    },
    {
      "FaxQueueId": 1,
      "Recipient": "sample string 2",
      "FaxNumber": "sample string 3",
      "Status": 1,
      "ScheduleTime": "2025-04-04T05:02:00.3704248-07:00",
      "SentTime": "2025-04-04T05:02:00.3704248-07:00"
    }
  ],
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfArrayOfFaxNotificationDTO3NYuOdgi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.Common">
  <isSuccess>true</isSuccess>
  <jsonObj xmlns:d2p1="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
    <d2p1:FaxNotificationDTO>
      <d2p1:FaxNumber>sample string 3</d2p1:FaxNumber>
      <d2p1:FaxQueueId>1</d2p1:FaxQueueId>
      <d2p1:Recipient>sample string 2</d2p1:Recipient>
      <d2p1:ScheduleTime>2025-04-04T05:02:00.3704248-07:00</d2p1:ScheduleTime>
      <d2p1:SentTime>2025-04-04T05:02:00.3704248-07:00</d2p1:SentTime>
      <d2p1:Status>1</d2p1:Status>
    </d2p1:FaxNotificationDTO>
    <d2p1:FaxNotificationDTO>
      <d2p1:FaxNumber>sample string 3</d2p1:FaxNumber>
      <d2p1:FaxQueueId>1</d2p1:FaxQueueId>
      <d2p1:Recipient>sample string 2</d2p1:Recipient>
      <d2p1:ScheduleTime>2025-04-04T05:02:00.3704248-07:00</d2p1:ScheduleTime>
      <d2p1:SentTime>2025-04-04T05:02:00.3704248-07:00</d2p1:SentTime>
      <d2p1:Status>1</d2p1:Status>
    </d2p1:FaxNotificationDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfFaxNotificationDTO3NYuOdgi>