GET api/ServiceWorkOrderUpdateDetail/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

ServiceWorkOrderUpdateDetailViewModel
NameDescriptionTypeAdditional 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:05.1534432+05:30",
        "CreatedBy": "sample string 8",
        "CreatedByUserId": 9
      },
      "CreatedDate": "2026-07-21T15:51:05.1534432+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:05.1534432+05:30",
        "CreatedBy": "sample string 8",
        "CreatedByUserId": 9
      },
      "CreatedDate": "2026-07-21T15:51:05.1534432+05:30",
      "CreatedBy": "sample string 8",
      "CreatedByUserId": 9
    }
  ]
}

application/xml, text/xml

Sample:
<ServiceWorkOrderUpdateDetailViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
  <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:d2p1="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
    <d2p1:ServiceWorkOrderUpdateDetailTax>
      <d2p1:CreatedBy>sample string 8</d2p1:CreatedBy>
      <d2p1:CreatedByUserId>9</d2p1:CreatedByUserId>
      <d2p1:CreatedDate>2026-07-21T15:51:05.1534432+05:30</d2p1:CreatedDate>
      <d2p1:Amount>6.1</d2p1:Amount>
      <d2p1:Rate>5.1</d2p1:Rate>
      <d2p1:ServiceWorkOrderUpdateDetailId>2</d2p1:ServiceWorkOrderUpdateDetailId>
      <d2p1:ServiceWorkOrderUpdateDetailTaxId>1</d2p1:ServiceWorkOrderUpdateDetailTaxId>
      <d2p1:Tax>
        <d2p1:CreatedBy>sample string 8</d2p1:CreatedBy>
        <d2p1:CreatedByUserId>9</d2p1:CreatedByUserId>
        <d2p1:CreatedDate>2026-07-21T15:51:05.1534432+05:30</d2p1:CreatedDate>
        <d2p1:DisplayName>sample string 3</d2p1:DisplayName>
        <d2p1:Rate>4.1</d2p1:Rate>
        <d2p1:TaxId>1</d2p1:TaxId>
        <d2p1:TaxName>sample string 2</d2p1:TaxName>
        <d2p1:TaxStatusId>6</d2p1:TaxStatusId>
        <d2p1:TaxTypeId>5</d2p1:TaxTypeId>
      </d2p1:Tax>
      <d2p1:TaxId>4</d2p1:TaxId>
      <d2p1:TaxTemplateId>3</d2p1:TaxTemplateId>
    </d2p1:ServiceWorkOrderUpdateDetailTax>
    <d2p1:ServiceWorkOrderUpdateDetailTax>
      <d2p1:CreatedBy>sample string 8</d2p1:CreatedBy>
      <d2p1:CreatedByUserId>9</d2p1:CreatedByUserId>
      <d2p1:CreatedDate>2026-07-21T15:51:05.1534432+05:30</d2p1:CreatedDate>
      <d2p1:Amount>6.1</d2p1:Amount>
      <d2p1:Rate>5.1</d2p1:Rate>
      <d2p1:ServiceWorkOrderUpdateDetailId>2</d2p1:ServiceWorkOrderUpdateDetailId>
      <d2p1:ServiceWorkOrderUpdateDetailTaxId>1</d2p1:ServiceWorkOrderUpdateDetailTaxId>
      <d2p1:Tax>
        <d2p1:CreatedBy>sample string 8</d2p1:CreatedBy>
        <d2p1:CreatedByUserId>9</d2p1:CreatedByUserId>
        <d2p1:CreatedDate>2026-07-21T15:51:05.1534432+05:30</d2p1:CreatedDate>
        <d2p1:DisplayName>sample string 3</d2p1:DisplayName>
        <d2p1:Rate>4.1</d2p1:Rate>
        <d2p1:TaxId>1</d2p1:TaxId>
        <d2p1:TaxName>sample string 2</d2p1:TaxName>
        <d2p1:TaxStatusId>6</d2p1:TaxStatusId>
        <d2p1:TaxTypeId>5</d2p1:TaxTypeId>
      </d2p1:Tax>
      <d2p1:TaxId>4</d2p1:TaxId>
      <d2p1:TaxTemplateId>3</d2p1:TaxTemplateId>
    </d2p1: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>