GET api/RFP/GetBidDetails?RFPID={RFPID}&SubContractorEmail={SubContractorEmail}&APIKey={APIKey}

APT to get RFP List by param

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RFPID

integer

Required

SubContractorEmail

string

Required

APIKey

string

Required

Body Parameters

None.

Response Information

Resource Description

RFPResultDataModel
NameDescriptionTypeAdditional information
RFPID

integer

None.

RFPNO

string

None.

RFPDate

date

None.

RFPEndDate

date

None.

PreBidMeetingDate

date

None.

RFPTitle

string

None.

JobID

integer

None.

JobNumber

string

None.

JobName

string

None.

JobDescription

string

None.

IsJob

boolean

None.

ProjectID

integer

None.

ProjectName

string

None.

ProjectCode

string

None.

ProjectDescription

string

None.

OpportunityID

integer

None.

OpportunityCode

string

None.

OpportunityName

string

None.

OpportunityDescription

string

None.

CustomerID

integer

None.

CustomerName

string

None.

Note

string

None.

ConstructionExpectations

string

None.

StatusID

integer

None.

ParentStatusID

integer

None.

StatusName

string

None.

CMMSCompanyID

integer

None.

ApprovedBy1

integer

None.

ApprovedBy2

integer

None.

AddedDate

date

None.

AddedBy

integer

None.

AddedByName

string

None.

ModifiedDate

date

None.

RFPWorkItemList

Collection of RFPWorkItemResultDataModel

None.

RFPVendorList

Collection of RFPVendorResultDataModel

None.

RFPExtVendorList

Collection of RFPExtVendorResultDataModel

None.

RFPSignatureList

Collection of RFPSignatureResultDataModel

None.

RFPFilesList

Collection of RFPFilesResultDataModel

None.

Approver1Email

string

None.

Approver2Email

string

None.

TotalRecord

integer

None.

RFPContractID

integer

None.

ContractCode

string

None.

ContractName

string

None.

ContractStartDate

date

None.

ContractCompleteDate

date

None.

RFPContractFilesList

Collection of RFPContractFilesResultDataModel

None.

FaultCode

string

None.

CustomerCompanyName

string

None.

RFPTags

Collection of RFPTagResultDataModel

None.

ContactPersonID

integer

None.

CustomerAddressType

integer

None.

MarketID

integer

None.

SubMarketID

integer

None.

MarketName

string

None.

ContractAwardedDate

date

None.

RFPConExpFilesList

