POST api/SaiSDQuotePricingBucketKeyFeature

Request Information

URI Parameters

None.

Body Parameters

SaiSDQuotePricingBucketKeyFeature
NameDescriptionTypeAdditional information
AccountId

integer

None.

CompanyId

string

None.

BucketId

integer

None.

QuoteNum

string

None.

KeyFeature

string

None.

KeyFeatureList

Collection of string

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Id

integer

None.

FieldPermissions

Collection of DTOFieldPermission

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": 1,
  "CompanyId": "sample string 2",
  "BucketId": 3,
  "QuoteNum": "sample string 4",
  "KeyFeature": "sample string 5",
  "KeyFeatureList": [
    "sample string 1",
    "sample string 2"
  ],
  "CreatedOn": "2025-12-16T21:54:37.3205153+00:00",
  "CreatedBy": "sample string 7",
  "UpdatedOn": "2025-12-16T21:54:37.3205153+00:00",
  "UpdatedBy": "sample string 8",
  "IsLockedForEditing": true,
  "LockedBy": "sample string 10",
  "Id": 11,
  "FieldPermissions": []
}

application/xml, text/xml

Sample:
<SaiSDQuotePricingBucketKeyFeature xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <Id xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">11</Id>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 7</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T21:54:37.3205153+00:00</CreatedOn>
  <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">true</IsLockedForEditing>
  <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 10</LockedBy>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">sample string 8</UpdatedBy>
  <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Base">2025-12-16T21:54:37.3205153+00:00</UpdatedOn>
  <AccountId>1</AccountId>
  <BucketId>3</BucketId>
  <CompanyId>sample string 2</CompanyId>
  <KeyFeature>sample string 5</KeyFeature>
  <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>
  <QuoteNum>sample string 4</QuoteNum>
</SaiSDQuotePricingBucketKeyFeature>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />