GET api/Project/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProjectViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectCode | string |
None. |
|
| ProjectName | string |
None. |
|
| AddressId | integer |
None. |
|
| AccountId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| TransactionId | integer |
None. |
|
| ApprovalStatusId | integer |
None. |
|
| ProjectStatusId | integer |
None. |
|
| Description | string |
None. |
|
| EmployeeId | integer |
None. |
|
| CustomerIncharge | string |
None. |
|
| SerialNo | integer |
None. |
|
| FunctionTransactionTypeId | integer |
None. |
|
| PriorityId | integer |
None. |
|
| AccountAddressId | integer |
None. |
|
| ProjectTypeAttributeName | string |
None. |
|
| PriorityAttributeName | string |
None. |
|
| ProjectStatusAttributeName | string |
None. |
|
| AccountName | string |
None. |
|
| EmployeeCode | string |
None. |
|
| EmployeeName | string |
None. |
|
| TransactionCode | string |
None. |
|
| StatusId | integer |
None. |
|
| CostCenterId | integer |
None. |
|
| CostCenterName | string |
None. |
|
| ItemBinId | integer |
None. |
|
| ItemBinName | string |
None. |
|
| Address | Address |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"ProjectCode": "sample string 2",
"ProjectName": "sample string 3",
"AddressId": 4,
"AccountId": 5,
"StartDate": "2026-01-27T19:08:53.23547+05:30",
"EndDate": "2026-01-27T19:08:53.23547+05:30",
"TransactionId": 6,
"ApprovalStatusId": 7,
"ProjectStatusId": 8,
"Description": "sample string 9",
"EmployeeId": 10,
"CustomerIncharge": "sample string 11",
"SerialNo": 12,
"FunctionTransactionTypeId": 1,
"PriorityId": 13,
"AccountAddressId": 1,
"ProjectTypeAttributeName": "sample string 14",
"PriorityAttributeName": "sample string 15",
"ProjectStatusAttributeName": "sample string 16",
"AccountName": "sample string 17",
"EmployeeCode": "sample string 18",
"EmployeeName": "sample string 19",
"TransactionCode": "sample string 20",
"StatusId": 21,
"CostCenterId": 1,
"CostCenterName": "sample string 22",
"ItemBinId": 1,
"ItemBinName": "sample string 23",
"Address": {
"AddressId": 1,
"StreetAddress": "sample string 2",
"AreaName": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"PinCode": "sample string 6",
"Latitude": 1.1,
"Longitude": 1.1,
"Radius": 7,
"CreatedDate": "2026-01-27T19:08:53.23547+05:30",
"CreatedBy": "sample string 9",
"CreatedByUserId": 10
}
}
application/xml, text/xml
Sample:
<ProjectViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel">
<AccountAddressId>1</AccountAddressId>
<AccountId>5</AccountId>
<AccountName>sample string 17</AccountName>
<Address xmlns:d2p1="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
<d2p1:CreatedBy>sample string 9</d2p1:CreatedBy>
<d2p1:CreatedByUserId>10</d2p1:CreatedByUserId>
<d2p1:CreatedDate>2026-01-27T19:08:53.23547+05:30</d2p1:CreatedDate>
<d2p1:AddressId>1</d2p1:AddressId>
<d2p1:AreaName>sample string 3</d2p1:AreaName>
<d2p1:City>sample string 4</d2p1:City>
<d2p1:Latitude>1.1</d2p1:Latitude>
<d2p1:Longitude>1.1</d2p1:Longitude>
<d2p1:PinCode>sample string 6</d2p1:PinCode>
<d2p1:Radius>7</d2p1:Radius>
<d2p1:State>sample string 5</d2p1:State>
<d2p1:StreetAddress>sample string 2</d2p1:StreetAddress>
</Address>
<AddressId>4</AddressId>
<ApprovalStatusId>7</ApprovalStatusId>
<CostCenterId>1</CostCenterId>
<CostCenterName>sample string 22</CostCenterName>
<CustomerIncharge>sample string 11</CustomerIncharge>
<Description>sample string 9</Description>
<EmployeeCode>sample string 18</EmployeeCode>
<EmployeeId>10</EmployeeId>
<EmployeeName>sample string 19</EmployeeName>
<EndDate>2026-01-27T19:08:53.23547+05:30</EndDate>
<FunctionTransactionTypeId>1</FunctionTransactionTypeId>
<ItemBinId>1</ItemBinId>
<ItemBinName>sample string 23</ItemBinName>
<PriorityAttributeName>sample string 15</PriorityAttributeName>
<PriorityId>13</PriorityId>
<ProjectCode>sample string 2</ProjectCode>
<ProjectId>1</ProjectId>
<ProjectName>sample string 3</ProjectName>
<ProjectStatusAttributeName>sample string 16</ProjectStatusAttributeName>
<ProjectStatusId>8</ProjectStatusId>
<ProjectTypeAttributeName>sample string 14</ProjectTypeAttributeName>
<SerialNo>12</SerialNo>
<StartDate>2026-01-27T19:08:53.23547+05:30</StartDate>
<StatusId>21</StatusId>
<TransactionCode>sample string 20</TransactionCode>
<TransactionId>6</TransactionId>
</ProjectViewModel>