Collection of RFPFilesResultDataModel

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
{
  "rfpid": 1,
  "rfpno": "sample string 2",
  "rfpDate": "2025-07-17T04:14:45.2984457+00:00",
  "rfpEndDate": "2025-07-17T04:14:45.2984457+00:00",
  "preBidMeetingDate": "2025-07-17T04:14:45.2984457+00:00",
  "rfpTitle": "sample string 3",
  "jobID": 1,
  "jobNumber": "sample string 4",
  "jobName": "sample string 5",
  "jobDescription": "sample string 6",
  "isJob": true,
  "projectID": 1,
  "projectName": "sample string 8",
  "projectCode": "sample string 9",
  "projectDescription": "sample string 10",
  "opportunityID": 1,
  "opportunityCode": "sample string 11",
  "opportunityName": "sample string 12",
  "opportunityDescription": "sample string 13",
  "customerID": 1,
  "customerName": "sample string 14",
  "note": "sample string 15",
  "constructionExpectations": "sample string 16",
  "statusID": 1,
  "parentStatusID": 1,
  "statusName": "sample string 17",
  "cmmsCompanyID": 1,
  "approvedBy1": 1,
  "approvedBy2": 1,
  "addedDate": "2025-07-17T04:14:45.2984457+00:00",
  "addedBy": 18,
  "addedByName": "sample string 19",
  "modifiedDate": "2025-07-17T04:14:45.2984457+00:00",
  "rfpWorkItemList": [
    {
      "rfpid": 1,
      "rfpItemID": 2,
      "itemDescription": "sample string 3",
      "dueDate": "2025-07-17T04:14:45.2984457+00:00",
      "otherNote": "sample string 4",
      "rfpWorkCostID": 5,
      "costType": 6,
      "costTypeName": "sample string 7",
      "qty": 8.0,
      "uoMID": 1,
      "uoM": "sample string 9",
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "modifiedDate": "2025-07-17T04:14:45.2984457+00:00"
    },
    {
      "rfpid": 1,
      "rfpItemID": 2,
      "itemDescription": "sample string 3",
      "dueDate": "2025-07-17T04:14:45.2984457+00:00",
      "otherNote": "sample string 4",
      "rfpWorkCostID": 5,
      "costType": 6,
      "costTypeName": "sample string 7",
      "qty": 8.0,
      "uoMID": 1,
      "uoM": "sample string 9",
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "modifiedDate": "2025-07-17T04:14:45.2984457+00:00"
    }
  ],
  "rfpVendorList": [
    {
      "rfpid": 1,
      "rfpSubContractorItemID": 2,
      "subContractorID": 1,
      "companyName": "sample string 3",
      "contractorEmail": "sample string 4",
      "isRecomended": true,
      "note": "sample string 5",
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "modifiedDate": "2025-07-17T04:14:45.2984457+00:00",
      "isCreatedMailSent": true,
      "rfpAdminFees": 6.0
    },
    {
      "rfpid": 1,
      "rfpSubContractorItemID": 2,
      "subContractorID": 1,
      "companyName": "sample string 3",
      "contractorEmail": "sample string 4",
      "isRecomended": true,
      "note": "sample string 5",
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "modifiedDate": "2025-07-17T04:14:45.2984457+00:00",
      "isCreatedMailSent": true,
      "rfpAdminFees": 6.0
    }
  ],
  "rfpExtVendorList": [
    {
      "rfpid": 1,
      "extContractorID": 2,
      "extContractorEmail": "sample string 3",
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "modifiedDate": "2025-07-17T04:14:45.2984457+00:00",
      "isCreatedMailSent": true
    },
    {
      "rfpid": 1,
      "extContractorID": 2,
      "extContractorEmail": "sample string 3",
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "modifiedDate": "2025-07-17T04:14:45.2984457+00:00",
      "isCreatedMailSent": true
    }
  ],
  "rfpSignatureList": [
    {
      "rfpid": 1,
      "actualFileName": "sample string 2",
      "renamedFileName": "sample string 3",
      "signatureDate": "2025-07-17T04:14:45.2984457+00:00",
      "signatoryName": "sample string 4",
      "addedBy": 1,
      "signatureType": 5
    },
    {
      "rfpid": 1,
      "actualFileName": "sample string 2",
      "renamedFileName": "sample string 3",
      "signatureDate": "2025-07-17T04:14:45.2984457+00:00",
      "signatoryName": "sample string 4",
      "addedBy": 1,
      "signatureType": 5
    }
  ],
  "rfpFilesList": [
    {
      "rfpFileID": 1,
      "rfpid": 2,
      "actualFileName": "sample string 3",
      "fileFullPath": "sample string 4",
      "fileRelativePath": "sample string 5",
      "renamedFileName": "sample string 6",
      "cmmsCompanyID": 7,
      "addedBy": 8,
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "isSendAsAttachment": true
    },
    {
      "rfpFileID": 1,
      "rfpid": 2,
      "actualFileName": "sample string 3",
      "fileFullPath": "sample string 4",
      "fileRelativePath": "sample string 5",
      "renamedFileName": "sample string 6",
      "cmmsCompanyID": 7,
      "addedBy": 8,
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "isSendAsAttachment": true
    }
  ],
  "approver1Email": "sample string 20",
  "approver2Email": "sample string 21",
  "totalRecord": 22,
  "rfpContractID": 1,
  "contractCode": "sample string 23",
  "contractName": "sample string 24",
  "contractStartDate": "2025-07-17T04:14:45.2984457+00:00",
  "contractCompleteDate": "2025-07-17T04:14:45.2984457+00:00",
  "rfpContractFilesList": [
    {
      "rfpContractFileID": 1,
      "rfpContractID": 1,
      "rfpid": 1,
      "actualFileName": "sample string 1",
      "renamedFileName": "sample string 2",
      "addedBy": 1,
      "llid": 1
    },
    {
      "rfpContractFileID": 1,
      "rfpContractID": 1,
      "rfpid": 1,
      "actualFileName": "sample string 1",
      "renamedFileName": "sample string 2",
      "addedBy": 1,
      "llid": 1
    }
  ],
  "faultCode": "sample string 25",
  "customerCompanyName": "sample string 26",
  "rfpTags": [
    {
      "rfpid": 1,
      "tagID": 2,
      "tagName": "sample string 3",
      "tagCode": "sample string 4",
      "colorCode": "sample string 5"
    },
    {
      "rfpid": 1,
      "tagID": 2,
      "tagName": "sample string 3",
      "tagCode": "sample string 4",
      "colorCode": "sample string 5"
    }
  ],
  "contactPersonID": 1,
  "customerAddressType": 1,
  "marketID": 1,
  "subMarketID": 1,
  "marketName": "sample string 27",
  "contractAwardedDate": "2025-07-17T04:14:45.2984457+00:00",
  "rfpConExpFilesList": [
    {
      "rfpFileID": 1,
      "rfpid": 2,
      "actualFileName": "sample string 3",
      "fileFullPath": "sample string 4",
      "fileRelativePath": "sample string 5",
      "renamedFileName": "sample string 6",
      "cmmsCompanyID": 7,
      "addedBy": 8,
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "isSendAsAttachment": true
    },
    {
      "rfpFileID": 1,
      "rfpid": 2,
      "actualFileName": "sample string 3",
      "fileFullPath": "sample string 4",
      "fileRelativePath": "sample string 5",
      "renamedFileName": "sample string 6",
      "cmmsCompanyID": 7,
      "addedBy": 8,
      "addedDate": "2025-07-17T04:14:45.2984457+00:00",
      "isSendAsAttachment": true
    }
  ]
}

