POST api/Schedule/UpdateScheduleBLCache
Request Information
URI Parameters
None.
Body Parameters
JobCacheViewModel| Name | 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": "6e383ef7-b95d-44d4-bf0d-43d84d6e96f9",
"jobName": "sample string 2",
"createdDate": "2025-11-02T15:09:32.0024973+00:00",
"updatedDate": "2025-11-02T15:09:32.0024973+00:00",
"disposeDate": "2025-11-02T15:09:32.0024973+00:00",
"productionDate": "2025-11-02T15:09:32.0024973+00:00",
"installationDate": "2025-11-02T15:09:32.0024973+00:00",
"projectUid": "19543ab6-b755-47ea-9b4c-26f7cfdaa619",
"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-11-02T15:09:32.0024973Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<DeliverNet>1</DeliverNet>
<DisposeDate>2025-11-02T15:09:32.0024973+00:00</DisposeDate>
<FillColor>1</FillColor>
<IconList>sample string 4</IconList>
<InstallNet>1</InstallNet>
<InstallationDate>2025-11-02T15:09:32.0024973+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-11-02T15:09:32.0024973+00:00</ProductionDate>
<ProductionHrs>1</ProductionHrs>
<ProductionRow>1</ProductionRow>
<ProjectUid>19543ab6-b755-47ea-9b4c-26f7cfdaa619</ProjectUid>
<QuoteNumber>sample string 7</QuoteNumber>
<TextColor>1</TextColor>
<TruckTotal>1</TruckTotal>
<UniqueId>6e383ef7-b95d-44d4-bf0d-43d84d6e96f9</UniqueId>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-11-02T15:09:32.0024973Z</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.