GET api/WorkOrderTermsAndConditionv/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
WorkOrderTermsAndConditionv| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkOrderTermsAndConditionvId | integer |
None. |
|
| WorkOrdervId | integer |
None. |
|
| TermsAndConditionId | integer |
None. |
|
| Header | string |
None. |
|
| conditions | string |
None. |
|
| WorkOrder | WorkOrderv |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"WorkOrderTermsAndConditionvId": 1,
"WorkOrdervId": 2,
"TermsAndConditionId": 3,
"Header": "sample string 4",
"conditions": "sample string 5",
"WorkOrder": {
"WorkOrdervId": 1,
"WorkOrderCode": "sample string 2",
"WorkOrderDate": "2025-12-08T01:54:05.9238761+05:30",
"WorkOrderTypeId": 4,
"AccountId": 1,
"SalesOrderId": 1,
"ProjectRefCode": "sample string 5",
"ProjectRefName": "sample string 6",
"AccountName": "sample string 7",
"StartDate": "2025-12-08T01:54:05.9238761+05:30",
"EndDate": "2025-12-08T01:54:05.9238761+05:30",
"StatusId": 8,
"CreatedDate": "2025-12-08T01:54:05.9238761+05:30",
"CreatedBy": "sample string 10"
},
"CreatedDate": "2025-12-08T01:54:05.9238761+05:30",
"CreatedBy": "sample string 7"
}
application/xml, text/xml
Sample:
<WorkOrderTermsAndConditionv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities">
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 7</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:54:05.9238761+05:30</CreatedDate>
<Header>sample string 4</Header>
<TermsAndConditionId>3</TermsAndConditionId>
<WorkOrder>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 10</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:54:05.9238761+05:30</CreatedDate>
<AccountId>1</AccountId>
<AccountName>sample string 7</AccountName>
<EndDate>2025-12-08T01:54:05.9238761+05:30</EndDate>
<ProjectRefCode>sample string 5</ProjectRefCode>
<ProjectRefName>sample string 6</ProjectRefName>
<SalesOrderId>1</SalesOrderId>
<StartDate>2025-12-08T01:54:05.9238761+05:30</StartDate>
<StatusId>8</StatusId>
<WorkOrderCode>sample string 2</WorkOrderCode>
<WorkOrderDate>2025-12-08T01:54:05.9238761+05:30</WorkOrderDate>
<WorkOrderTypeId>4</WorkOrderTypeId>
<WorkOrdervId>1</WorkOrdervId>
</WorkOrder>
<WorkOrderTermsAndConditionvId>1</WorkOrderTermsAndConditionvId>
<WorkOrdervId>2</WorkOrdervId>
<conditions>sample string 5</conditions>
</WorkOrderTermsAndConditionv>