GET api/ServiceQuotationDetail/{id}?DataType={DataType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| DataType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceQuotationDetailViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceQuotationDetailId | integer |
None. |
|
| ServiceQuotationId | integer |
None. |
|
| SlNo | integer |
None. |
|
| ServiceId | integer |
None. |
|
| ServiceName | string |
None. |
|
| ServiceCode | string |
None. |
|
| ServiceDescription | string |
None. |
|
| UomId | integer |
None. |
|
| UomName | string |
None. |
|
| HsnCode | string |
None. |
|
| Quantity | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| ServiceQuotationDetailTaxes | Collection of ServiceQuotationDetailTax |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ServiceQuotationDetailId": 1,
"ServiceQuotationId": 2,
"SlNo": 3,
"ServiceId": 4,
"ServiceName": "sample string 5",
"ServiceCode": "sample string 6",
"ServiceDescription": "sample string 7",
"UomId": 8,
"UomName": "sample string 9",
"HsnCode": "sample string 10",
"Quantity": 11.1,
"Rate": 12.1,
"Total": 13.1,
"ServiceQuotationDetailTaxes": [
{
"ServiceQuotationDetailTaxId": 1,
"ServiceQuotationDetailId": 2,
"TaxId": 3,
"TaxRate": 4.1,
"Qty": 5.1,
"Amount": 6.1,
"Tax": {
"TaxId": 1,
"TaxName": "sample string 2",
"DisplayName": "sample string 3",
"Rate": 4.1,
"TaxTypeId": 5,
"TaxStatusId": 6,
"CreatedDate": "2026-05-11T13:45:09.8526052+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
"CreatedDate": "2026-05-11T13:45:09.8526052+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
{
"ServiceQuotationDetailTaxId": 1,
"ServiceQuotationDetailId": 2,
"TaxId": 3,
"TaxRate": 4.1,
"Qty": 5.1,
"Amount": 6.1,
"Tax": {
"TaxId": 1,
"TaxName": "sample string 2",
"DisplayName": "sample string 3",
"Rate": 4.1,
"TaxTypeId": 5,
"TaxStatusId": 6,
"CreatedDate": "2026-05-11T13:45:09.8526052+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
"CreatedDate": "2026-05-11T13:45:09.8526052+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
}
]
},
{
"ServiceQuotationDetailId": 1,
"ServiceQuotationId": 2,
"SlNo": 3,
"ServiceId": 4,
"ServiceName": "sample string 5",
"ServiceCode": "sample string 6",
"ServiceDescription": "sample string 7",
"UomId": 8,
"UomName": "sample string 9",
"HsnCode": "sample string 10",
"Quantity": 11.1,
"Rate": 12.1,
"Total": 13.1,
"ServiceQuotationDetailTaxes": [
{
"ServiceQuotationDetailTaxId": 1,
"ServiceQuotationDetailId": 2,
"TaxId": 3,
"TaxRate": 4.1,
"Qty": 5.1,
"Amount": 6.1,
"Tax": {
"TaxId": 1,
"TaxName": "sample string 2",
"DisplayName": "sample string 3",
"Rate": 4.1,
"TaxTypeId": 5,
"TaxStatusId": 6,
"CreatedDate": "2026-05-11T13:45:09.8526052+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
"CreatedDate": "2026-05-11T13:45:09.8526052+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
{
"ServiceQuotationDetailTaxId": 1,
"ServiceQuotationDetailId": 2,
"TaxId": 3,
"TaxRate": 4.1,
"Qty": 5.1,
"Amount": 6.1,
"Tax": {
"TaxId": 1,
"TaxName": "sample string 2",
"DisplayName": "sample string 3",
"Rate": 4.1,
"TaxTypeId": 5,
"TaxStatusId": 6,
"CreatedDate": "2026-05-11T13:45:09.8526052+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
"CreatedDate": "2026-05-11T13:45:09.8526052+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfServiceQuotationDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
<ServiceQuotationDetailViewModel>
<HsnCode>sample string 10</HsnCode>
<Quantity>11.1</Quantity>
<Rate>12.1</Rate>
<ServiceCode>sample string 6</ServiceCode>
<ServiceDescription>sample string 7</ServiceDescription>
<ServiceId>4</ServiceId>
<ServiceName>sample string 5</ServiceName>
<ServiceQuotationDetailId>1</ServiceQuotationDetailId>
<ServiceQuotationDetailTaxes xmlns:d3p1="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
<d3p1:ServiceQuotationDetailTax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-05-11T13:45:09.8526052+05:30</d3p1:CreatedDate>
<d3p1:Amount>6.1</d3p1:Amount>
<d3p1:Qty>5.1</d3p1:Qty>
<d3p1:ServiceQuotationDetailId>2</d3p1:ServiceQuotationDetailId>
<d3p1:ServiceQuotationDetailTaxId>1</d3p1:ServiceQuotationDetailTaxId>
<d3p1:Tax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-05-11T13:45:09.8526052+05:30</d3p1:CreatedDate>
<d3p1:DisplayName>sample string 3</d3p1:DisplayName>
<d3p1:Rate>4.1</d3p1:Rate>
<d3p1:TaxId>1</d3p1:TaxId>
<d3p1:TaxName>sample string 2</d3p1:TaxName>
<d3p1:TaxStatusId>6</d3p1:TaxStatusId>
<d3p1:TaxTypeId>5</d3p1:TaxTypeId>
</d3p1:Tax>
<d3p1:TaxId>3</d3p1:TaxId>
<d3p1:TaxRate>4.1</d3p1:TaxRate>
</d3p1:ServiceQuotationDetailTax>
<d3p1:ServiceQuotationDetailTax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-05-11T13:45:09.8526052+05:30</d3p1:CreatedDate>
<d3p1:Amount>6.1</d3p1:Amount>
<d3p1:Qty>5.1</d3p1:Qty>
<d3p1:ServiceQuotationDetailId>2</d3p1:ServiceQuotationDetailId>
<d3p1:ServiceQuotationDetailTaxId>1</d3p1:ServiceQuotationDetailTaxId>
<d3p1:Tax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-05-11T13:45:09.8526052+05:30</d3p1:CreatedDate>
<d3p1:DisplayName>sample string 3</d3p1:DisplayName>
<d3p1:Rate>4.1</d3p1:Rate>
<d3p1:TaxId>1</d3p1:TaxId>
<d3p1:TaxName>sample string 2</d3p1:TaxName>
<d3p1:TaxStatusId>6</d3p1:TaxStatusId>
<d3p1:TaxTypeId>5</d3p1:TaxTypeId>
</d3p1:Tax>
<d3p1:TaxId>3</d3p1:TaxId>
<d3p1:TaxRate>4.1</d3p1:TaxRate>
</d3p1:ServiceQuotationDetailTax>
</ServiceQuotationDetailTaxes>
<ServiceQuotationId>2</ServiceQuotationId>
<SlNo>3</SlNo>
<Total>13.1</Total>
<UomId>8</UomId>
<UomName>sample string 9</UomName>
</ServiceQuotationDetailViewModel>
<ServiceQuotationDetailViewModel>
<HsnCode>sample string 10</HsnCode>
<Quantity>11.1</Quantity>
<Rate>12.1</Rate>
<ServiceCode>sample string 6</ServiceCode>
<ServiceDescription>sample string 7</ServiceDescription>
<ServiceId>4</ServiceId>
<ServiceName>sample string 5</ServiceName>
<ServiceQuotationDetailId>1</ServiceQuotationDetailId>
<ServiceQuotationDetailTaxes xmlns:d3p1="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
<d3p1:ServiceQuotationDetailTax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-05-11T13:45:09.8526052+05:30</d3p1:CreatedDate>
<d3p1:Amount>6.1</d3p1:Amount>
<d3p1:Qty>5.1</d3p1:Qty>
<d3p1:ServiceQuotationDetailId>2</d3p1:ServiceQuotationDetailId>
<d3p1:ServiceQuotationDetailTaxId>1</d3p1:ServiceQuotationDetailTaxId>
<d3p1:Tax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-05-11T13:45:09.8526052+05:30</d3p1:CreatedDate>
<d3p1:DisplayName>sample string 3</d3p1:DisplayName>
<d3p1:Rate>4.1</d3p1:Rate>
<d3p1:TaxId>1</d3p1:TaxId>
<d3p1:TaxName>sample string 2</d3p1:TaxName>
<d3p1:TaxStatusId>6</d3p1:TaxStatusId>
<d3p1:TaxTypeId>5</d3p1:TaxTypeId>
</d3p1:Tax>
<d3p1:TaxId>3</d3p1:TaxId>
<d3p1:TaxRate>4.1</d3p1:TaxRate>
</d3p1:ServiceQuotationDetailTax>
<d3p1:ServiceQuotationDetailTax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-05-11T13:45:09.8526052+05:30</d3p1:CreatedDate>
<d3p1:Amount>6.1</d3p1:Amount>
<d3p1:Qty>5.1</d3p1:Qty>
<d3p1:ServiceQuotationDetailId>2</d3p1:ServiceQuotationDetailId>
<d3p1:ServiceQuotationDetailTaxId>1</d3p1:ServiceQuotationDetailTaxId>
<d3p1:Tax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-05-11T13:45:09.8526052+05:30</d3p1:CreatedDate>
<d3p1:DisplayName>sample string 3</d3p1:DisplayName>
<d3p1:Rate>4.1</d3p1:Rate>
<d3p1:TaxId>1</d3p1:TaxId>
<d3p1:TaxName>sample string 2</d3p1:TaxName>
<d3p1:TaxStatusId>6</d3p1:TaxStatusId>
<d3p1:TaxTypeId>5</d3p1:TaxTypeId>
</d3p1:Tax>
<d3p1:TaxId>3</d3p1:TaxId>
<d3p1:TaxRate>4.1</d3p1:TaxRate>
</d3p1:ServiceQuotationDetailTax>
</ServiceQuotationDetailTaxes>
<ServiceQuotationId>2</ServiceQuotationId>
<SlNo>3</SlNo>
<Total>13.1</Total>
<UomId>8</UomId>
<UomName>sample string 9</UomName>
</ServiceQuotationDetailViewModel>
</ArrayOfServiceQuotationDetailViewModel>