GET api/GetAllRequirement
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GetAllMasterVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| ProjectTypeId | integer |
None. |
|
| CompanyUnitTypeId | integer |
None. |
|
| ProjectType | string |
None. |
|
| CompanyUnitType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ProjectTypeId": 1,
"CompanyUnitTypeId": 1,
"ProjectType": "sample string 4",
"CompanyUnitType": "sample string 5"
},
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"ProjectTypeId": 1,
"CompanyUnitTypeId": 1,
"ProjectType": "sample string 4",
"CompanyUnitType": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetAllMasterVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services">
<GetAllMasterVm>
<Code>sample string 3</Code>
<CompanyUnitType>sample string 5</CompanyUnitType>
<CompanyUnitTypeId>1</CompanyUnitTypeId>
<Id>1</Id>
<Name>sample string 2</Name>
<ProjectType>sample string 4</ProjectType>
<ProjectTypeId>1</ProjectTypeId>
</GetAllMasterVm>
<GetAllMasterVm>
<Code>sample string 3</Code>
<CompanyUnitType>sample string 5</CompanyUnitType>
<CompanyUnitTypeId>1</CompanyUnitTypeId>
<Id>1</Id>
<Name>sample string 2</Name>
<ProjectType>sample string 4</ProjectType>
<ProjectTypeId>1</ProjectTypeId>
</GetAllMasterVm>
</ArrayOfGetAllMasterVm>