POST api/CosEccSummary/CreateFaxDetails

Request Information

URI Parameters

None.

Body Parameters

FaxEncounterDTO
NameDescriptionTypeAdditional information
Id

integer

None.

FaxQueueId

integer

None.

EncounterId

integer

None.

CaseNo

integer

None.

DocumentType

string

String length: inclusive between 0 and 200

Sequence

integer

None.

Fax

FaxQueueDTO

None.

id

string

String length: inclusive between 0 and 500

rid

globally unique identifier

None.

mid

integer

None.

type

integer

None.

DispositionId

integer

None.

ServiceId

integer

None.

EccCaseTypeId

integer

None.

FacilityCode

string

String length: inclusive between 0 and 10

OnsiteLocationId

integer

None.

MessageQueueId

integer

None.

KeyName

string

String length: inclusive between 0 and 250

EmployeeId

string

String length: inclusive between 0 and 12

ScheduleDate

date

None.

ScheduleTime

time interval

None.

ComponentId

integer

None.

faxTypeList

Collection of FaxTypeDTO

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

Sample:
{
  "Id": 1,
  "FaxQueueId": 2,
  "EncounterId": 1,
  "CaseNo": 1,
  "DocumentType": "sample string 3",
  "Sequence": 4,
  "Fax": {
    "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": "2024-11-21T00:33:52.5241352-08:00",
    "ScheduleTime": "sample string 11",
    "ScheduledSendTime": "2024-11-21T00:33:52.5246448-08: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": "2024-11-21T00:33:52.5266665-08:00",
        "DateUpdated": "2024-11-21T00:33:52.5266665-08: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": "2024-11-21T00:33:52.5266665-08:00",
        "DateUpdated": "2024-11-21T00:33:52.5266665-08: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": "2024-11-21T00:33:52.5266665-08: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": "2024-11-21T00:33:52.5266665-08:00",
        "DateUpdated": "2024-11-21T00:33:52.5266665-08: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": "2024-11-21T00:33:52.5266665-08: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": "2024-11-21T00:33:52.5266665-08:00",
        "DateUpdated": "2024-11-21T00:33:52.5266665-08:00",
        "UserIDCreated": 20,
        "UserIDUpdated": 21,
        "CompanyCode": "sample string 22",
        "IsExcludeDiscount": true
      }
    ],
    "ValidRecord": true,
    "CompanyName": "sample string 15",
    "ScheduledSendTimeCheck": "2024-11-21T00:33:52.5266665-08: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": "47d79ba3-9cae-4415-866a-53c69c7899a5",
    "EncounterId": 1,
    "CaseNo": 1,
    "ServiceId": 1,
    "EccCaseTypeId": 1,
    "DocumentType": "sample string 24",
    "ValidFlag": true,
    "DateCreated": "2024-11-21T00:33:52.5266665-08:00",
    "DateUpdated": "2024-11-21T00:33:52.5266665-08:00",
    "UserIDCreated": 28,
    "UserIDUpdated": 29,
    "CompanyCode": "sample string 30",
    "IsExcludeDiscount": true
  },
  "id": "sample string 5",
  "rid": "5507b23f-f127-4c73-9b95-6206aaedb1fc",
  "mid": 1,
  "type": 1,
  "DispositionId": 1,
  "ServiceId": 6,
  "EccCaseTypeId": 1,
  "FacilityCode": "sample string 7",
  "OnsiteLocationId": 1,
  "MessageQueueId": 1,
  "KeyName": "sample string 8",
  "EmployeeId": "sample string 9",
  "ScheduleDate": "2024-11-21T00:33:52.5266665-08:00",
  "ScheduleTime": "00:00:00.1234567",
  "ComponentId": 1,
  "faxTypeList": [
    {
      "Id": 1,
      "Name": "sample string 2",
      "ServiceId": 3,
      "EccCaseTypeId": 1,
      "ServiceName": "sample string 4",
      "ValidFlag": true,
      "DateCreated": "2024-11-21T00:33:52.5266665-08:00",
      "DateUpdated": "2024-11-21T00:33:52.5266665-08:00",
      "UserIDCreated": 8,
      "UserIDUpdated": 9,
      "CompanyCode": "sample string 10",
      "IsExcludeDiscount": true
    },
    {
      "Id": 1,
      "Name": "sample string 2",
      "ServiceId": 3,
      "EccCaseTypeId": 1,
      "ServiceName": "sample string 4",
      "ValidFlag": true,
      "DateCreated": "2024-11-21T00:33:52.5266665-08:00",
      "DateUpdated": "2024-11-21T00:33:52.5266665-08:00",
      "UserIDCreated": 8,
      "UserIDUpdated": 9,
      "CompanyCode": "sample string 10",
      "IsExcludeDiscount": true
    }
  ],
  "ValidFlag": true,
  "DateCreated": "2024-11-21T00:33:52.5266665-08:00",
  "DateUpdated": "2024-11-21T00:33:52.5266665-08:00",
  "UserIDCreated": 13,
  "UserIDUpdated": 14,
  "CompanyCode": "sample string 15",
  "IsExcludeDiscount": true
}

