GET api/Company/TestAllCompanyJobsLoopy
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TestJobsLoopyMainViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LoopyData | Collection of TestJobsLoopyViewModel |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"loopyData": [
{
"companyName": "sample string 1",
"projectName": "sample string 2",
"jobName": "sample string 3",
"quoteTotal": 4.0,
"matNet": 5.0,
"labNet": 6.0
},
{
"companyName": "sample string 1",
"projectName": "sample string 2",
"jobName": "sample string 3",
"quoteTotal": 4.0,
"matNet": 5.0,
"labNet": 6.0
}
],
"message": "sample string 1"
}
application/xml, text/xml
Sample:
<TestJobsLoopyMainViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
<LoopyData>
<TestJobsLoopyViewModel>
<CompanyName>sample string 1</CompanyName>
<JobName>sample string 3</JobName>
<LabNet>6</LabNet>
<MatNet>5</MatNet>
<ProjectName>sample string 2</ProjectName>
<QuoteTotal>4</QuoteTotal>
</TestJobsLoopyViewModel>
<TestJobsLoopyViewModel>
<CompanyName>sample string 1</CompanyName>
<JobName>sample string 3</JobName>
<LabNet>6</LabNet>
<MatNet>5</MatNet>
<ProjectName>sample string 2</ProjectName>
<QuoteTotal>4</QuoteTotal>
</TestJobsLoopyViewModel>
</LoopyData>
<Message>sample string 1</Message>
</TestJobsLoopyMainViewModel>