POST api/Schedule/UpdateScheduleBLCache
Request Information
URI Parameters
None.
Body Parameters
JobCacheViewModelName | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{ "uniqueId": "f293b896-d694-48f1-8d36-3ddfaf50632a", "jobName": "sample string 2", "createdDate": "2025-04-25T12:08:07.0201866+00:00", "updatedDate": "2025-04-25T12:08:07.0201866+00:00", "disposeDate": "2025-04-25T12:08:07.0201866+00:00", "productionDate": "2025-04-25T12:08:07.0201866+00:00", "installationDate": "2025-04-25T12:08:07.0201866+00:00", "projectUid": "85d73475-a8a5-418d-9a6a-afce8e07fcc2", "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:
<JobCacheViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <ActiveScenario>true</ActiveScenario> <BorderColor>1</BorderColor> <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-25T12:08:07.0201866Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </CreatedDate> <DeliverNet>1</DeliverNet> <DisposeDate>2025-04-25T12:08:07.0201866+00:00</DisposeDate> <FillColor>1</FillColor> <IconList>sample string 4</IconList> <InstallNet>1</InstallNet> <InstallationDate>2025-04-25T12:08:07.0201866+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-25T12:08:07.0201866+00:00</ProductionDate> <ProductionHrs>1</ProductionHrs> <ProductionRow>1</ProductionRow> <ProjectUid>85d73475-a8a5-418d-9a6a-afce8e07fcc2</ProjectUid> <QuoteNumber>sample string 7</QuoteNumber> <TextColor>1</TextColor> <TruckTotal>1</TruckTotal> <UniqueId>f293b896-d694-48f1-8d36-3ddfaf50632a</UniqueId> <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System"> <d2p1:DateTime>2025-04-25T12:08:07.0201866Z</d2p1:DateTime> <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes> </UpdatedDate> <isDeleted>6</isDeleted> </JobCacheViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.