POST api/Fax/AbortFax
Request Information
URI Parameters
None.
Body Parameters
FaxQueueDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| FaxQueueId | integer |
None. |
|
| SenderName | string |
String length: inclusive between 0 and 200 |
|
| SenderPhoneNumber | string |
String length: inclusive between 0 and 20 |
|
| SenderFaxNumber | string |
String length: inclusive between 0 and 20 |
|
| SenderEmailAddress | string |
String length: inclusive between 0 and 150 |
|
| HasCoverPage | boolean |
None. |
|
| CoverPageTemplateUrl | string |
String length: inclusive between 0 and 300 |
|
| CoverPageSubject | string |
String length: inclusive between 0 and 200 |
|
| CoverPageComments | string |
String length: inclusive between 0 and 1000 |
|
| MaxAttempt | integer |
None. |
|
| Priority | integer |
None. |
|
| RetryInterval | integer |
None. |
|
| Receipt | integer |
None. |
|
| ReceiptAttachment | integer |
None. |
|
| ScheduleDate | date |
None. |
|
| ScheduleTime | string |
String length: inclusive between 0 and 8000 |
|
| ScheduledSendTime | date |
None. |
|
| Response | string |
String length: inclusive between 0 and 8000 |
|
| ResponseUniqId | string |
String length: inclusive between 0 and 50 |
|
| ListFaxAttachment | Collection of FaxAttachmentsDTO |
None. |
|
| ListFaxRecipient | Collection of FaxRecipientDTO |
None. |
|
| ValidRecord | boolean |
None. |
|
| CompanyName | string |
String length: inclusive between 0 and 60 |
|
| ScheduledSendTimeCheck | date |
None. |
|
| IsMatchFaxRecipient | boolean |
None. |
|
| PBUserId | string |
String length: inclusive between 0 and 50 |
|
| FaxServiceType | string |
None. |
|
| KeyName | string |
String length: inclusive between 0 and 50 |
|
| Title | string |
None. |
|
| FaxStatus | integer |
None. |
|
| EntityId | integer |
None. |
|
| DocTypeID | integer |
None. |
|
| RecordID | globally unique identifier |
None. |
|
| EncounterId | integer |
None. |
|
| CaseNo | integer |
None. |
|
| ServiceId | integer |
None. |
|
| EccCaseTypeId | integer |
None. |
|
| DocumentType | string |
None. |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
|
| CompanyCode | string |
String length: inclusive between 0 and 20 |
|
| IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
{
"FaxQueueId": 1,
"SenderName": "sample string 2",
"SenderPhoneNumber": "sample string 3",
"SenderFaxNumber": "sample string 4",
"SenderEmailAddress": "sample string 5",
"HasCoverPage": true,
"CoverPageTemplateUrl": "sample string 7",
"CoverPageSubject": "sample string 8",
"CoverPageComments": "sample string 9",
"MaxAttempt": 1,
"Priority": 1,
"RetryInterval": 1,
"Receipt": 1,
"ReceiptAttachment": 1,
"ScheduleDate": "2025-10-30T10:12:10.8345046-07:00",
"ScheduleTime": "sample string 11",
"ScheduledSendTime": "2025-10-30T10:12:10.8345046-07:00",
"Response": "sample string 12",
"ResponseUniqId": "sample string 13",
"ListFaxAttachment": [
{
"FaxAttachmentId": 1,
"FaxQueueId": 1,
"Title": "sample string 2",
"FolderPath": "sample string 3",
"AttachmentType": 1,
"ServiceUrl": "sample string 4",
"BucketName": "sample string 5",
"KeyName": "sample string 6",
"Message": "sample string 7",
"FileUrl": "sample string 8",
"EncodedContent": "sample string 9",
"ContentByteArray": "QEA=",
"IsFaxBucket": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:12:10.8345046-07:00",
"DateUpdated": "2025-10-30T10:12:10.8345046-07:00",
"UserIDCreated": 14,
"UserIDUpdated": 15,
"CompanyCode": "sample string 16",
"IsExcludeDiscount": true
},
{
"FaxAttachmentId": 1,
"FaxQueueId": 1,
"Title": "sample string 2",
"FolderPath": "sample string 3",
"AttachmentType": 1,
"ServiceUrl": "sample string 4",
"BucketName": "sample string 5",
"KeyName": "sample string 6",
"Message": "sample string 7",
"FileUrl": "sample string 8",
"EncodedContent": "sample string 9",
"ContentByteArray": "QEA=",
"IsFaxBucket": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:12:10.8345046-07:00",
"DateUpdated": "2025-10-30T10:12:10.8345046-07:00",
"UserIDCreated": 14,
"UserIDUpdated": 15,
"CompanyCode": "sample string 16",
"IsExcludeDiscount": true
}
],
"ListFaxRecipient": [
{
"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-10-30T10:12:10.8345046-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-10-30T10:12:10.8345046-07:00",
"DateUpdated": "2025-10-30T10:12:10.8345046-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-10-30T10:12:10.8345046-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-10-30T10:12:10.8345046-07:00",
"DateUpdated": "2025-10-30T10:12:10.8345046-07:00",
"UserIDCreated": 20,
"UserIDUpdated": 21,
"CompanyCode": "sample string 22",
"IsExcludeDiscount": true
}
],
"ValidRecord": true,
"CompanyName": "sample string 15",
"ScheduledSendTimeCheck": "2025-10-30T10:12:10.8345046-07:00",
"IsMatchFaxRecipient": true,
"PBUserId": "sample string 17",
"FaxServiceType": "sample string 18",
"KeyName": "sample string 19",
"Title": "sample string 20",
"FaxStatus": 21,
"EntityId": 22,
"DocTypeID": 23,
"RecordID": "5e073c8d-3a78-404b-b77f-40d4b7307241",
"EncounterId": 1,
"CaseNo": 1,
"ServiceId": 1,
"EccCaseTypeId": 1,
"DocumentType": "sample string 24",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:12:10.8345046-07:00",
"DateUpdated": "2025-10-30T10:12:10.8345046-07:00",
"UserIDCreated": 28,
"UserIDUpdated": 29,
"CompanyCode": "sample string 30",
"IsExcludeDiscount": true
}
application/xml, text/xml
<FaxQueueDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
<CompanyCode>sample string 30</CompanyCode>
<DateCreated>2025-10-30T10:12:10.8345046-07:00</DateCreated>
<DateUpdated>2025-10-30T10:12:10.8345046-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>28</UserIDCreated>
<UserIDUpdated>29</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<CaseNo>1</CaseNo>
<CompanyName>sample string 15</CompanyName>
<CoverPageComments>sample string 9</CoverPageComments>
<CoverPageSubject>sample string 8</CoverPageSubject>
<CoverPageTemplateUrl>sample string 7</CoverPageTemplateUrl>
<DocTypeID>23</DocTypeID>
<DocumentType>sample string 24</DocumentType>
<EccCaseTypeId>1</EccCaseTypeId>
<EncounterId>1</EncounterId>
<EntityId>22</EntityId>
<FaxQueueId>1</FaxQueueId>
<FaxServiceType>sample string 18</FaxServiceType>
<FaxStatus>21</FaxStatus>
<HasCoverPage>true</HasCoverPage>
<IsMatchFaxRecipient>true</IsMatchFaxRecipient>
<KeyName>sample string 19</KeyName>
<ListFaxAttachment>
<FaxAttachmentsDTO>
<CompanyCode>sample string 16</CompanyCode>
<DateCreated>2025-10-30T10:12:10.8345046-07:00</DateCreated>
<DateUpdated>2025-10-30T10:12:10.8345046-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>14</UserIDCreated>
<UserIDUpdated>15</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<AttachmentType>1</AttachmentType>
<BucketName>sample string 5</BucketName>
<ContentByteArray>QEA=</ContentByteArray>
<EncodedContent>sample string 9</EncodedContent>
<FaxAttachmentId>1</FaxAttachmentId>
<FaxQueueId>1</FaxQueueId>
<FileUrl>sample string 8</FileUrl>
<FolderPath>sample string 3</FolderPath>
<IsFaxBucket>true</IsFaxBucket>
<KeyName>sample string 6</KeyName>
<Message>sample string 7</Message>
<ServiceUrl>sample string 4</ServiceUrl>
<Title>sample string 2</Title>
</FaxAttachmentsDTO>
<FaxAttachmentsDTO>
<CompanyCode>sample string 16</CompanyCode>
<DateCreated>2025-10-30T10:12:10.8345046-07:00</DateCreated>
<DateUpdated>2025-10-30T10:12:10.8345046-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>14</UserIDCreated>
<UserIDUpdated>15</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<AttachmentType>1</AttachmentType>
<BucketName>sample string 5</BucketName>
<ContentByteArray>QEA=</ContentByteArray>
<EncodedContent>sample string 9</EncodedContent>
<FaxAttachmentId>1</FaxAttachmentId>
<FaxQueueId>1</FaxQueueId>
<FileUrl>sample string 8</FileUrl>
<FolderPath>sample string 3</FolderPath>
<IsFaxBucket>true</IsFaxBucket>
<KeyName>sample string 6</KeyName>
<Message>sample string 7</Message>
<ServiceUrl>sample string 4</ServiceUrl>
<Title>sample string 2</Title>
</FaxAttachmentsDTO>
</ListFaxAttachment>
<ListFaxRecipient>
<FaxRecipientDTO>
<CompanyCode>sample string 22</CompanyCode>
<DateCreated>2025-10-30T10:12:10.8345046-07:00</DateCreated>
<DateUpdated>2025-10-30T10:12:10.8345046-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>20</UserIDCreated>
<UserIDUpdated>21</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<CompanyName>sample string 11</CompanyName>
<CountryCode>sample string 5</CountryCode>
<EntityId>sample string 9</EntityId>
<EntityType>sample string 10</EntityType>
<FaxNumber>sample string 4</FaxNumber>
<FaxQueueId>2</FaxQueueId>
<FaxRecipientId>1</FaxRecipientId>
<FaxStatus>7</FaxStatus>
<IsDER>true</IsDER>
<IsFacility>true</IsFacility>
<IsRecipientCheck>true</IsRecipientCheck>
<IsSecureFaxNumber>true</IsSecureFaxNumber>
<RecipientName>sample string 3</RecipientName>
<RecipientPhoneNumber>sample string 6</RecipientPhoneNumber>
<Response>sample string 15</Response>
<ResponseNoOfAttempt>1</ResponseNoOfAttempt>
<ResponseUniqId>sample string 16</ResponseUniqId>
<SentTime>2025-10-30T10:12:10.8345046-07:00</SentTime>
</FaxRecipientDTO>
<FaxRecipientDTO>
<CompanyCode>sample string 22</CompanyCode>
<DateCreated>2025-10-30T10:12:10.8345046-07:00</DateCreated>
<DateUpdated>2025-10-30T10:12:10.8345046-07:00</DateUpdated>
<IsExcludeDiscount>true</IsExcludeDiscount>
<UserIDCreated>20</UserIDCreated>
<UserIDUpdated>21</UserIDUpdated>
<ValidFlag>true</ValidFlag>
<CompanyName>sample string 11</CompanyName>
<CountryCode>sample string 5</CountryCode>
<EntityId>sample string 9</EntityId>
<EntityType>sample string 10</EntityType>
<FaxNumber>sample string 4</FaxNumber>
<FaxQueueId>2</FaxQueueId>
<FaxRecipientId>1</FaxRecipientId>
<FaxStatus>7</FaxStatus>
<IsDER>true</IsDER>
<IsFacility>true</IsFacility>
<IsRecipientCheck>true</IsRecipientCheck>
<IsSecureFaxNumber>true</IsSecureFaxNumber>
<RecipientName>sample string 3</RecipientName>
<RecipientPhoneNumber>sample string 6</RecipientPhoneNumber>
<Response>sample string 15</Response>
<ResponseNoOfAttempt>1</ResponseNoOfAttempt>
<ResponseUniqId>sample string 16</ResponseUniqId>
<SentTime>2025-10-30T10:12:10.8345046-07:00</SentTime>
</FaxRecipientDTO>
</ListFaxRecipient>
<MaxAttempt>1</MaxAttempt>
<PBUserId>sample string 17</PBUserId>
<Priority>1</Priority>
<Receipt>1</Receipt>
<ReceiptAttachment>1</ReceiptAttachment>
<RecordID>5e073c8d-3a78-404b-b77f-40d4b7307241</RecordID>
<Response>sample string 12</Response>
<ResponseUniqId>sample string 13</ResponseUniqId>
<RetryInterval>1</RetryInterval>
<ScheduleDate>2025-10-30T10:12:10.8345046-07:00</ScheduleDate>
<ScheduleTime>sample string 11</ScheduleTime>
<ScheduledSendTime>2025-10-30T10:12:10.8345046-07:00</ScheduledSendTime>
<ScheduledSendTimeCheck>2025-10-30T10:12:10.8345046-07:00</ScheduledSendTimeCheck>
<SenderEmailAddress>sample string 5</SenderEmailAddress>
<SenderFaxNumber>sample string 4</SenderFaxNumber>
<SenderName>sample string 2</SenderName>
<SenderPhoneNumber>sample string 3</SenderPhoneNumber>
<ServiceId>1</ServiceId>
<ValidRecord>true</ValidRecord>
</FaxQueueDTO>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AsapResponseOfFaxQueueDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | FaxQueueDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"FaxQueueId": 1,
"SenderName": "sample string 2",
"SenderPhoneNumber": "sample string 3",
"SenderFaxNumber": "sample string 4",
"SenderEmailAddress": "sample string 5",
"HasCoverPage": true,
"CoverPageTemplateUrl": "sample string 7",
"CoverPageSubject": "sample string 8",
"CoverPageComments": "sample string 9",
"MaxAttempt": 1,
"Priority": 1,
"RetryInterval": 1,
"Receipt": 1,
"ReceiptAttachment": 1,
"ScheduleDate": "2025-10-30T10:12:10.9767541-07:00",
"ScheduleTime": "sample string 11",
"ScheduledSendTime": "2025-10-30T10:12:10.9767541-07:00",
"Response": "sample string 12",
"ResponseUniqId": "sample string 13",
"ListFaxAttachment": [
{
"FaxAttachmentId": 1,
"FaxQueueId": 1,
"Title": "sample string 2",
"FolderPath": "sample string 3",
"AttachmentType": 1,
"ServiceUrl": "sample string 4",
"BucketName": "sample string 5",
"KeyName": "sample string 6",
"Message": "sample string 7",
"FileUrl": "sample string 8",
"EncodedContent": "sample string 9",
"ContentByteArray": "QEA=",
"IsFaxBucket": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:12:10.9767541-07:00",
"DateUpdated": "2025-10-30T10:12:10.9767541-07:00",
"UserIDCreated": 14,
"UserIDUpdated": 15,
"CompanyCode": "sample string 16",
"IsExcludeDiscount": true
},
{
"FaxAttachmentId": 1,
"FaxQueueId": 1,
"Title": "sample string 2",
"FolderPath": "sample string 3",
"AttachmentType": 1,
"ServiceUrl": "sample string 4",
"BucketName": "sample string 5",
"KeyName": "sample string 6",
"Message": "sample string 7",
"FileUrl": "sample string 8",
"EncodedContent": "sample string 9",
"ContentByteArray": "QEA=",
"IsFaxBucket": true,
"ValidFlag": true,
"DateCreated": "2025-10-30T10:12:10.9767541-07:00",
"DateUpdated": "2025-10-30T10:12:10.9767541-07:00",
"UserIDCreated": 14,
"UserIDUpdated": 15,
"CompanyCode": "sample string 16",
"IsExcludeDiscount": true
}
],
"ListFaxRecipient": [
{
"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-10-30T10:12:10.9767541-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-10-30T10:12:10.9767541-07:00",
"DateUpdated": "2025-10-30T10:12:10.9767541-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-10-30T10:12:10.9767541-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-10-30T10:12:10.9767541-07:00",
"DateUpdated": "2025-10-30T10:12:10.9767541-07:00",
"UserIDCreated": 20,
"UserIDUpdated": 21,
"CompanyCode": "sample string 22",
"IsExcludeDiscount": true
}
],
"ValidRecord": true,
"CompanyName": "sample string 15",
"ScheduledSendTimeCheck": "2025-10-30T10:12:10.9767541-07:00",
"IsMatchFaxRecipient": true,
"PBUserId": "sample string 17",
"FaxServiceType": "sample string 18",
"KeyName": "sample string 19",
"Title": "sample string 20",
"FaxStatus": 21,
"EntityId": 22,
"DocTypeID": 23,
"RecordID": "8c8b4d3b-01d1-4733-8ae8-42ea94124fe0",
"EncounterId": 1,
"CaseNo": 1,
"ServiceId": 1,
"EccCaseTypeId": 1,
"DocumentType": "sample string 24",
"ValidFlag": true,
"DateCreated": "2025-10-30T10:12:10.9767541-07:00",
"DateUpdated": "2025-10-30T10:12:10.9767541-07:00",
"UserIDCreated": 28,
"UserIDUpdated": 29,
"CompanyCode": "sample string 30",
"IsExcludeDiscount": true
},
"totalCount": 3
}
application/xml, text/xml
<AsapResponseOfFaxQueueDTO3NYuOdgi 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:CompanyCode>sample string 30</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T10:12:10.9767541-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T10:12:10.9767541-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>28</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>29</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:CaseNo>1</d2p1:CaseNo>
<d2p1:CompanyName>sample string 15</d2p1:CompanyName>
<d2p1:CoverPageComments>sample string 9</d2p1:CoverPageComments>
<d2p1:CoverPageSubject>sample string 8</d2p1:CoverPageSubject>
<d2p1:CoverPageTemplateUrl>sample string 7</d2p1:CoverPageTemplateUrl>
<d2p1:DocTypeID>23</d2p1:DocTypeID>
<d2p1:DocumentType>sample string 24</d2p1:DocumentType>
<d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
<d2p1:EncounterId>1</d2p1:EncounterId>
<d2p1:EntityId>22</d2p1:EntityId>
<d2p1:FaxQueueId>1</d2p1:FaxQueueId>
<d2p1:FaxServiceType>sample string 18</d2p1:FaxServiceType>
<d2p1:FaxStatus>21</d2p1:FaxStatus>
<d2p1:HasCoverPage>true</d2p1:HasCoverPage>
<d2p1:IsMatchFaxRecipient>true</d2p1:IsMatchFaxRecipient>
<d2p1:KeyName>sample string 19</d2p1:KeyName>
<d2p1:ListFaxAttachment>
<d2p1:FaxAttachmentsDTO>
<d2p1:CompanyCode>sample string 16</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T10:12:10.9767541-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T10:12:10.9767541-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>14</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>15</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:AttachmentType>1</d2p1:AttachmentType>
<d2p1:BucketName>sample string 5</d2p1:BucketName>
<d2p1:ContentByteArray>QEA=</d2p1:ContentByteArray>
<d2p1:EncodedContent>sample string 9</d2p1:EncodedContent>
<d2p1:FaxAttachmentId>1</d2p1:FaxAttachmentId>
<d2p1:FaxQueueId>1</d2p1:FaxQueueId>
<d2p1:FileUrl>sample string 8</d2p1:FileUrl>
<d2p1:FolderPath>sample string 3</d2p1:FolderPath>
<d2p1:IsFaxBucket>true</d2p1:IsFaxBucket>
<d2p1:KeyName>sample string 6</d2p1:KeyName>
<d2p1:Message>sample string 7</d2p1:Message>
<d2p1:ServiceUrl>sample string 4</d2p1:ServiceUrl>
<d2p1:Title>sample string 2</d2p1:Title>
</d2p1:FaxAttachmentsDTO>
<d2p1:FaxAttachmentsDTO>
<d2p1:CompanyCode>sample string 16</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T10:12:10.9767541-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T10:12:10.9767541-07:00</d2p1:DateUpdated>
<d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
<d2p1:UserIDCreated>14</d2p1:UserIDCreated>
<d2p1:UserIDUpdated>15</d2p1:UserIDUpdated>
<d2p1:ValidFlag>true</d2p1:ValidFlag>
<d2p1:AttachmentType>1</d2p1:AttachmentType>
<d2p1:BucketName>sample string 5</d2p1:BucketName>
<d2p1:ContentByteArray>QEA=</d2p1:ContentByteArray>
<d2p1:EncodedContent>sample string 9</d2p1:EncodedContent>
<d2p1:FaxAttachmentId>1</d2p1:FaxAttachmentId>
<d2p1:FaxQueueId>1</d2p1:FaxQueueId>
<d2p1:FileUrl>sample string 8</d2p1:FileUrl>
<d2p1:FolderPath>sample string 3</d2p1:FolderPath>
<d2p1:IsFaxBucket>true</d2p1:IsFaxBucket>
<d2p1:KeyName>sample string 6</d2p1:KeyName>
<d2p1:Message>sample string 7</d2p1:Message>
<d2p1:ServiceUrl>sample string 4</d2p1:ServiceUrl>
<d2p1:Title>sample string 2</d2p1:Title>
</d2p1:FaxAttachmentsDTO>
</d2p1:ListFaxAttachment>
<d2p1:ListFaxRecipient>
<d2p1:FaxRecipientDTO>
<d2p1:CompanyCode>sample string 22</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T10:12:10.9767541-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T10:12:10.9767541-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-10-30T10:12:10.9767541-07:00</d2p1:SentTime>
</d2p1:FaxRecipientDTO>
<d2p1:FaxRecipientDTO>
<d2p1:CompanyCode>sample string 22</d2p1:CompanyCode>
<d2p1:DateCreated>2025-10-30T10:12:10.9767541-07:00</d2p1:DateCreated>
<d2p1:DateUpdated>2025-10-30T10:12:10.9767541-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-10-30T10:12:10.9767541-07:00</d2p1:SentTime>
</d2p1:FaxRecipientDTO>
</d2p1:ListFaxRecipient>
<d2p1:MaxAttempt>1</d2p1:MaxAttempt>
<d2p1:PBUserId>sample string 17</d2p1:PBUserId>
<d2p1:Priority>1</d2p1:Priority>
<d2p1:Receipt>1</d2p1:Receipt>
<d2p1:ReceiptAttachment>1</d2p1:ReceiptAttachment>
<d2p1:RecordID>8c8b4d3b-01d1-4733-8ae8-42ea94124fe0</d2p1:RecordID>
<d2p1:Response>sample string 12</d2p1:Response>
<d2p1:ResponseUniqId>sample string 13</d2p1:ResponseUniqId>
<d2p1:RetryInterval>1</d2p1:RetryInterval>
<d2p1:ScheduleDate>2025-10-30T10:12:10.9767541-07:00</d2p1:ScheduleDate>
<d2p1:ScheduleTime>sample string 11</d2p1:ScheduleTime>
<d2p1:ScheduledSendTime>2025-10-30T10:12:10.9767541-07:00</d2p1:ScheduledSendTime>
<d2p1:ScheduledSendTimeCheck>2025-10-30T10:12:10.9767541-07:00</d2p1:ScheduledSendTimeCheck>
<d2p1:SenderEmailAddress>sample string 5</d2p1:SenderEmailAddress>
<d2p1:SenderFaxNumber>sample string 4</d2p1:SenderFaxNumber>
<d2p1:SenderName>sample string 2</d2p1:SenderName>
<d2p1:SenderPhoneNumber>sample string 3</d2p1:SenderPhoneNumber>
<d2p1:ServiceId>1</d2p1:ServiceId>
<d2p1:ValidRecord>true</d2p1:ValidRecord>
</jsonObj>
<message>sample string 2</message>
<totalCount>3</totalCount>
</AsapResponseOfFaxQueueDTO3NYuOdgi>