POST api/SaiSDQuotePricingBucket/UpdateBucketName
Request Information
URI Parameters
None.
Body Parameters
SaiSDQuotePricingBucket| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| QuoteNum | string |
None. |
|
| BucketName | string |
None. |
|
| BackgroundColor | string |
None. |
|
| TextColor | string |
None. |
|
| IsActive | boolean |
None. |
|
| SubTotal | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| SalesTaxAmount | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| CouponsAndRebate | decimal number |
None. |
|
| AddOns | decimal number |
None. |
|
| DownPayment | decimal number |
None. |
|
| BalanceDue | decimal number |
None. |
|
| MonthlyInstallment | decimal number |
None. |
|
| InterestRate | decimal number |
None. |
|
| Duration | integer |
None. |
|
| PaymentId | string |
None. |
|
| PricingItemsTotal | decimal number |
None. |
|
| EquipmentTotal | decimal number |
None. |
|
| QuoteDiscount | decimal number |
None. |
|
| KeyFeatureList | Collection of string |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"QuoteNum": "sample string 2",
"BucketName": "sample string 3",
"BackgroundColor": "sample string 4",
"TextColor": "sample string 5",
"IsActive": true,
"SubTotal": 7.0,
"Discount": 8.0,
"TaxAmount": 9.0,
"SalesTaxAmount": 10.0,
"Total": 11.0,
"CouponsAndRebate": 12.0,
"AddOns": 13.0,
"DownPayment": 1.0,
"BalanceDue": 1.0,
"MonthlyInstallment": 14.1,
"InterestRate": 1.0,
"Duration": 1,
"PaymentId": "sample string 15",
"PricingItemsTotal": 16.0,
"EquipmentTotal": 17.0,
"QuoteDiscount": 18.0,
"KeyFeatureList": [
"sample string 1",
"sample string 2"
],
"AccountId": 19,
"CompanyId": "sample string 20",
"CreatedBy": "sample string 21",
"CreatedOn": "2025-12-16T20:08:32.7145399+00:00"
}
application/xml, text/xml
Sample:
<SaiSDQuotePricingBucket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">19</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 20</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 21</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:08:32.7145399+00:00</CreatedOn>
<AddOns>13</AddOns>
<BackgroundColor>sample string 4</BackgroundColor>
<BalanceDue>1</BalanceDue>
<BucketName>sample string 3</BucketName>
<CouponsAndRebate>12</CouponsAndRebate>
<Discount>8</Discount>
<DownPayment>1</DownPayment>
<Duration>1</Duration>
<EquipmentTotal>17</EquipmentTotal>
<Id>1</Id>
<InterestRate>1</InterestRate>
<IsActive>true</IsActive>
<KeyFeatureList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</KeyFeatureList>
<MonthlyInstallment>14.1</MonthlyInstallment>
<PaymentId>sample string 15</PaymentId>
<PricingItemsTotal>16</PricingItemsTotal>
<QuoteDiscount>18</QuoteDiscount>
<QuoteNum>sample string 2</QuoteNum>
<SalesTaxAmount>10</SalesTaxAmount>
<SubTotal>7</SubTotal>
<TaxAmount>9</TaxAmount>
<TextColor>sample string 5</TextColor>
<Total>11</Total>
</SaiSDQuotePricingBucket>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaiSDQuotePricingBucket| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| QuoteNum | string |
None. |
|
| BucketName | string |
None. |
|
| BackgroundColor | string |
None. |
|
| TextColor | string |
None. |
|
| IsActive | boolean |
None. |
|
| SubTotal | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| SalesTaxAmount | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| CouponsAndRebate | decimal number |
None. |
|
| AddOns | decimal number |
None. |
|
| DownPayment | decimal number |
None. |
|
| BalanceDue | decimal number |
None. |
|
| MonthlyInstallment | decimal number |
None. |
|
| InterestRate | decimal number |
None. |
|
| Duration | integer |
None. |
|
| PaymentId | string |
None. |
|
| PricingItemsTotal | decimal number |
None. |
|
| EquipmentTotal | decimal number |
None. |
|
| QuoteDiscount | decimal number |
None. |
|
| KeyFeatureList | Collection of string |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"QuoteNum": "sample string 2",
"BucketName": "sample string 3",
"BackgroundColor": "sample string 4",
"TextColor": "sample string 5",
"IsActive": true,
"SubTotal": 7.0,
"Discount": 8.0,
"TaxAmount": 9.0,
"SalesTaxAmount": 10.0,
"Total": 11.0,
"CouponsAndRebate": 12.0,
"AddOns": 13.0,
"DownPayment": 1.0,
"BalanceDue": 1.0,
"MonthlyInstallment": 14.1,
"InterestRate": 1.0,
"Duration": 1,
"PaymentId": "sample string 15",
"PricingItemsTotal": 16.0,
"EquipmentTotal": 17.0,
"QuoteDiscount": 18.0,
"KeyFeatureList": [
"sample string 1",
"sample string 2"
],
"AccountId": 19,
"CompanyId": "sample string 20",
"CreatedBy": "sample string 21",
"CreatedOn": "2025-12-16T20:08:32.7912642+00:00"
}
application/xml, text/xml
Sample:
<SaiSDQuotePricingBucket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
<AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">19</AccountId>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 20</CompanyId>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 21</CreatedBy>
<CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:08:32.7912642+00:00</CreatedOn>
<AddOns>13</AddOns>
<BackgroundColor>sample string 4</BackgroundColor>
<BalanceDue>1</BalanceDue>
<BucketName>sample string 3</BucketName>
<CouponsAndRebate>12</CouponsAndRebate>
<Discount>8</Discount>
<DownPayment>1</DownPayment>
<Duration>1</Duration>
<EquipmentTotal>17</EquipmentTotal>
<Id>1</Id>
<InterestRate>1</InterestRate>
<IsActive>true</IsActive>
<KeyFeatureList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</KeyFeatureList>
<MonthlyInstallment>14.1</MonthlyInstallment>
<PaymentId>sample string 15</PaymentId>
<PricingItemsTotal>16</PricingItemsTotal>
<QuoteDiscount>18</QuoteDiscount>
<QuoteNum>sample string 2</QuoteNum>
<SalesTaxAmount>10</SalesTaxAmount>
<SubTotal>7</SubTotal>
<TaxAmount>9</TaxAmount>
<TextColor>sample string 5</TextColor>
<Total>11</Total>
</SaiSDQuotePricingBucket>