Skip to main content

Fields

costs : [QuoteCostType]

The cost for quoting this product.

createdAt : DateTime

The date and time when the quote component was created.

identifier : ID

Identifier of the Quote.

productComponentIdentifier : ID

Identifier of the Product Component.

quotingParamsInputData : [QuotingParamType]

The input data used for quoting this product component.

termsAndConditionsS3Urls : [TermsAndConditionsS3UrlType]

S3 URLs for terms and conditions linked to this quote component.

Arguments
expireIn : Int default: 3600

Expiration time for S3 URLs in seconds. Defaults to 1 hour (3600 seconds).

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "costs": [QuoteCostType], "createdAt": "2015-03-06T23:14:04.150818+00:00", "identifier": "44264986", "productComponentIdentifier": "14356590", "quotingParamsInputData": [QuotingParamType], "termsAndConditionsS3Urls": [TermsAndConditionsS3UrlType] }