GET api/ServiceWorkOrderUpdate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceWorkOrderUpdateViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceWorkOrderUpdateId | integer |
None. |
|
| ServiceWorkOrderUpdateNo | string |
None. |
|
| ServiceWorkOrderId | integer |
None. |
|
| SWODate | date |
None. |
|
| AccountId | integer |
None. |
|
| SWOUVersionNo | string |
None. |
|
| SWOUDate | date |
None. |
|
| OrderStatusId | integer |
None. |
|
| ApprovalStatusId | integer |
None. |
|
| Remarks | string |
None. |
|
| FinancialYearId | integer |
None. |
|
| BranchId | integer |
None. |
|
| SerialNo | integer |
None. |
|
| ServiceWorkOrderNo | string |
None. |
|
| AccountName | string |
None. |
|
| TypeName | string |
None. |
|
| TotalCount | integer |
None. |
|
| BillingAddressId | integer |
None. |
|
| WorkLocationAddressId | integer |
None. |
|
| BillingAddr | string |
None. |
|
| WorkLocationAddr | string |
None. |
|
| CompanyName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceWorkOrderUpdateId": 1,
"ServiceWorkOrderUpdateNo": "sample string 2",
"ServiceWorkOrderId": 1,
"SWODate": "2026-07-21T15:51:06.4346728+05:30",
"AccountId": 3,
"SWOUVersionNo": "sample string 4",
"SWOUDate": "2026-07-21T15:51:06.4346728+05:30",
"OrderStatusId": 6,
"ApprovalStatusId": 7,
"Remarks": "sample string 8",
"FinancialYearId": 9,
"BranchId": 1,
"SerialNo": 10,
"ServiceWorkOrderNo": "sample string 11",
"AccountName": "sample string 12",
"TypeName": "sample string 13",
"TotalCount": 14,
"BillingAddressId": 1,
"WorkLocationAddressId": 1,
"BillingAddr": "sample string 15",
"WorkLocationAddr": "sample string 16",
"CompanyName": "sample string 17"
}
application/xml, text/xml
Sample:
<ServiceWorkOrderUpdateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel"> <AccountId>3</AccountId> <AccountName>sample string 12</AccountName> <ApprovalStatusId>7</ApprovalStatusId> <BillingAddr>sample string 15</BillingAddr> <BillingAddressId>1</BillingAddressId> <BranchId>1</BranchId> <CompanyName>sample string 17</CompanyName> <FinancialYearId>9</FinancialYearId> <OrderStatusId>6</OrderStatusId> <Remarks>sample string 8</Remarks> <SWODate>2026-07-21T15:51:06.4346728+05:30</SWODate> <SWOUDate>2026-07-21T15:51:06.4346728+05:30</SWOUDate> <SWOUVersionNo>sample string 4</SWOUVersionNo> <SerialNo>10</SerialNo> <ServiceWorkOrderId>1</ServiceWorkOrderId> <ServiceWorkOrderNo>sample string 11</ServiceWorkOrderNo> <ServiceWorkOrderUpdateId>1</ServiceWorkOrderUpdateId> <ServiceWorkOrderUpdateNo>sample string 2</ServiceWorkOrderUpdateNo> <TotalCount>14</TotalCount> <TypeName>sample string 13</TypeName> <WorkLocationAddr>sample string 16</WorkLocationAddr> <WorkLocationAddressId>1</WorkLocationAddressId> </ServiceWorkOrderUpdateViewModel>