application/xml, text/xml

Sample:
<RFPResultDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">
  <AddedBy>18</AddedBy>
  <AddedByName>sample string 19</AddedByName>
  <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
  <ApprovedBy1>1</ApprovedBy1>
  <ApprovedBy2>1</ApprovedBy2>
  <Approver1Email>sample string 20</Approver1Email>
  <Approver2Email>sample string 21</Approver2Email>
  <CMMSCompanyID>1</CMMSCompanyID>
  <ConstructionExpectations>sample string 16</ConstructionExpectations>
  <ContactPersonID>1</ContactPersonID>
  <ContractAwardedDate>2025-07-17T04:14:45.2984457+00:00</ContractAwardedDate>
  <ContractCode>sample string 23</ContractCode>
  <ContractCompleteDate>2025-07-17T04:14:45.2984457+00:00</ContractCompleteDate>
  <ContractName>sample string 24</ContractName>
  <ContractStartDate>2025-07-17T04:14:45.2984457+00:00</ContractStartDate>
  <CustomerAddressType>1</CustomerAddressType>
  <CustomerCompanyName>sample string 26</CustomerCompanyName>
  <CustomerID>1</CustomerID>
  <CustomerName>sample string 14</CustomerName>
  <FaultCode>sample string 25</FaultCode>
  <IsJob>true</IsJob>
  <JobDescription>sample string 6</JobDescription>
  <JobID>1</JobID>
  <JobName>sample string 5</JobName>
  <JobNumber>sample string 4</JobNumber>
  <MarketID>1</MarketID>
  <MarketName>sample string 27</MarketName>
  <ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate>
  <Note>sample string 15</Note>
  <OpportunityCode>sample string 11</OpportunityCode>
  <OpportunityDescription>sample string 13</OpportunityDescription>
  <OpportunityID>1</OpportunityID>
  <OpportunityName>sample string 12</OpportunityName>
  <ParentStatusID>1</ParentStatusID>
  <PreBidMeetingDate>2025-07-17T04:14:45.2984457+00:00</PreBidMeetingDate>
  <ProjectCode>sample string 9</ProjectCode>
  <ProjectDescription>sample string 10</ProjectDescription>
  <ProjectID>1</ProjectID>
  <ProjectName>sample string 8</ProjectName>
  <RFPConExpFilesList>
    <RFPFilesResultDataModel>
      <ActualFileName>sample string 3</ActualFileName>
      <AddedBy>8</AddedBy>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <CMMSCompanyID>7</CMMSCompanyID>
      <FileFullPath>sample string 4</FileFullPath>
      <FileRelativePath>sample string 5</FileRelativePath>
      <IsSendAsAttachment>true</IsSendAsAttachment>
      <RFPFileID>1</RFPFileID>
      <RFPID>2</RFPID>
      <RenamedFileName>sample string 6</RenamedFileName>
    </RFPFilesResultDataModel>
    <RFPFilesResultDataModel>
      <ActualFileName>sample string 3</ActualFileName>
      <AddedBy>8</AddedBy>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <CMMSCompanyID>7</CMMSCompanyID>
      <FileFullPath>sample string 4</FileFullPath>
      <FileRelativePath>sample string 5</FileRelativePath>
      <IsSendAsAttachment>true</IsSendAsAttachment>
      <RFPFileID>1</RFPFileID>
      <RFPID>2</RFPID>
      <RenamedFileName>sample string 6</RenamedFileName>
    </RFPFilesResultDataModel>
  </RFPConExpFilesList>
  <RFPContractFilesList>
    <RFPContractFilesResultDataModel>
      <ActualFileName>sample string 1</ActualFileName>
      <AddedBy>1</AddedBy>
      <LLID>1</LLID>
      <RFPContractFileID>1</RFPContractFileID>
      <RFPContractID>1</RFPContractID>
      <RFPID>1</RFPID>
      <RenamedFileName>sample string 2</RenamedFileName>
    </RFPContractFilesResultDataModel>
    <RFPContractFilesResultDataModel>
      <ActualFileName>sample string 1</ActualFileName>
      <AddedBy>1</AddedBy>
      <LLID>1</LLID>
      <RFPContractFileID>1</RFPContractFileID>
      <RFPContractID>1</RFPContractID>
      <RFPID>1</RFPID>
      <RenamedFileName>sample string 2</RenamedFileName>
    </RFPContractFilesResultDataModel>
  </RFPContractFilesList>
  <RFPContractID>1</RFPContractID>
  <RFPDate>2025-07-17T04:14:45.2984457+00:00</RFPDate>
  <RFPEndDate>2025-07-17T04:14:45.2984457+00:00</RFPEndDate>
  <RFPExtVendorList>
    <RFPExtVendorResultDataModel>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <ExtContractorEmail>sample string 3</ExtContractorEmail>
      <ExtContractorID>2</ExtContractorID>
      <IsCreatedMailSent>true</IsCreatedMailSent>
      <ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate>
      <RFPID>1</RFPID>
    </RFPExtVendorResultDataModel>
    <RFPExtVendorResultDataModel>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <ExtContractorEmail>sample string 3</ExtContractorEmail>
      <ExtContractorID>2</ExtContractorID>
      <IsCreatedMailSent>true</IsCreatedMailSent>
      <ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate>
      <RFPID>1</RFPID>
    </RFPExtVendorResultDataModel>
  </RFPExtVendorList>
  <RFPFilesList>
    <RFPFilesResultDataModel>
      <ActualFileName>sample string 3</ActualFileName>
      <AddedBy>8</AddedBy>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <CMMSCompanyID>7</CMMSCompanyID>
      <FileFullPath>sample string 4</FileFullPath>
      <FileRelativePath>sample string 5</FileRelativePath>
      <IsSendAsAttachment>true</IsSendAsAttachment>
      <RFPFileID>1</RFPFileID>
      <RFPID>2</RFPID>
      <RenamedFileName>sample string 6</RenamedFileName>
    </RFPFilesResultDataModel>
    <RFPFilesResultDataModel>
      <ActualFileName>sample string 3</ActualFileName>
      <AddedBy>8</AddedBy>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <CMMSCompanyID>7</CMMSCompanyID>
      <FileFullPath>sample string 4</FileFullPath>
      <FileRelativePath>sample string 5</FileRelativePath>
      <IsSendAsAttachment>true</IsSendAsAttachment>
      <RFPFileID>1</RFPFileID>
      <RFPID>2</RFPID>
      <RenamedFileName>sample string 6</RenamedFileName>
    </RFPFilesResultDataModel>
  </RFPFilesList>
  <RFPID>1</RFPID>
  <RFPNO>sample string 2</RFPNO>
  <RFPSignatureList>
    <RFPSignatureResultDataModel>
      <ActualFileName>sample string 2</ActualFileName>
      <AddedBy>1</AddedBy>
      <RFPID>1</RFPID>
      <RenamedFileName>sample string 3</RenamedFileName>
      <SignatoryName>sample string 4</SignatoryName>
      <SignatureDate>2025-07-17T04:14:45.2984457+00:00</SignatureDate>
      <SignatureType>5</SignatureType>
    </RFPSignatureResultDataModel>
    <RFPSignatureResultDataModel>
      <ActualFileName>sample string 2</ActualFileName>
      <AddedBy>1</AddedBy>
      <RFPID>1</RFPID>
      <RenamedFileName>sample string 3</RenamedFileName>
      <SignatoryName>sample string 4</SignatoryName>
      <SignatureDate>2025-07-17T04:14:45.2984457+00:00</SignatureDate>
      <SignatureType>5</SignatureType>
    </RFPSignatureResultDataModel>
  </RFPSignatureList>
  <RFPTags>
    <RFPTagResultDataModel>
      <ColorCode>sample string 5</ColorCode>
      <RFPID>1</RFPID>
      <TagCode>sample string 4</TagCode>
      <TagID>2</TagID>
      <TagName>sample string 3</TagName>
    </RFPTagResultDataModel>
    <RFPTagResultDataModel>
      <ColorCode>sample string 5</ColorCode>
      <RFPID>1</RFPID>
      <TagCode>sample string 4</TagCode>
      <TagID>2</TagID>
      <TagName>sample string 3</TagName>
    </RFPTagResultDataModel>
  </RFPTags>
  <RFPTitle>sample string 3</RFPTitle>
  <RFPVendorList>
    <RFPVendorResultDataModel>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <CompanyName>sample string 3</CompanyName>
      <ContractorEmail>sample string 4</ContractorEmail>
      <IsCreatedMailSent>true</IsCreatedMailSent>
      <IsRecomended>true</IsRecomended>
      <ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate>
      <Note>sample string 5</Note>
      <RFPAdminFees>6</RFPAdminFees>
      <RFPID>1</RFPID>
      <RFPSubContractorItemID>2</RFPSubContractorItemID>
      <SubContractorID>1</SubContractorID>
    </RFPVendorResultDataModel>
    <RFPVendorResultDataModel>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <CompanyName>sample string 3</CompanyName>
      <ContractorEmail>sample string 4</ContractorEmail>
      <IsCreatedMailSent>true</IsCreatedMailSent>
      <IsRecomended>true</IsRecomended>
      <ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate>
      <Note>sample string 5</Note>
      <RFPAdminFees>6</RFPAdminFees>
      <RFPID>1</RFPID>
      <RFPSubContractorItemID>2</RFPSubContractorItemID>
      <SubContractorID>1</SubContractorID>
    </RFPVendorResultDataModel>
  </RFPVendorList>
  <RFPWorkItemList>
    <RFPWorkItemResultDataModel>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <CostType>6</CostType>
      <CostTypeName>sample string 7</CostTypeName>
      <DueDate>2025-07-17T04:14:45.2984457+00:00</DueDate>
      <ItemDescription>sample string 3</ItemDescription>
      <ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate>
      <OtherNote>sample string 4</OtherNote>
      <QTY>8</QTY>
      <RFPID>1</RFPID>
      <RFPItemID>2</RFPItemID>
      <RFPWorkCostID>5</RFPWorkCostID>
      <UoM>sample string 9</UoM>
      <UoMID>1</UoMID>
    </RFPWorkItemResultDataModel>
    <RFPWorkItemResultDataModel>
      <AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate>
      <CostType>6</CostType>
      <CostTypeName>sample string 7</CostTypeName>
      <DueDate>2025-07-17T04:14:45.2984457+00:00</DueDate>
      <ItemDescription>sample string 3</ItemDescription>
      <ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate>
      <OtherNote>sample string 4</OtherNote>
      <QTY>8</QTY>
      <RFPID>1</RFPID>
      <RFPItemID>2</RFPItemID>
      <RFPWorkCostID>5</RFPWorkCostID>
      <UoM>sample string 9</UoM>
      <UoMID>1</UoMID>
    </RFPWorkItemResultDataModel>
  </RFPWorkItemList>
  <StatusID>1</StatusID>
  <StatusName>sample string 17</StatusName>
  <SubMarketID>1</SubMarketID>
  <TotalRecord>22</TotalRecord>
