POST AddQuoteV2

Request Information

URI Parameters

None.

Body Parameters

QuotationRequest
NameDescriptionTypeAdditional information
Id

integer

None.

QuotationName

string

None.

CreatedBy

integer

None.

CreatedDate

string

None.

UpdatedBy

integer

None.

UpdatedDate

string

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

UserId

integer

None.

ArrangementDetails

Collection of ArrangementRequest

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "QuotationName": "sample string 2",
  "CreatedBy": 3,
  "CreatedDate": "sample string 4",
  "UpdatedBy": 5,
  "UpdatedDate": "sample string 6",
  "IsActive": true,
  "IsDeleted": true,
  "UserId": 9,
  "ArrangementDetails": [
    {
      "Id": 1,
      "QuotationId": 2,
      "ItemName": "sample string 3",
      "Currency": "sample string 4",
      "NetRate": 5.0,
      "ROE": 6.0,
      "MarkUpPercentage": 7.0,
      "MarkUpDollar": 8.0,
      "TotalAmount": 9.0,
      "Notes": "sample string 10",
      "Attachment": "sample string 11",
      "CreatedBy": 12,
      "CreatedDate": "sample string 13",
      "IsActive": true,
      "IsDeleted": true,
      "UpdatedBy": 16,
      "UpdatedDate": "sample string 17"
    },
    {
      "Id": 1,
      "QuotationId": 2,
      "ItemName": "sample string 3",
      "Currency": "sample string 4",
      "NetRate": 5.0,
      "ROE": 6.0,
      "MarkUpPercentage": 7.0,
      "MarkUpDollar": 8.0,
      "TotalAmount": 9.0,
      "Notes": "sample string 10",
      "Attachment": "sample string 11",
      "CreatedBy": 12,
      "CreatedDate": "sample string 13",
      "IsActive": true,
      "IsDeleted": true,
      "UpdatedBy": 16,
      "UpdatedDate": "sample string 17"
    }
  ]
}

application/xml, text/xml

Sample:
<QuotationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Quotation">
  <ArrangementDetails>
    <ArrangementRequest>
      <Attachment>sample string 11</Attachment>
      <CreatedBy>12</CreatedBy>
      <CreatedDate>sample string 13</CreatedDate>
      <Currency>sample string 4</Currency>
      <Id>1</Id>
      <IsActive>true</IsActive>
      <IsDeleted>true</IsDeleted>
      <ItemName>sample string 3</ItemName>
      <MarkUpDollar>8</MarkUpDollar>
      <MarkUpPercentage>7</MarkUpPercentage>
      <NetRate>5</NetRate>
      <Notes>sample string 10</Notes>
      <QuotationId>2</QuotationId>
      <ROE>6</ROE>
      <TotalAmount>9</TotalAmount>
      <UpdatedBy>16</UpdatedBy>
      <UpdatedDate>sample string 17</UpdatedDate>
    </ArrangementRequest>
    <ArrangementRequest>
      <Attachment>sample string 11</Attachment>
      <CreatedBy>12</CreatedBy>
      <CreatedDate>sample string 13</CreatedDate>
      <Currency>sample string 4</Currency>
      <Id>1</Id>
      <IsActive>true</IsActive>
      <IsDeleted>true</IsDeleted>
      <ItemName>sample string 3</ItemName>
      <MarkUpDollar>8</MarkUpDollar>
      <MarkUpPercentage>7</MarkUpPercentage>
      <NetRate>5</NetRate>
      <Notes>sample string 10</Notes>
      <QuotationId>2</QuotationId>
      <ROE>6</ROE>
      <TotalAmount>9</TotalAmount>
      <UpdatedBy>16</UpdatedBy>
      <UpdatedDate>sample string 17</UpdatedDate>
    </ArrangementRequest>
  </ArrangementDetails>
  <CreatedBy>3</CreatedBy>
  <CreatedDate>sample string 4</CreatedDate>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <QuotationName>sample string 2</QuotationName>
  <UpdatedBy>5</UpdatedBy>
  <UpdatedDate>sample string 6</UpdatedDate>
  <UserId>9</UserId>
</QuotationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.