GET Api/ServiceWorkOrderUpdateDetail/GetByServiceWorkOrderUpdate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceWorkOrderUpdateDetailViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceWorkOrderUpdateDetailId | integer |
None. |
|
| ServiceWorkOrderUpdateId | integer |
None. |
|
| ServiceId | integer |
None. |
|
| ServiceDescription | string |
None. |
|
| UomId | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| UpdatedQuantity | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| TaxTemplateId | integer |
None. |
|
| ServiceStatusId | integer |
None. |
|
| ServiceWorkOrderUpdateNo | string |
None. |
|
| ServiceCode | string |
None. |
|
| ServiceName | string |
None. |
|
| UomAbbrevation | string |
None. |
|
| UomName | string |
None. |
|
| ServiceWorkOrderUpdateDetailTaxes | Collection of ServiceWorkOrderUpdateDetailTax |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ServiceWorkOrderUpdateDetailId": 1,
"ServiceWorkOrderUpdateId": 2,
"ServiceId": 3,
"ServiceDescription": "sample string 4",
"UomId": 5,
"Quantity": 6.1,
"UpdatedQuantity": 7.1,
"Rate": 8.1,
"TaxTemplateId": 1,
"ServiceStatusId": 9,
"ServiceWorkOrderUpdateNo": "sample string 10",
"ServiceCode": "sample string 11",
"ServiceName": "sample string 12",
"UomAbbrevation": "sample string 13",
"UomName": "sample string 14",
"ServiceWorkOrderUpdateDetailTaxes": [
{
"ServiceWorkOrderUpdateDetailTaxId": 1,
"ServiceWorkOrderUpdateDetailId": 2,
"TaxTemplateId": 3,
"TaxId": 4,
"Rate": 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-07-21T15:51:03.0597681+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
"CreatedDate": "2026-07-21T15:51:03.0597681+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
{
"ServiceWorkOrderUpdateDetailTaxId": 1,
"ServiceWorkOrderUpdateDetailId": 2,
"TaxTemplateId": 3,
"TaxId": 4,
"Rate": 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-07-21T15:51:03.0597681+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
"CreatedDate": "2026-07-21T15:51:03.0597681+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
}
]
},
{
"ServiceWorkOrderUpdateDetailId": 1,
"ServiceWorkOrderUpdateId": 2,
"ServiceId": 3,
"ServiceDescription": "sample string 4",
"UomId": 5,
"Quantity": 6.1,
"UpdatedQuantity": 7.1,
"Rate": 8.1,
"TaxTemplateId": 1,
"ServiceStatusId": 9,
"ServiceWorkOrderUpdateNo": "sample string 10",
"ServiceCode": "sample string 11",
"ServiceName": "sample string 12",
"UomAbbrevation": "sample string 13",
"UomName": "sample string 14",
"ServiceWorkOrderUpdateDetailTaxes": [
{
"ServiceWorkOrderUpdateDetailTaxId": 1,
"ServiceWorkOrderUpdateDetailId": 2,
"TaxTemplateId": 3,
"TaxId": 4,
"Rate": 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-07-21T15:51:03.0597681+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
"CreatedDate": "2026-07-21T15:51:03.0597681+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
{
"ServiceWorkOrderUpdateDetailTaxId": 1,
"ServiceWorkOrderUpdateDetailId": 2,
"TaxTemplateId": 3,
"TaxId": 4,
"Rate": 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-07-21T15:51:03.0597681+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
},
"CreatedDate": "2026-07-21T15:51:03.0597681+05:30",
"CreatedBy": "sample string 8",
"CreatedByUserId": 9
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfServiceWorkOrderUpdateDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
<ServiceWorkOrderUpdateDetailViewModel>
<Quantity>6.1</Quantity>
<Rate>8.1</Rate>
<ServiceCode>sample string 11</ServiceCode>
<ServiceDescription>sample string 4</ServiceDescription>
<ServiceId>3</ServiceId>
<ServiceName>sample string 12</ServiceName>
<ServiceStatusId>9</ServiceStatusId>
<ServiceWorkOrderUpdateDetailId>1</ServiceWorkOrderUpdateDetailId>
<ServiceWorkOrderUpdateDetailTaxes xmlns:d3p1="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
<d3p1:ServiceWorkOrderUpdateDetailTax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-07-21T15:51:03.0597681+05:30</d3p1:CreatedDate>
<d3p1:Amount>6.1</d3p1:Amount>
<d3p1:Rate>5.1</d3p1:Rate>
<d3p1:ServiceWorkOrderUpdateDetailId>2</d3p1:ServiceWorkOrderUpdateDetailId>
<d3p1:ServiceWorkOrderUpdateDetailTaxId>1</d3p1:ServiceWorkOrderUpdateDetailTaxId>
<d3p1:Tax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-07-21T15:51:03.0597681+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>4</d3p1:TaxId>
<d3p1:TaxTemplateId>3</d3p1:TaxTemplateId>
</d3p1:ServiceWorkOrderUpdateDetailTax>
<d3p1:ServiceWorkOrderUpdateDetailTax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-07-21T15:51:03.0597681+05:30</d3p1:CreatedDate>
<d3p1:Amount>6.1</d3p1:Amount>
<d3p1:Rate>5.1</d3p1:Rate>
<d3p1:ServiceWorkOrderUpdateDetailId>2</d3p1:ServiceWorkOrderUpdateDetailId>
<d3p1:ServiceWorkOrderUpdateDetailTaxId>1</d3p1:ServiceWorkOrderUpdateDetailTaxId>
<d3p1:Tax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-07-21T15:51:03.0597681+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>4</d3p1:TaxId>
<d3p1:TaxTemplateId>3</d3p1:TaxTemplateId>
</d3p1:ServiceWorkOrderUpdateDetailTax>
</ServiceWorkOrderUpdateDetailTaxes>
<ServiceWorkOrderUpdateId>2</ServiceWorkOrderUpdateId>
<ServiceWorkOrderUpdateNo>sample string 10</ServiceWorkOrderUpdateNo>
<TaxTemplateId>1</TaxTemplateId>
<UomAbbrevation>sample string 13</UomAbbrevation>
<UomId>5</UomId>
<UomName>sample string 14</UomName>
<UpdatedQuantity>7.1</UpdatedQuantity>
</ServiceWorkOrderUpdateDetailViewModel>
<ServiceWorkOrderUpdateDetailViewModel>
<Quantity>6.1</Quantity>
<Rate>8.1</Rate>
<ServiceCode>sample string 11</ServiceCode>
<ServiceDescription>sample string 4</ServiceDescription>
<ServiceId>3</ServiceId>
<ServiceName>sample string 12</ServiceName>
<ServiceStatusId>9</ServiceStatusId>
<ServiceWorkOrderUpdateDetailId>1</ServiceWorkOrderUpdateDetailId>
<ServiceWorkOrderUpdateDetailTaxes xmlns:d3p1="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
<d3p1:ServiceWorkOrderUpdateDetailTax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-07-21T15:51:03.0597681+05:30</d3p1:CreatedDate>
<d3p1:Amount>6.1</d3p1:Amount>
<d3p1:Rate>5.1</d3p1:Rate>
<d3p1:ServiceWorkOrderUpdateDetailId>2</d3p1:ServiceWorkOrderUpdateDetailId>
<d3p1:ServiceWorkOrderUpdateDetailTaxId>1</d3p1:ServiceWorkOrderUpdateDetailTaxId>
<d3p1:Tax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-07-21T15:51:03.0597681+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>4</d3p1:TaxId>
<d3p1:TaxTemplateId>3</d3p1:TaxTemplateId>
</d3p1:ServiceWorkOrderUpdateDetailTax>
<d3p1:ServiceWorkOrderUpdateDetailTax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-07-21T15:51:03.0597681+05:30</d3p1:CreatedDate>
<d3p1:Amount>6.1</d3p1:Amount>
<d3p1:Rate>5.1</d3p1:Rate>
<d3p1:ServiceWorkOrderUpdateDetailId>2</d3p1:ServiceWorkOrderUpdateDetailId>
<d3p1:ServiceWorkOrderUpdateDetailTaxId>1</d3p1:ServiceWorkOrderUpdateDetailTaxId>
<d3p1:Tax>
<d3p1:CreatedBy>sample string 8</d3p1:CreatedBy>
<d3p1:CreatedByUserId>9</d3p1:CreatedByUserId>
<d3p1:CreatedDate>2026-07-21T15:51:03.0597681+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>4</d3p1:TaxId>
<d3p1:TaxTemplateId>3</d3p1:TaxTemplateId>
</d3p1:ServiceWorkOrderUpdateDetailTax>
</ServiceWorkOrderUpdateDetailTaxes>
<ServiceWorkOrderUpdateId>2</ServiceWorkOrderUpdateId>
<ServiceWorkOrderUpdateNo>sample string 10</ServiceWorkOrderUpdateNo>
<TaxTemplateId>1</TaxTemplateId>
<UomAbbrevation>sample string 13</UomAbbrevation>
<UomId>5</UomId>
<UomName>sample string 14</UomName>
<UpdatedQuantity>7.1</UpdatedQuantity>
</ServiceWorkOrderUpdateDetailViewModel>
</ArrayOfServiceWorkOrderUpdateDetailViewModel>