application/xml, text/xml

Sample:
<FaxEncounterDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <CompanyCode>sample string 15</CompanyCode>
  <DateCreated>2024-11-21T00:33:52.5266665-08:00</DateCreated>
  <DateUpdated>2024-11-21T00:33:52.5266665-08:00</DateUpdated>
  <IsExcludeDiscount>true</IsExcludeDiscount>
  <UserIDCreated>13</UserIDCreated>
  <UserIDUpdated>14</UserIDUpdated>
  <ValidFlag>true</ValidFlag>
  <CaseNo>1</CaseNo>
  <ComponentId>1</ComponentId>
  <DispositionId>1</DispositionId>
  <DocumentType>sample string 3</DocumentType>
  <EccCaseTypeId>1</EccCaseTypeId>
  <EmployeeId>sample string 9</EmployeeId>
  <EncounterId>1</EncounterId>
  <FacilityCode>sample string 7</FacilityCode>
  <Fax>
    <CompanyCode>sample string 30</CompanyCode>
    <DateCreated>2024-11-21T00:33:52.5266665-08:00</DateCreated>
    <DateUpdated>2024-11-21T00:33:52.5266665-08: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>2024-11-21T00:33:52.5266665-08:00</DateCreated>
        <DateUpdated>2024-11-21T00:33:52.5266665-08: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>2024-11-21T00:33:52.5266665-08:00</DateCreated>
        <DateUpdated>2024-11-21T00:33:52.5266665-08: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>2024-11-21T00:33:52.5266665-08:00</DateCreated>
        <DateUpdated>2024-11-21T00:33:52.5266665-08: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>2024-11-21T00:33:52.5266665-08:00</SentTime>
      </FaxRecipientDTO>
      <FaxRecipientDTO>
        <CompanyCode>sample string 22</CompanyCode>
        <DateCreated>2024-11-21T00:33:52.5266665-08:00</DateCreated>
        <DateUpdated>2024-11-21T00:33:52.5266665-08: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>2024-11-21T00:33:52.5266665-08:00</SentTime>
      </FaxRecipientDTO>
    </ListFaxRecipient>
    <MaxAttempt>1</MaxAttempt>
    <PBUserId>sample string 17</PBUserId>
    <Priority>1</Priority>
    <Receipt>1</Receipt>
    <ReceiptAttachment>1</ReceiptAttachment>
    <RecordID>47d79ba3-9cae-4415-866a-53c69c7899a5</RecordID>
    <Response>sample string 12</Response>
    <ResponseUniqId>sample string 13</ResponseUniqId>
    <RetryInterval>1</RetryInterval>
    <ScheduleDate>2024-11-21T00:33:52.5241352-08:00</ScheduleDate>
    <ScheduleTime>sample string 11</ScheduleTime>
    <ScheduledSendTime>2024-11-21T00:33:52.5246448-08:00</ScheduledSendTime>
    <ScheduledSendTimeCheck>2024-11-21T00:33:52.5266665-08: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>
  </Fax>
  <FaxQueueId>2</FaxQueueId>
  <Id>1</Id>
  <KeyName>sample string 8</KeyName>
  <MessageQueueId>1</MessageQueueId>
  <OnsiteLocationId>1</OnsiteLocationId>
  <ScheduleDate>2024-11-21T00:33:52.5266665-08:00</ScheduleDate>
  <ScheduleTime>PT0.1234567S</ScheduleTime>
  <Sequence>4</Sequence>
  <ServiceId>6</ServiceId>
  <faxTypeList>
    <FaxTypeDTO>
      <CompanyCode>sample string 10</CompanyCode>
      <DateCreated>2024-11-21T00:33:52.5266665-08:00</DateCreated>
      <DateUpdated>2024-11-21T00:33:52.5266665-08:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>8</UserIDCreated>
      <UserIDUpdated>9</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <EccCaseTypeId>1</EccCaseTypeId>
      <Id>1</Id>
      <Name>sample string 2</Name>
      <ServiceId>3</ServiceId>
      <ServiceName>sample string 4</ServiceName>
    </FaxTypeDTO>
    <FaxTypeDTO>
      <CompanyCode>sample string 10</CompanyCode>
      <DateCreated>2024-11-21T00:33:52.5266665-08:00</DateCreated>
      <DateUpdated>2024-11-21T00:33:52.5266665-08:00</DateUpdated>
      <IsExcludeDiscount>true</IsExcludeDiscount>
      <UserIDCreated>8</UserIDCreated>
      <UserIDUpdated>9</UserIDUpdated>
      <ValidFlag>true</ValidFlag>
      <EccCaseTypeId>1</EccCaseTypeId>
      <Id>1</Id>
      <Name>sample string 2</Name>
      <ServiceId>3</ServiceId>
      <ServiceName>sample string 4</ServiceName>
    </FaxTypeDTO>
  </faxTypeList>
  <id>sample string 5</id>
  <mid>1</mid>
  <rid>5507b23f-f127-4c73-9b95-6206aaedb1fc</rid>
  <type>1</type>
</FaxEncounterDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AsapResponseOfFaxEncounterDTO
NameDescriptionTypeAdditional information
isSuccess

boolean

None.

message

string

None.

jsonObj

FaxEncounterDTO

None.

totalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "isSuccess": true,
  "message": "sample string 2",
  "jsonObj": {
    "Id": 1,
    "FaxQueueId": 2,
    "EncounterId": 1,
    "CaseNo": 1,
    "DocumentType": "sample string 3",
    "Sequence": 4,
    "Fax": {
      "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": "2024-11-21T00:33:52.6744172-08:00",
      "ScheduleTime": "sample string 11",
      "ScheduledSendTime": "2024-11-21T00:33:52.6744172-08: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": "2024-11-21T00:33:52.6744172-08:00",
          "DateUpdated": "2024-11-21T00:33:52.6744172-08: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": "2024-11-21T00:33:52.6744172-08:00",
          "DateUpdated": "2024-11-21T00:33:52.6744172-08: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": "2024-11-21T00:33:52.6744172-08: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": "2024-11-21T00:33:52.6744172-08:00",
          "DateUpdated": "2024-11-21T00:33:52.6744172-08: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": "2024-11-21T00:33:52.6744172-08: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": "2024-11-21T00:33:52.6744172-08:00",
          "DateUpdated": "2024-11-21T00:33:52.6744172-08:00",
          "UserIDCreated": 20,
          "UserIDUpdated": 21,
          "CompanyCode": "sample string 22",
          "IsExcludeDiscount": true
        }
      ],
      "ValidRecord": true,
      "CompanyName": "sample string 15",
      "ScheduledSendTimeCheck": "2024-11-21T00:33:52.6744172-08: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": "7c0ccb62-4dd9-4289-af91-bf36096be9f1",
      "EncounterId": 1,
      "CaseNo": 1,
      "ServiceId": 1,
      "EccCaseTypeId": 1,
      "DocumentType": "sample string 24",
      "ValidFlag": true,
      "DateCreated": "2024-11-21T00:33:52.6744172-08:00",
      "DateUpdated": "2024-11-21T00:33:52.6744172-08:00",
      "UserIDCreated": 28,
      "UserIDUpdated": 29,
      "CompanyCode": "sample string 30",
      "IsExcludeDiscount": true
    },
    "id": "sample string 5",
    "rid": "53359f1e-de09-4a68-99e1-83bd3e282aa2",
    "mid": 1,
    "type": 1,
    "DispositionId": 1,
    "ServiceId": 6,
    "EccCaseTypeId": 1,
    "FacilityCode": "sample string 7",
    "OnsiteLocationId": 1,
    "MessageQueueId": 1,
    "KeyName": "sample string 8",
    "EmployeeId": "sample string 9",
    "ScheduleDate": "2024-11-21T00:33:52.6744172-08:00",
    "ScheduleTime": "00:00:00.1234567",
    "ComponentId": 1,
    "faxTypeList": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "ServiceId": 3,
        "EccCaseTypeId": 1,
        "ServiceName": "sample string 4",
        "ValidFlag": true,
        "DateCreated": "2024-11-21T00:33:52.6744172-08:00",
        "DateUpdated": "2024-11-21T00:33:52.6744172-08:00",
        "UserIDCreated": 8,
        "UserIDUpdated": 9,
        "CompanyCode": "sample string 10",
        "IsExcludeDiscount": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "ServiceId": 3,
        "EccCaseTypeId": 1,
        "ServiceName": "sample string 4",
        "ValidFlag": true,
        "DateCreated": "2024-11-21T00:33:52.6744172-08:00",
        "DateUpdated": "2024-11-21T00:33:52.6744172-08:00",
        "UserIDCreated": 8,
        "UserIDUpdated": 9,
        "CompanyCode": "sample string 10",
        "IsExcludeDiscount": true
      }
    ],
    "ValidFlag": true,
    "DateCreated": "2024-11-21T00:33:52.6744172-08:00",
    "DateUpdated": "2024-11-21T00:33:52.6744172-08:00",
    "UserIDCreated": 13,
    "UserIDUpdated": 14,
    "CompanyCode": "sample string 15",
    "IsExcludeDiscount": true
  },
  "totalCount": 3
}

