GET api/NewRFQ/SendApprovedEmail

Request Information

URI Parameters

None.

Body Parameters

RFQHeaderResponse
NameDescriptionTypeAdditional information
RFQCode

string

None.

RFQID

integer

None.

ClientId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

RequesterName

string

None.

RequesterEmail

string

None.

Latitude

string

None.

Longitude

string

None.

MasterClientId

integer

None.

FromMail

string

None.

TickImage

string

None.

RFQProperties

Collection of RFQApproveProperty

None.

Request Formats

application/json, text/json

Sample:
{
  "RFQCode": "sample string 1",
  "RFQID": 2,
  "ClientId": 3,
  "CreatedDate": "2025-12-26T18:09:48.6402136+05:30",
  "ModifiedDate": "2025-12-26T18:09:48.6402136+05:30",
  "RequesterName": "sample string 6",
  "RequesterEmail": "sample string 7",
  "Latitude": "sample string 8",
  "Longitude": "sample string 9",
  "MasterClientId": 10,
  "FromMail": "sample string 11",
  "TickImage": "sample string 12",
  "RFQProperties": [
    {
      "RFQID": 1,
      "PropertyId": 2,
      "IndproId": 3,
      "PropertyName": "sample string 4",
      "LocalityArea": "sample string 5",
      "State": "sample string 6",
      "City": "sample string 7",
      "PropertyAddress": "sample string 8",
      "Email": "sample string 9",
      "Phone": "sample string 10",
      "RFQRoomCharges": [
        {
          "IhdpropID": 1,
          "PropertyId": 2,
          "Id": 3,
          "RoomType": "sample string 4",
          "SigleRate": 5.0,
          "DoubleRate": 6.0,
          "MealPlan": "sample string 7",
          "CreatedDate": "2025-12-26T18:09:48.6412054+05:30",
          "ModifiedDate": "2025-12-26T18:09:48.6412054+05:30",
          "NegotiatedCount": 10
        },
        {
          "IhdpropID": 1,
          "PropertyId": 2,
          "Id": 3,
          "RoomType": "sample string 4",
          "SigleRate": 5.0,
          "DoubleRate": 6.0,
          "MealPlan": "sample string 7",
          "CreatedDate": "2025-12-26T18:09:48.6412054+05:30",
          "ModifiedDate": "2025-12-26T18:09:48.6412054+05:30",
          "NegotiatedCount": 10
        }
      ]
    },
    {
      "RFQID": 1,
      "PropertyId": 2,
      "IndproId": 3,
      "PropertyName": "sample string 4",
      "LocalityArea": "sample string 5",
      "State": "sample string 6",
      "City": "sample string 7",
      "PropertyAddress": "sample string 8",
      "Email": "sample string 9",
      "Phone": "sample string 10",
      "RFQRoomCharges": [
        {
          "IhdpropID": 1,
          "PropertyId": 2,
          "Id": 3,
          "RoomType": "sample string 4",
          "SigleRate": 5.0,
          "DoubleRate": 6.0,
          "MealPlan": "sample string 7",
          "CreatedDate": "2025-12-26T18:09:48.6412054+05:30",
          "ModifiedDate": "2025-12-26T18:09:48.6412054+05:30",
          "NegotiatedCount": 10
        },
        {
          "IhdpropID": 1,
          "PropertyId": 2,
          "Id": 3,
          "RoomType": "sample string 4",
          "SigleRate": 5.0,
          "DoubleRate": 6.0,
          "MealPlan": "sample string 7",
          "CreatedDate": "2025-12-26T18:09:48.6412054+05:30",
          "ModifiedDate": "2025-12-26T18:09:48.6412054+05:30",
          "NegotiatedCount": 10
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<RFQHeaderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mice_RFQ_API.Models">
  <ClientId>3</ClientId>
  <CreatedDate>2025-12-26T18:09:48.6402136+05:30</CreatedDate>
  <FromMail>sample string 11</FromMail>
  <Latitude>sample string 8</Latitude>
  <Longitude>sample string 9</Longitude>
  <MasterClientId>10</MasterClientId>
  <ModifiedDate>2025-12-26T18:09:48.6402136+05:30</ModifiedDate>
  <RFQCode>sample string 1</RFQCode>
  <RFQID>2</RFQID>
  <RFQProperties>
    <RFQApproveProperty>
      <City>sample string 7</City>
      <Email>sample string 9</Email>
      <IndproId>3</IndproId>
      <LocalityArea>sample string 5</LocalityArea>
      <Phone>sample string 10</Phone>
      <PropertyAddress>sample string 8</PropertyAddress>
      <PropertyId>2</PropertyId>
      <PropertyName>sample string 4</PropertyName>
      <RFQID>1</RFQID>
      <RFQRoomCharges>
        <RFQApproveRoomCharge>
          <CreatedDate>2025-12-26T18:09:48.6412054+05:30</CreatedDate>
          <DoubleRate>6</DoubleRate>
          <Id>3</Id>
          <IhdpropID>1</IhdpropID>
          <MealPlan>sample string 7</MealPlan>
          <ModifiedDate>2025-12-26T18:09:48.6412054+05:30</ModifiedDate>
          <NegotiatedCount>10</NegotiatedCount>
          <PropertyId>2</PropertyId>
          <RoomType>sample string 4</RoomType>
          <SigleRate>5</SigleRate>
        </RFQApproveRoomCharge>
        <RFQApproveRoomCharge>
          <CreatedDate>2025-12-26T18:09:48.6412054+05:30</CreatedDate>
          <DoubleRate>6</DoubleRate>
          <Id>3</Id>
          <IhdpropID>1</IhdpropID>
          <MealPlan>sample string 7</MealPlan>
          <ModifiedDate>2025-12-26T18:09:48.6412054+05:30</ModifiedDate>
          <NegotiatedCount>10</NegotiatedCount>
          <PropertyId>2</PropertyId>
          <RoomType>sample string 4</RoomType>
          <SigleRate>5</SigleRate>
        </RFQApproveRoomCharge>
      </RFQRoomCharges>
      <State>sample string 6</State>
    </RFQApproveProperty>
    <RFQApproveProperty>
      <City>sample string 7</City>
      <Email>sample string 9</Email>
      <IndproId>3</IndproId>
      <LocalityArea>sample string 5</LocalityArea>
      <Phone>sample string 10</Phone>
      <PropertyAddress>sample string 8</PropertyAddress>
      <PropertyId>2</PropertyId>
      <PropertyName>sample string 4</PropertyName>
      <RFQID>1</RFQID>
      <RFQRoomCharges>
        <RFQApproveRoomCharge>
          <CreatedDate>2025-12-26T18:09:48.6412054+05:30</CreatedDate>
          <DoubleRate>6</DoubleRate>
          <Id>3</Id>
          <IhdpropID>1</IhdpropID>
          <MealPlan>sample string 7</MealPlan>
          <ModifiedDate>2025-12-26T18:09:48.6412054+05:30</ModifiedDate>
          <NegotiatedCount>10</NegotiatedCount>
          <PropertyId>2</PropertyId>
          <RoomType>sample string 4</RoomType>
          <SigleRate>5</SigleRate>
        </RFQApproveRoomCharge>
        <RFQApproveRoomCharge>
          <CreatedDate>2025-12-26T18:09:48.6412054+05:30</CreatedDate>
          <DoubleRate>6</DoubleRate>
          <Id>3</Id>
          <IhdpropID>1</IhdpropID>
          <MealPlan>sample string 7</MealPlan>
          <ModifiedDate>2025-12-26T18:09:48.6412054+05:30</ModifiedDate>
          <NegotiatedCount>10</NegotiatedCount>
          <PropertyId>2</PropertyId>
          <RoomType>sample string 4</RoomType>
          <SigleRate>5</SigleRate>
        </RFQApproveRoomCharge>
      </RFQRoomCharges>
      <State>sample string 6</State>
    </RFQApproveProperty>
  </RFQProperties>
  <RequesterEmail>sample string 7</RequesterEmail>
  <RequesterName>sample string 6</RequesterName>
  <TickImage>sample string 12</TickImage>
</RFQHeaderResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.