</RFPResultDataModel>

multipart/form-data

Sample:
<RFPResultDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><AddedBy>18</AddedBy><AddedByName>sample string 19</AddedByName><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><ApprovedBy1>1</ApprovedBy1><ApprovedBy2>1</ApprovedBy2><Approver1Email>sample string 20</Approver1Email><Approver2Email>sample string 21</Approver2Email><CMMSCompanyID>1</CMMSCompanyID><ConstructionExpectations>sample string 16</ConstructionExpectations><ContactPersonID>1</ContactPersonID><ContractAwardedDate>2025-07-17T04:14:45.2984457+00:00</ContractAwardedDate><ContractCode>sample string 23</ContractCode><ContractCompleteDate>2025-07-17T04:14:45.2984457+00:00</ContractCompleteDate><ContractName>sample string 24</ContractName><ContractStartDate>2025-07-17T04:14:45.2984457+00:00</ContractStartDate><CustomerAddressType>1</CustomerAddressType><CustomerCompanyName>sample string 26</CustomerCompanyName><CustomerID>1</CustomerID><CustomerName>sample string 14</CustomerName><FaultCode>sample string 25</FaultCode><IsJob>true</IsJob><JobDescription>sample string 6</JobDescription><JobID>1</JobID><JobName>sample string 5</JobName><JobNumber>sample string 4</JobNumber><MarketID>1</MarketID><MarketName>sample string 27</MarketName><ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate><Note>sample string 15</Note><OpportunityCode>sample string 11</OpportunityCode><OpportunityDescription>sample string 13</OpportunityDescription><OpportunityID>1</OpportunityID><OpportunityName>sample string 12</OpportunityName><ParentStatusID>1</ParentStatusID><PreBidMeetingDate>2025-07-17T04:14:45.2984457+00:00</PreBidMeetingDate><ProjectCode>sample string 9</ProjectCode><ProjectDescription>sample string 10</ProjectDescription><ProjectID>1</ProjectID><ProjectName>sample string 8</ProjectName><RFPConExpFilesList><RFPFilesResultDataModel><ActualFileName>sample string 3</ActualFileName><AddedBy>8</AddedBy><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><CMMSCompanyID>7</CMMSCompanyID><FileFullPath>sample string 4</FileFullPath><FileRelativePath>sample string 5</FileRelativePath><IsSendAsAttachment>true</IsSendAsAttachment><RFPFileID>1</RFPFileID><RFPID>2</RFPID><RenamedFileName>sample string 6</RenamedFileName></RFPFilesResultDataModel><RFPFilesResultDataModel><ActualFileName>sample string 3</ActualFileName><AddedBy>8</AddedBy><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><CMMSCompanyID>7</CMMSCompanyID><FileFullPath>sample string 4</FileFullPath><FileRelativePath>sample string 5</FileRelativePath><IsSendAsAttachment>true</IsSendAsAttachment><RFPFileID>1</RFPFileID><RFPID>2</RFPID><RenamedFileName>sample string 6</RenamedFileName></RFPFilesResultDataModel></RFPConExpFilesList><RFPContractFilesList><RFPContractFilesResultDataModel><ActualFileName>sample string 1</ActualFileName><AddedBy>1</AddedBy><LLID>1</LLID><RFPContractFileID>1</RFPContractFileID><RFPContractID>1</RFPContractID><RFPID>1</RFPID><RenamedFileName>sample string 2</RenamedFileName></RFPContractFilesResultDataModel><RFPContractFilesResultDataModel><ActualFileName>sample string 1</ActualFileName><AddedBy>1</AddedBy><LLID>1</LLID><RFPContractFileID>1</RFPContractFileID><RFPContractID>1</RFPContractID><RFPID>1</RFPID><RenamedFileName>sample string 2</RenamedFileName></RFPContractFilesResultDataModel></RFPContractFilesList><RFPContractID>1</RFPContractID><RFPDate>2025-07-17T04:14:45.2984457+00:00</RFPDate><RFPEndDate>2025-07-17T04:14:45.2984457+00:00</RFPEndDate><RFPExtVendorList><RFPExtVendorResultDataModel><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><ExtContractorEmail>sample string 3</ExtContractorEmail><ExtContractorID>2</ExtContractorID><IsCreatedMailSent>true</IsCreatedMailSent><ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate><RFPID>1</RFPID></RFPExtVendorResultDataModel><RFPExtVendorResultDataModel><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><ExtContractorEmail>sample string 3</ExtContractorEmail><ExtContractorID>2</ExtContractorID><IsCreatedMailSent>true</IsCreatedMailSent><ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate><RFPID>1</RFPID></RFPExtVendorResultDataModel></RFPExtVendorList><RFPFilesList><RFPFilesResultDataModel><ActualFileName>sample string 3</ActualFileName><AddedBy>8</AddedBy><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><CMMSCompanyID>7</CMMSCompanyID><FileFullPath>sample string 4</FileFullPath><FileRelativePath>sample string 5</FileRelativePath><IsSendAsAttachment>true</IsSendAsAttachment><RFPFileID>1</RFPFileID><RFPID>2</RFPID><RenamedFileName>sample string 6</RenamedFileName></RFPFilesResultDataModel><RFPFilesResultDataModel><ActualFileName>sample string 3</ActualFileName><AddedBy>8</AddedBy><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><CMMSCompanyID>7</CMMSCompanyID><FileFullPath>sample string 4</FileFullPath><FileRelativePath>sample string 5</FileRelativePath><IsSendAsAttachment>true</IsSendAsAttachment><RFPFileID>1</RFPFileID><RFPID>2</RFPID><RenamedFileName>sample string 6</RenamedFileName></RFPFilesResultDataModel></RFPFilesList><RFPID>1</RFPID><RFPNO>sample string 2</RFPNO><RFPSignatureList><RFPSignatureResultDataModel><ActualFileName>sample string 2</ActualFileName><AddedBy>1</AddedBy><RFPID>1</RFPID><RenamedFileName>sample string 3</RenamedFileName><SignatoryName>sample string 4</SignatoryName><SignatureDate>2025-07-17T04:14:45.2984457+00:00</SignatureDate><SignatureType>5</SignatureType></RFPSignatureResultDataModel><RFPSignatureResultDataModel><ActualFileName>sample string 2</ActualFileName><AddedBy>1</AddedBy><RFPID>1</RFPID><RenamedFileName>sample string 3</RenamedFileName><SignatoryName>sample string 4</SignatoryName><SignatureDate>2025-07-17T04:14:45.2984457+00:00</SignatureDate><SignatureType>5</SignatureType></RFPSignatureResultDataModel></RFPSignatureList><RFPTags><RFPTagResultDataModel><ColorCode>sample string 5</ColorCode><RFPID>1</RFPID><TagCode>sample string 4</TagCode><TagID>2</TagID><TagName>sample string 3</TagName></RFPTagResultDataModel><RFPTagResultDataModel><ColorCode>sample string 5</ColorCode><RFPID>1</RFPID><TagCode>sample string 4</TagCode><TagID>2</TagID><TagName>sample string 3</TagName></RFPTagResultDataModel></RFPTags><RFPTitle>sample string 3</RFPTitle><RFPVendorList><RFPVendorResultDataModel><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><CompanyName>sample string 3</CompanyName><ContractorEmail>sample string 4</ContractorEmail><IsCreatedMailSent>true</IsCreatedMailSent><IsRecomended>true</IsRecomended><ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate><Note>sample string 5</Note><RFPAdminFees>6</RFPAdminFees><RFPID>1</RFPID><RFPSubContractorItemID>2</RFPSubContractorItemID><SubContractorID>1</SubContractorID></RFPVendorResultDataModel><RFPVendorResultDataModel><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><CompanyName>sample string 3</CompanyName><ContractorEmail>sample string 4</ContractorEmail><IsCreatedMailSent>true</IsCreatedMailSent><IsRecomended>true</IsRecomended><ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate><Note>sample string 5</Note><RFPAdminFees>6</RFPAdminFees><RFPID>1</RFPID><RFPSubContractorItemID>2</RFPSubContractorItemID><SubContractorID>1</SubContractorID></RFPVendorResultDataModel></RFPVendorList><RFPWorkItemList><RFPWorkItemResultDataModel><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><CostType>6</CostType><CostTypeName>sample string 7</CostTypeName><DueDate>2025-07-17T04:14:45.2984457+00:00</DueDate><ItemDescription>sample string 3</ItemDescription><ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate><OtherNote>sample string 4</OtherNote><QTY>8</QTY><RFPID>1</RFPID><RFPItemID>2</RFPItemID><RFPWorkCostID>5</RFPWorkCostID><UoM>sample string 9</UoM><UoMID>1</UoMID></RFPWorkItemResultDataModel><RFPWorkItemResultDataModel><AddedDate>2025-07-17T04:14:45.2984457+00:00</AddedDate><CostType>6</CostType><CostTypeName>sample string 7</CostTypeName><DueDate>2025-07-17T04:14:45.2984457+00:00</DueDate><ItemDescription>sample string 3</ItemDescription><ModifiedDate>2025-07-17T04:14:45.2984457+00:00</ModifiedDate><OtherNote>sample string 4</OtherNote><QTY>8</QTY><RFPID>1</RFPID><RFPItemID>2</RFPItemID><RFPWorkCostID>5</RFPWorkCostID><UoM>sample string 9</UoM><UoMID>1</UoMID></RFPWorkItemResultDataModel></RFPWorkItemList><StatusID>1</StatusID><StatusName>sample string 17</StatusName><SubMarketID>1</SubMarketID><TotalRecord>22</TotalRecord></RFPResultDataModel>