Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.3 KB

File metadata and controls

20 lines (17 loc) · 1.3 KB

# CreateProjectDto

Properties

Name Type Description Notes
product_reference string Product reference (i.e external reference to Customer's Canvas product specification - main subject of this project).
order_id string Order identifier in ecommerce system. [optional]
order_url string Order url in ecommerce system. [optional]
order_number int Order number in ecommerce system. [optional]
order_line_item_index int Line item index from ecommerce system order. [optional]
order_line_item_id string Line Item identifier from ecommerce system order. [optional]
customer_id string Customer identifier in ecommerce system. [optional]
customer_name string Customer name in ecommerce system. [optional]
name string Project name. [optional]
owner_id string Project owner identifier.
items \Aurigma\Storefront\Model\ProjectItemParametersDto[] List of project items. [optional]
description string Description of the project. [optional]

[Back to Model list] [Back to API list] [Back to README]