GET api/Project/getJobListCache

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of JobCacheViewModel
NameDescriptionTypeAdditional information
UniqueId

globally unique identifier

None.

JobName

string

None.

CreatedDate

date

None.

UpdatedDate

date

None.

DisposeDate

date

None.

ProductionDate

date

None.

InstallationDate

date

None.

ProjectUid

globally unique identifier

None.

ActiveScenario

boolean

None.

ProductionRow

integer

None.

InstallationRow

integer

None.

FillColor

integer

None.

BorderColor

integer

None.

TextColor

integer

None.

IconList

string

None.

IsAutoSave

string

None.

IsTemplate

boolean

None.

InstallationHrs

integer

None.

ProductionHrs

integer

None.

Price

decimal number

None.

DeliverNet

decimal number

None.

InstallNet

decimal number

None.

TruckTotal

decimal number

None.

isDeleted

integer

None.

QuoteNumber

string

None.

JobNumber

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "uniqueId": "1177f388-9e9a-470d-9d4b-718ebc7d07bc",
    "jobName": "sample string 2",
    "createdDate": "2025-04-25T11:48:21.4063385+00:00",
    "updatedDate": "2025-04-25T11:48:21.4063385+00:00",
    "disposeDate": "2025-04-25T11:48:21.4063385+00:00",
    "productionDate": "2025-04-25T11:48:21.4063385+00:00",
    "installationDate": "2025-04-25T11:48:21.4063385+00:00",
    "projectUid": "87d23dc3-8ee8-4716-a619-f177553eb3a3",
    "activeScenario": true,
    "productionRow": 1,
    "installationRow": 1,
    "fillColor": 1,
    "borderColor": 1,
    "textColor": 1,
    "iconList": "sample string 4",
    "isAutoSave": "sample string 5",
    "isTemplate": true,
    "installationHrs": 1,
    "productionHrs": 1,
    "price": 1.0,
    "deliverNet": 1.0,
    "installNet": 1.0,
    "truckTotal": 1.0,
    "isDeleted": 6,
    "quoteNumber": "sample string 7",
    "jobNumber": "sample string 8"
  },
  {
    "uniqueId": "1177f388-9e9a-470d-9d4b-718ebc7d07bc",
    "jobName": "sample string 2",
    "createdDate": "2025-04-25T11:48:21.4063385+00:00",
    "updatedDate": "2025-04-25T11:48:21.4063385+00:00",
    "disposeDate": "2025-04-25T11:48:21.4063385+00:00",
    "productionDate": "2025-04-25T11:48:21.4063385+00:00",
    "installationDate": "2025-04-25T11:48:21.4063385+00:00",
    "projectUid": "87d23dc3-8ee8-4716-a619-f177553eb3a3",
    "activeScenario": true,
    "productionRow": 1,
    "installationRow": 1,
    "fillColor": 1,
    "borderColor": 1,
    "textColor": 1,
    "iconList": "sample string 4",
    "isAutoSave": "sample string 5",
    "isTemplate": true,
    "installationHrs": 1,
    "productionHrs": 1,
    "price": 1.0,
    "deliverNet": 1.0,
    "installNet": 1.0,
    "truckTotal": 1.0,
    "isDeleted": 6,
    "quoteNumber": "sample string 7",
    "jobNumber": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfJobCacheViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
  <JobCacheViewModel>
    <ActiveScenario>true</ActiveScenario>
    <BorderColor>1</BorderColor>
    <CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-04-25T11:48:21.4063385Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedDate>
    <DeliverNet>1</DeliverNet>
    <DisposeDate>2025-04-25T11:48:21.4063385+00:00</DisposeDate>
    <FillColor>1</FillColor>
    <IconList>sample string 4</IconList>
    <InstallNet>1</InstallNet>
    <InstallationDate>2025-04-25T11:48:21.4063385+00:00</InstallationDate>
    <InstallationHrs>1</InstallationHrs>
    <InstallationRow>1</InstallationRow>
    <IsAutoSave>sample string 5</IsAutoSave>
    <IsTemplate>true</IsTemplate>
    <JobName>sample string 2</JobName>
    <JobNumber>sample string 8</JobNumber>
    <Price>1</Price>
    <ProductionDate>2025-04-25T11:48:21.4063385+00:00</ProductionDate>
    <ProductionHrs>1</ProductionHrs>
    <ProductionRow>1</ProductionRow>
    <ProjectUid>87d23dc3-8ee8-4716-a619-f177553eb3a3</ProjectUid>
    <QuoteNumber>sample string 7</QuoteNumber>
    <TextColor>1</TextColor>
    <TruckTotal>1</TruckTotal>
    <UniqueId>1177f388-9e9a-470d-9d4b-718ebc7d07bc</UniqueId>
    <UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-04-25T11:48:21.4063385Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </UpdatedDate>
    <isDeleted>6</isDeleted>
  </JobCacheViewModel>
  <JobCacheViewModel>
    <ActiveScenario>true</ActiveScenario>
    <BorderColor>1</BorderColor>
    <CreatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-04-25T11:48:21.4063385Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </CreatedDate>
    <DeliverNet>1</DeliverNet>
    <DisposeDate>2025-04-25T11:48:21.4063385+00:00</DisposeDate>
    <FillColor>1</FillColor>
    <IconList>sample string 4</IconList>
    <InstallNet>1</InstallNet>
    <InstallationDate>2025-04-25T11:48:21.4063385+00:00</InstallationDate>
    <InstallationHrs>1</InstallationHrs>
    <InstallationRow>1</InstallationRow>
    <IsAutoSave>sample string 5</IsAutoSave>
    <IsTemplate>true</IsTemplate>
    <JobName>sample string 2</JobName>
    <JobNumber>sample string 8</JobNumber>
    <Price>1</Price>
    <ProductionDate>2025-04-25T11:48:21.4063385+00:00</ProductionDate>
    <ProductionHrs>1</ProductionHrs>
    <ProductionRow>1</ProductionRow>
    <ProjectUid>87d23dc3-8ee8-4716-a619-f177553eb3a3</ProjectUid>
    <QuoteNumber>sample string 7</QuoteNumber>
    <TextColor>1</TextColor>
    <TruckTotal>1</TruckTotal>
    <UniqueId>1177f388-9e9a-470d-9d4b-718ebc7d07bc</UniqueId>
    <UpdatedDate xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>2025-04-25T11:48:21.4063385Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </UpdatedDate>
    <isDeleted>6</isDeleted>
  </JobCacheViewModel>
</ArrayOfJobCacheViewModel>