GET api/NTMedicalRecodeRequest/GetMRRFaxNotification?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| q | string | Required | 
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfFaxNotificationDTO| Name | Description | Type | Additional 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-10-30T23:15:04.9823176-07:00",
      "SentTime": "2025-10-30T23:15:04.9823176-07:00"
    },
    {
      "FaxQueueId": 1,
      "Recipient": "sample string 2",
      "FaxNumber": "sample string 3",
      "Status": 1,
      "ScheduleTime": "2025-10-30T23:15:04.9823176-07:00",
      "SentTime": "2025-10-30T23:15:04.9823176-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-10-30T23:15:04.9823176-07:00</d2p1:ScheduleTime>
      <d2p1:SentTime>2025-10-30T23:15:04.9823176-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-10-30T23:15:04.9823176-07:00</d2p1:ScheduleTime>
      <d2p1:SentTime>2025-10-30T23:15:04.9823176-07:00</d2p1:SentTime>
      <d2p1:Status>1</d2p1:Status>
    </d2p1:FaxNotificationDTO>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfArrayOfFaxNotificationDTO3NYuOdgi>