POST v1/Quotation/GetQuoteById?QuotationId={QuotationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| QuotationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of QuotationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| QuotationName | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| Attachment | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| ClientName | string |
None. |
|
| Notes | string |
None. |
|
| ArrangementDetails | Collection of ArrangementRequest |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"QuotationName": "sample string 2",
"CreatedBy": 3,
"CreatedDate": "2025-12-15T22:16:57.261155+00:00",
"UpdatedBy": 5,
"UpdatedDate": "2025-12-15T22:16:57.261155+00:00",
"IsActive": true,
"Attachment": "sample string 8",
"IsDeleted": true,
"ClientName": "sample string 10",
"Notes": "sample string 11",
"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,
"CreatedBy": 10,
"CreatedDate": "2025-12-15T22:16:57.261155+00:00",
"IsActive": true,
"IsDeleted": true,
"UpdatedBy": 14,
"UpdatedDate": "2025-12-15T22:16:57.261155+00:00",
"Unit": 16
},
{
"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,
"CreatedBy": 10,
"CreatedDate": "2025-12-15T22:16:57.261155+00:00",
"IsActive": true,
"IsDeleted": true,
"UpdatedBy": 14,
"UpdatedDate": "2025-12-15T22:16:57.261155+00:00",
"Unit": 16
}
]
},
{
"Id": 1,
"QuotationName": "sample string 2",
"CreatedBy": 3,
"CreatedDate": "2025-12-15T22:16:57.261155+00:00",
"UpdatedBy": 5,
"UpdatedDate": "2025-12-15T22:16:57.261155+00:00",
"IsActive": true,
"Attachment": "sample string 8",
"IsDeleted": true,
"ClientName": "sample string 10",
"Notes": "sample string 11",
"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,
"CreatedBy": 10,
"CreatedDate": "2025-12-15T22:16:57.261155+00:00",
"IsActive": true,
"IsDeleted": true,
"UpdatedBy": 14,
"UpdatedDate": "2025-12-15T22:16:57.261155+00:00",
"Unit": 16
},
{
"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,
"CreatedBy": 10,
"CreatedDate": "2025-12-15T22:16:57.261155+00:00",
"IsActive": true,
"IsDeleted": true,
"UpdatedBy": 14,
"UpdatedDate": "2025-12-15T22:16:57.261155+00:00",
"Unit": 16
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfQuotationDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.AzrTravelApi.Model.Quotation">
<QuotationDetail>
<ArrangementDetails>
<ArrangementRequest>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-15T22:16:57.261155+00:00</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>
<QuotationId>2</QuotationId>
<ROE>6</ROE>
<TotalAmount>9</TotalAmount>
<Unit>16</Unit>
<UpdatedBy>14</UpdatedBy>
<UpdatedDate>2025-12-15T22:16:57.261155+00:00</UpdatedDate>
</ArrangementRequest>
<ArrangementRequest>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-15T22:16:57.261155+00:00</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>
<QuotationId>2</QuotationId>
<ROE>6</ROE>
<TotalAmount>9</TotalAmount>
<Unit>16</Unit>
<UpdatedBy>14</UpdatedBy>
<UpdatedDate>2025-12-15T22:16:57.261155+00:00</UpdatedDate>
</ArrangementRequest>
</ArrangementDetails>
<Attachment>sample string 8</Attachment>
<ClientName>sample string 10</ClientName>
<CreatedBy>3</CreatedBy>
<CreatedDate>2025-12-15T22:16:57.261155+00:00</CreatedDate>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<Notes>sample string 11</Notes>
<QuotationName>sample string 2</QuotationName>
<UpdatedBy>5</UpdatedBy>
<UpdatedDate>2025-12-15T22:16:57.261155+00:00</UpdatedDate>
</QuotationDetail>
<QuotationDetail>
<ArrangementDetails>
<ArrangementRequest>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-15T22:16:57.261155+00:00</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>
<QuotationId>2</QuotationId>
<ROE>6</ROE>
<TotalAmount>9</TotalAmount>
<Unit>16</Unit>
<UpdatedBy>14</UpdatedBy>
<UpdatedDate>2025-12-15T22:16:57.261155+00:00</UpdatedDate>
</ArrangementRequest>
<ArrangementRequest>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-15T22:16:57.261155+00:00</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>
<QuotationId>2</QuotationId>
<ROE>6</ROE>
<TotalAmount>9</TotalAmount>
<Unit>16</Unit>
<UpdatedBy>14</UpdatedBy>
<UpdatedDate>2025-12-15T22:16:57.261155+00:00</UpdatedDate>
</ArrangementRequest>
</ArrangementDetails>
<Attachment>sample string 8</Attachment>
<ClientName>sample string 10</ClientName>
<CreatedBy>3</CreatedBy>
<CreatedDate>2025-12-15T22:16:57.261155+00:00</CreatedDate>
<Id>1</Id>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<Notes>sample string 11</Notes>
<QuotationName>sample string 2</QuotationName>
<UpdatedBy>5</UpdatedBy>
<UpdatedDate>2025-12-15T22:16:57.261155+00:00</UpdatedDate>
</QuotationDetail>
</ArrayOfQuotationDetail>