application/xml, text/xml

Sample:
<AsapResponseOfFaxEncounterDTO3NYuOdgi 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 15</d2p1:CompanyCode>
    <d2p1:DateCreated>2024-11-21T00:33:52.6744172-08:00</d2p1:DateCreated>
    <d2p1:DateUpdated>2024-11-21T00:33:52.6744172-08:00</d2p1:DateUpdated>
    <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
    <d2p1:UserIDCreated>13</d2p1:UserIDCreated>
    <d2p1:UserIDUpdated>14</d2p1:UserIDUpdated>
    <d2p1:ValidFlag>true</d2p1:ValidFlag>
    <d2p1:CaseNo>1</d2p1:CaseNo>
    <d2p1:ComponentId>1</d2p1:ComponentId>
    <d2p1:DispositionId>1</d2p1:DispositionId>
    <d2p1:DocumentType>sample string 3</d2p1:DocumentType>
    <d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
    <d2p1:EmployeeId>sample string 9</d2p1:EmployeeId>
    <d2p1:EncounterId>1</d2p1:EncounterId>
    <d2p1:FacilityCode>sample string 7</d2p1:FacilityCode>
    <d2p1:Fax>
      <d2p1:CompanyCode>sample string 30</d2p1:CompanyCode>
      <d2p1:DateCreated>2024-11-21T00:33:52.6744172-08:00</d2p1:DateCreated>
      <d2p1:DateUpdated>2024-11-21T00:33:52.6744172-08: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>2024-11-21T00:33:52.6744172-08:00</d2p1:DateCreated>
          <d2p1:DateUpdated>2024-11-21T00:33:52.6744172-08: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>2024-11-21T00:33:52.6744172-08:00</d2p1:DateCreated>
          <d2p1:DateUpdated>2024-11-21T00:33:52.6744172-08: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>2024-11-21T00:33:52.6744172-08:00</d2p1:DateCreated>
          <d2p1:DateUpdated>2024-11-21T00:33:52.6744172-08: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>2024-11-21T00:33:52.6744172-08:00</d2p1:SentTime>
        </d2p1:FaxRecipientDTO>
        <d2p1:FaxRecipientDTO>
          <d2p1:CompanyCode>sample string 22</d2p1:CompanyCode>
          <d2p1:DateCreated>2024-11-21T00:33:52.6744172-08:00</d2p1:DateCreated>
          <d2p1:DateUpdated>2024-11-21T00:33:52.6744172-08: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>2024-11-21T00:33:52.6744172-08: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>7c0ccb62-4dd9-4289-af91-bf36096be9f1</d2p1:RecordID>
      <d2p1:Response>sample string 12</d2p1:Response>
      <d2p1:ResponseUniqId>sample string 13</d2p1:ResponseUniqId>
      <d2p1:RetryInterval>1</d2p1:RetryInterval>
      <d2p1:ScheduleDate>2024-11-21T00:33:52.6744172-08:00</d2p1:ScheduleDate>
      <d2p1:ScheduleTime>sample string 11</d2p1:ScheduleTime>
      <d2p1:ScheduledSendTime>2024-11-21T00:33:52.6744172-08:00</d2p1:ScheduledSendTime>
      <d2p1:ScheduledSendTimeCheck>2024-11-21T00:33:52.6744172-08: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>
    </d2p1:Fax>
    <d2p1:FaxQueueId>2</d2p1:FaxQueueId>
    <d2p1:Id>1</d2p1:Id>
    <d2p1:KeyName>sample string 8</d2p1:KeyName>
    <d2p1:MessageQueueId>1</d2p1:MessageQueueId>
    <d2p1:OnsiteLocationId>1</d2p1:OnsiteLocationId>
    <d2p1:ScheduleDate>2024-11-21T00:33:52.6744172-08:00</d2p1:ScheduleDate>
    <d2p1:ScheduleTime>PT0.1234567S</d2p1:ScheduleTime>
    <d2p1:Sequence>4</d2p1:Sequence>
    <d2p1:ServiceId>6</d2p1:ServiceId>
    <d2p1:faxTypeList>
      <d2p1:FaxTypeDTO>
        <d2p1:CompanyCode>sample string 10</d2p1:CompanyCode>
        <d2p1:DateCreated>2024-11-21T00:33:52.6744172-08:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2024-11-21T00:33:52.6744172-08:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>8</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>9</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:ServiceId>3</d2p1:ServiceId>
        <d2p1:ServiceName>sample string 4</d2p1:ServiceName>
      </d2p1:FaxTypeDTO>
      <d2p1:FaxTypeDTO>
        <d2p1:CompanyCode>sample string 10</d2p1:CompanyCode>
        <d2p1:DateCreated>2024-11-21T00:33:52.6744172-08:00</d2p1:DateCreated>
        <d2p1:DateUpdated>2024-11-21T00:33:52.6744172-08:00</d2p1:DateUpdated>
        <d2p1:IsExcludeDiscount>true</d2p1:IsExcludeDiscount>
        <d2p1:UserIDCreated>8</d2p1:UserIDCreated>
        <d2p1:UserIDUpdated>9</d2p1:UserIDUpdated>
        <d2p1:ValidFlag>true</d2p1:ValidFlag>
        <d2p1:EccCaseTypeId>1</d2p1:EccCaseTypeId>
        <d2p1:Id>1</d2p1:Id>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:ServiceId>3</d2p1:ServiceId>
        <d2p1:ServiceName>sample string 4</d2p1:ServiceName>
      </d2p1:FaxTypeDTO>
    </d2p1:faxTypeList>
    <d2p1:id>sample string 5</d2p1:id>
    <d2p1:mid>1</d2p1:mid>
    <d2p1:rid>53359f1e-de09-4a68-99e1-83bd3e282aa2</d2p1:rid>
    <d2p1:type>1</d2p1:type>
  </jsonObj>
  <message>sample string 2</message>
  <totalCount>3</totalCount>
</AsapResponseOfFaxEncounterDTO3NYuOdgi>