GET api/Fax/GetLoggedInUserFaxDetail

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AsapResponseOfGetFaxReportDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

GetFaxReportDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "FaxQueueId": 1,
    "SenderName": "sample string 2",
    "SenderFaxNumber": "sample string 3",
    "SenderEmailAddress": "sample string 4",
    "CoverPageSubject": "sample string 5",
    "ScheduledSendTime": "2025-04-04T05:29:23.1492665-07:00",
    "CompanyName": "sample string 6",
    "SenderPhoneNumber": "sample string 7",
    "HasCoverPage": true,
    "CoverPageComments": "sample string 9",
    "ListRecipient": [
      {
        "FaxRecipientId": 1,
        "FaxQueueId": 2,
        "RecipientName": "sample string 3",
        "FaxNumber": "sample string 4",
        "CountryCode": "sample string 5",
        "RecipientPhoneNumber": "sample string 6",
        "FaxStatus": 7,
        "IsFacility": true,
        "SentTime": "2025-04-04T05:29:23.1492665-07:00",
        "ResponseNoOfAttempt": 1,
        "EntityId": "sample string 9",
        "EntityType": "sample string 10",
        "CompanyName": "sample string 11",
        "IsRecipientCheck": true,
        "IsDER": true,
        "IsSecureFaxNumber": true,
        "Response": "sample string 15",
        "ResponseUniqId": "sample string 16",
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:29:23.1492665-07:00",
        "DateUpdated": "2025-04-04T05:29:23.1492665-07:00",
        "UserIDCreated": 20,
        "UserIDUpdated": 21,
        "CompanyCode": "sample string 22",
        "IsExcludeDiscount": true
      },
      {
        "FaxRecipientId": 1,
        "FaxQueueId": 2,
        "RecipientName": "sample string 3",
        "FaxNumber": "sample string 4",
        "CountryCode": "sample string 5",
        "RecipientPhoneNumber": "sample string 6",
        "FaxStatus": 7,
        "IsFacility": true,
        "SentTime": "2025-04-04T05:29:23.1492665-07:00",
        "ResponseNoOfAttempt": 1,
        "EntityId": "sample string 9",
        "EntityType": "sample string 10",
        "CompanyName": "sample string 11",
        "IsRecipientCheck": true,
        "IsDER": true,
        "IsSecureFaxNumber": true,
        "Response": "sample string 15",
        "ResponseUniqId": "sample string 16",
        "ValidFlag": true,
        "DateCreated": "2025-04-04T05:29:23.1492665-07:00",
        "DateUpdated": "2025-04-04T05:29:23.1492665-07:00",
        "UserIDCreated": 20,
        "UserIDUpdated": 21,
        "CompanyCode": "sample string 22",
        "IsExcludeDiscount": true
      }
    ]
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfGetFaxReportDTO3NYuOdgi 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:CompanyName>sample string 6</d2p1:CompanyName>
    <d2p1:CoverPageComments>sample string 9</d2p1:CoverPageComments>
    <d2p1:CoverPageSubject>sample string 5</d2p1:CoverPageSubject>
    <d2p1:FaxQueueId>1</d2p1:FaxQueueId>
    <d2p1:HasCoverPage>true</d2p1:HasCoverPage>
    <d2p1:ListRecipient>
      <d2p1:FaxRecipientDTO>
        <d2p1:CompanyCode>sample string 22</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-04-04T05:29:23.1492665-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-04-04T05:29:23.1492665-07:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>20</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>21</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:CompanyName>sample string 11</d2p1:CompanyName>
        <d2p1:CountryCode>sample string 5</d2p1:CountryCode>
        <d2p1:EntityId>sample string 9</d2p1:EntityId>
        <d2p1:EntityType>sample string 10</d2p1:EntityType>
        <d2p1:FaxNumber>sample string 4</d2p1:FaxNumber>
        <d2p1:FaxQueueId>2</d2p1:FaxQueueId>
        <d2p1:FaxRecipientId>1</d2p1:FaxRecipientId>
        <d2p1:FaxStatus>7</d2p1:FaxStatus>
        <d2p1:IsDER>true</d2p1:IsDER>
        <d2p1:IsFacility>true</d2p1:IsFacility>
        <d2p1:IsRecipientCheck>true</d2p1:IsRecipientCheck>
        <d2p1:IsSecureFaxNumber>true</d2p1:IsSecureFaxNumber>
        <d2p1:RecipientName>sample string 3</d2p1:RecipientName>
        <d2p1:RecipientPhoneNumber>sample string 6</d2p1:RecipientPhoneNumber>
        <d2p1:Response>sample string 15</d2p1:Response>
        <d2p1:ResponseNoOfAttempt>1</d2p1:ResponseNoOfAttempt>
        <d2p1:ResponseUniqId>sample string 16</d2p1:ResponseUniqId>
        <d2p1:SentTime>2025-04-04T05:29:23.1492665-07:00</d2p1:SentTime>
      </d2p1:FaxRecipientDTO>
      <d2p1:FaxRecipientDTO>
        <d2p1:CompanyCode>sample string 22</d2p1:CompanyCode>
        <d2p1:DateCreated>2025-04-04T05:29:23.1492665-07:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2025-04-04T05:29:23.1492665-07:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>20</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>21</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:CompanyName>sample string 11</d2p1:CompanyName>
        <d2p1:CountryCode>sample string 5</d2p1:CountryCode>
        <d2p1:EntityId>sample string 9</d2p1:EntityId>
        <d2p1:EntityType>sample string 10</d2p1:EntityType>
        <d2p1:FaxNumber>sample string 4</d2p1:FaxNumber>
        <d2p1:FaxQueueId>2</d2p1:FaxQueueId>
        <d2p1:FaxRecipientId>1</d2p1:FaxRecipientId>
        <d2p1:FaxStatus>7</d2p1:FaxStatus>
        <d2p1:IsDER>true</d2p1:IsDER>
        <d2p1:IsFacility>true</d2p1:IsFacility>
        <d2p1:IsRecipientCheck>true</d2p1:IsRecipientCheck>
        <d2p1:IsSecureFaxNumber>true</d2p1:IsSecureFaxNumber>
        <d2p1:RecipientName>sample string 3</d2p1:RecipientName>
        <d2p1:RecipientPhoneNumber>sample string 6</d2p1:RecipientPhoneNumber>
        <d2p1:Response>sample string 15</d2p1:Response>
        <d2p1:ResponseNoOfAttempt>1</d2p1:ResponseNoOfAttempt>
        <d2p1:ResponseUniqId>sample string 16</d2p1:ResponseUniqId>
        <d2p1:SentTime>2025-04-04T05:29:23.1492665-07:00</d2p1:SentTime>
      </d2p1:FaxRecipientDTO>
    </d2p1:ListRecipient>
    <d2p1:ScheduledSendTime>2025-04-04T05:29:23.1492665-07:00</d2p1:ScheduledSendTime>
    <d2p1:SenderEmailAddress>sample string 4</d2p1:SenderEmailAddress>
    <d2p1:SenderFaxNumber>sample string 3</d2p1:SenderFaxNumber>
    <d2p1:SenderName>sample string 2</d2p1:SenderName>
    <d2p1:SenderPhoneNumber>sample string 7</d2p1:SenderPhoneNumber>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfGetFaxReportDTO3NYuOdgi>