GET/api/gateway/v2/sets/getpossiblesetsforproject

Get Possible Sets for the provided Project

Query Parameters

projectId*string

Id of the Project

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/gateway/v2/sets/getpossiblesetsforproject?projectId=string"
{  "applicationId": 0,  "id": "string",  "entityId": 0,  "attributes": {    "property1": "string",    "property2": "string"  },  "createdAt": "2019-08-24T14:15:22Z",  "customer": {    "id": "string",    "entityId": 0,    "debtorCode": "string"  },  "customerId": 0,  "deliveryAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "deliveryLicensee": {    "id": 0,    "code": "string"  },  "licensee": {    "id": 0,    "code": "string"  },  "deliveryRef": "string",  "description": "string",  "executionAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "externalReference": "string",  "isEditable": true,  "lastModifiedAt": "2019-08-24T14:15:22Z",  "lastOpenedAt": "2019-08-24T14:15:22Z",  "messages": [    {      "context": "None",      "contextReference": "string",      "kind": "Information",      "scope": "None",      "text": "string",      "origin": "Default"    }  ],  "polygons": [    {      "id": "string",      "entityId": 0,      "lineNumber": 0,      "lineNumberSuffix": "string",      "attributes": {        "property1": "string",        "property2": "string"      },      "categoryDescription": "string",      "categoryFavoriteDescription": "string",      "categoryFavoriteId": 0,      "categoryLinks": [        {          "id": 0,          "categoryLinkMaterial": {            "materialCode": "string",            "supplierCode": "string",            "materialId": 0,            "materialDescription": "string",            "materialColor": "string",            "materialRemarks": "string",            "materialComposition": "string",            "materialSalePrice": 0,            "saleQuantity": 0,            "calcQuantity": 0,            "calcQuantityNet": 0,            "saleUnit": "string",            "supplierId": 0,            "supplierSbnKey": 0,            "price": {              "discountAmount": 0.1,              "priceGroups": [                {                  "code": "string",                  "description": "string",                  "displayOrder": 0,                  "elements": [                    {                      "code": "string",                      "materialId": 0,                      "supplierCode": "string",                      "description": "string",                      "purchasePrice": {                        "unitPurchasePrice": 0,                        "totalPurchasePrice": 0                      },                      "quantity": 0.1,                      "totalPrice": 0.1,                      "totalPriceBeforePromotion": 0.1,                      "unit": "string",                      "unitPrice": 0.1,                      "unitPriceBeforePromotion": 0.1,                      "totalPriceExclVat": 0.1,                      "unitPriceExclVat": 0.1,                      "vatAmount": 0.1,                      "vatPercentage": 0.1                    }                  ]                }              ],              "promotions": [                {                  "code": "string",                  "description": "string",                  "priceDiscount": 0.1,                  "reference": "string",                  "validUntil": "2019-08-24T14:15:22Z",                  "priceDiscountExclVat": 0.1,                  "attributes": {                    "property1": "string",                    "property2": "string"                  }                }              ],              "totalPrice": 0.1,              "totalPriceBeforePromotions": 0.1,              "totalPurchasePrice": 0.1            },            "properties": [              {                "id": 0,                "controlType": "Text",                "customControlCode": "string",                "dataType": 0,                "valueDataType": "None",                "defaultControlType": "Text",                "description": "string",                "displayLabel": "string",                "displayOrder": 0,                "displaySuffix": "string",                "hasDynamicDescription": true,                "interfaceKey": "string",                "isModified": true,                "isModifiedByApp": true,                "isReadonly": true,                "isRequired": true,                "isVisible": true,                "isAvailableBeforeCalculation": true,                "listValues": [                  {                    "description": "string",                    "imageUrl": "string",                    "interfaceKey": "string",                    "skills": "string",                    "remarks": "string",                    "value": "string",                    "isDisabled": true,                    "priceDifference": 0,                    "price": 0,                    "categoryLinkPropertyId": 0,                    "contentBlockId": "string"                  }                ],                "propertyId": 0,                "remarks": "string",                "value": "string",                "validation": {                  "min": null,                  "max": null,                  "precision": 0,                  "step": null,                  "isValid": true                },                "imageUrl": "string",                "explanation": "string"              }            ],            "messages": [              {                "context": "None",                "contextReference": "string",                "kind": "Information",                "scope": "None",                "text": "string",                "origin": "Default"              }            ],            "redistributionInfo": "string"          },          "categoryMaterialOptionFilter": 0,          "categoryMaterialOptionInterfaceKeys": [            "string"          ],          "childCategoryDescription": "string",          "childCategoryId": 0,          "description": "string",          "imageUrl": "string",          "interfaceKey": "string",          "isEnabled": true,          "isMainCategory": true,          "parentCategoryId": 0,          "quantityDescription": "string",          "remarks": "string",          "requiredLevel": "None",          "options": [            "None"          ]        }      ],      "appliedExtras": [        {          "id": "string",          "materialId": 0,          "materialCategoryId": 0,          "categoryExtraId": 0,          "quantity": 0.1,          "description": "string",          "priceElement": {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        }      ],      "categoryPresetId": 0,      "categoryPresetExternalReference": "string",      "chainedChildren": [        {          "id": "string",          "entityId": 0,          "lineNumber": 0,          "lineNumberSuffix": "string",          "attributes": {            "property1": "string",            "property2": "string"          },          "categoryDescription": "string",          "categoryFavoriteDescription": "string",          "categoryFavoriteId": 0,          "categoryLinks": [            {              "id": 0,              "categoryLinkMaterial": {                "materialCode": "string",                "supplierCode": "string",                "materialId": 0,                "materialDescription": "string",                "materialColor": "string",                "materialRemarks": "string",                "materialComposition": "string",                "materialSalePrice": 0,                "saleQuantity": 0,                "calcQuantity": 0,                "calcQuantityNet": 0,                "saleUnit": "string",                "supplierId": 0,                "supplierSbnKey": 0,                "price": {                  "discountAmount": 0.1,                  "priceGroups": [                    {                      "code": "string",                      "description": "string",                      "displayOrder": 0,                      "elements": [                        {                          "code": "string",                          "materialId": 0,                          "supplierCode": "string",                          "description": "string",                          "purchasePrice": {                            "unitPurchasePrice": 0,                            "totalPurchasePrice": 0                          },                          "quantity": 0.1,                          "totalPrice": 0.1,                          "totalPriceBeforePromotion": 0.1,                          "unit": "string",                          "unitPrice": 0.1,                          "unitPriceBeforePromotion": 0.1,                          "totalPriceExclVat": 0.1,                          "unitPriceExclVat": 0.1,                          "vatAmount": 0.1,                          "vatPercentage": 0.1                        }                      ]                    }                  ],                  "promotions": [                    {                      "code": "string",                      "description": "string",                      "priceDiscount": 0.1,                      "reference": "string",                      "validUntil": "2019-08-24T14:15:22Z",                      "priceDiscountExclVat": 0.1,                      "attributes": {                        "property1": "string",                        "property2": "string"                      }                    }                  ],                  "totalPrice": 0.1,                  "totalPriceBeforePromotions": 0.1,                  "totalPurchasePrice": 0.1                },                "properties": [                  {                    "id": 0,                    "controlType": "Text",                    "customControlCode": "string",                    "dataType": 0,                    "valueDataType": "None",                    "defaultControlType": "Text",                    "description": "string",                    "displayLabel": "string",                    "displayOrder": 0,                    "displaySuffix": "string",                    "hasDynamicDescription": true,                    "interfaceKey": "string",                    "isModified": true,                    "isModifiedByApp": true,                    "isReadonly": true,                    "isRequired": true,                    "isVisible": true,                    "isAvailableBeforeCalculation": true,                    "listValues": [                      {                        "description": "string",                        "imageUrl": "string",                        "interfaceKey": "string",                        "skills": "string",                        "remarks": "string",                        "value": "string",                        "isDisabled": true,                        "priceDifference": 0,                        "price": 0,                        "categoryLinkPropertyId": 0,                        "contentBlockId": "string"                      }                    ],                    "propertyId": 0,                    "remarks": "string",                    "value": "string",                    "validation": {                      "min": null,                      "max": null,                      "precision": 0,                      "step": null,                      "isValid": true                    },                    "imageUrl": "string",                    "explanation": "string"                  }                ],                "messages": [                  {                    "context": "None",                    "contextReference": "string",                    "kind": "Information",                    "scope": "None",                    "text": "string",                    "origin": "Default"                  }                ],                "redistributionInfo": "string"              },              "categoryMaterialOptionFilter": 0,              "categoryMaterialOptionInterfaceKeys": [                "string"              ],              "childCategoryDescription": "string",              "childCategoryId": 0,              "description": "string",              "imageUrl": "string",              "interfaceKey": "string",              "isEnabled": true,              "isMainCategory": true,              "parentCategoryId": 0,              "quantityDescription": "string",              "remarks": "string",              "requiredLevel": "None",              "options": [                "None"              ]            }          ],          "appliedExtras": [            {              "id": "string",              "materialId": 0,              "materialCategoryId": 0,              "categoryExtraId": 0,              "quantity": 0.1,              "description": "string",              "priceElement": {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            }          ],          "categoryPresetId": 0,          "categoryPresetExternalReference": "string",          "chainedChildren": [],          "currentStatus": {            "remarks": "string",            "statusDateTime": "2019-08-24T14:15:22Z",            "statusDescription": "string",            "statusValue": 0          },          "description": "string",          "dimensionsInfo": {            "maxHeight": 0,            "maxWidth": 0,            "minHeight": 0,            "minWidth": 0          },          "documentations": [            {              "description": "string",              "documentationKind": "General",              "documentationUrl": "string",              "mediaType": "None"            }          ],          "grossHeight": 0,          "grossWidth": 0,          "height": 0,          "heightCorrection": 0,          "isDescriptionEnabled": true,          "isDeleted": true,          "isHeightEnabled": true,          "isReadonly": true,          "isWidthEnabled": true,          "leadTime": 0.1,          "modelCode": "string",          "modelDescription": "string",          "modelId": "string",          "modelImageUrl": "string",          "modelInterfaceKey": "string",          "polygonNumber": "string",          "polygonNumberGrouped": "string",          "polygonTypeId": 0,          "prices": {            "discountAmount": 0.1,            "priceGroups": [              {                "code": "string",                "description": "string",                "displayOrder": 0,                "elements": [                  {                    "code": "string",                    "materialId": 0,                    "supplierCode": "string",                    "description": "string",                    "purchasePrice": {                      "unitPurchasePrice": 0,                      "totalPurchasePrice": 0                    },                    "quantity": 0.1,                    "totalPrice": 0.1,                    "totalPriceBeforePromotion": 0.1,                    "unit": "string",                    "unitPrice": 0.1,                    "unitPriceBeforePromotion": 0.1,                    "totalPriceExclVat": 0.1,                    "unitPriceExclVat": 0.1,                    "vatAmount": 0.1,                    "vatPercentage": 0.1                  }                ]              }            ],            "promotions": [              {                "code": "string",                "description": "string",                "priceDiscount": 0.1,                "reference": "string",                "validUntil": "2019-08-24T14:15:22Z",                "priceDiscountExclVat": 0.1,                "attributes": {                  "property1": "string",                  "property2": "string"                }              }            ],            "totalPrice": 0.1,            "totalPriceBeforePromotions": 0.1,            "totalPurchasePrice": 0.1          },          "productCategoryId": 0,          "productCategoryInterfaceKey": "string",          "productCode": "string",          "state": "New",          "visuals": [            {              "name": "string",              "url": "string",              "remarks": "string"            }          ],          "width": 0,          "widthCorrection": 0,          "widthMeasurementTypeSettingId": 0,          "heightMeasurementTypeSettingId": 0        }      ],      "currentStatus": {        "remarks": "string",        "statusDateTime": "2019-08-24T14:15:22Z",        "statusDescription": "string",        "statusValue": 0      },      "description": "string",      "dimensionsInfo": {        "maxHeight": 0,        "maxWidth": 0,        "minHeight": 0,        "minWidth": 0      },      "documentations": [        {          "description": "string",          "documentationKind": "General",          "documentationUrl": "string",          "mediaType": "None"        }      ],      "grossHeight": 0,      "grossWidth": 0,      "height": 0,      "heightCorrection": 0,      "isDescriptionEnabled": true,      "isDeleted": true,      "isHeightEnabled": true,      "isReadonly": true,      "isWidthEnabled": true,      "leadTime": 0.1,      "modelCode": "string",      "modelDescription": "string",      "modelId": "string",      "modelImageUrl": "string",      "modelInterfaceKey": "string",      "polygonNumber": "string",      "polygonNumberGrouped": "string",      "polygonTypeId": 0,      "prices": {        "discountAmount": 0.1,        "priceGroups": [          {            "code": "string",            "description": "string",            "displayOrder": 0,            "elements": [              {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            ]          }        ],        "promotions": [          {            "code": "string",            "description": "string",            "priceDiscount": 0.1,            "reference": "string",            "validUntil": "2019-08-24T14:15:22Z",            "priceDiscountExclVat": 0.1,            "attributes": {              "property1": "string",              "property2": "string"            }          }        ],        "totalPrice": 0.1,        "totalPriceBeforePromotions": 0.1,        "totalPurchasePrice": 0.1      },      "productCategoryId": 0,      "productCategoryInterfaceKey": "string",      "productCode": "string",      "state": "New",      "visuals": [        {          "name": "string",          "url": "string",          "remarks": "string"        }      ],      "width": 0,      "widthCorrection": 0,      "widthMeasurementTypeSettingId": 0,      "heightMeasurementTypeSettingId": 0    }  ],  "projectPrices": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "price": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "projectNumber": "string",  "projectStatus": "Entered",  "projectSets": [    {      "id": "string",      "entityId": 0,      "setId": 0,      "description": "string",      "remarks": "string",      "imageUrl": "string",      "polygonIds": [        "string"      ]    }  ],  "projectType": {    "id": 0,    "code": "string"  },  "reference": "string",  "remarks": "string",  "salesman": {    "id": 0,    "name": "string",    "username": "string"  }}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}
GET/api/gateway/v2/sets/getpossiblesetsforpolygon

Get Possible Sets for the provided Polygon

Query Parameters

polygonId*string

Id of the Polygon

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/gateway/v2/sets/getpossiblesetsforpolygon?polygonId=string"
{  "applicationId": 0,  "id": "string",  "entityId": 0,  "attributes": {    "property1": "string",    "property2": "string"  },  "createdAt": "2019-08-24T14:15:22Z",  "customer": {    "id": "string",    "entityId": 0,    "debtorCode": "string"  },  "customerId": 0,  "deliveryAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "deliveryLicensee": {    "id": 0,    "code": "string"  },  "licensee": {    "id": 0,    "code": "string"  },  "deliveryRef": "string",  "description": "string",  "executionAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "externalReference": "string",  "isEditable": true,  "lastModifiedAt": "2019-08-24T14:15:22Z",  "lastOpenedAt": "2019-08-24T14:15:22Z",  "messages": [    {      "context": "None",      "contextReference": "string",      "kind": "Information",      "scope": "None",      "text": "string",      "origin": "Default"    }  ],  "polygons": [    {      "id": "string",      "entityId": 0,      "lineNumber": 0,      "lineNumberSuffix": "string",      "attributes": {        "property1": "string",        "property2": "string"      },      "categoryDescription": "string",      "categoryFavoriteDescription": "string",      "categoryFavoriteId": 0,      "categoryLinks": [        {          "id": 0,          "categoryLinkMaterial": {            "materialCode": "string",            "supplierCode": "string",            "materialId": 0,            "materialDescription": "string",            "materialColor": "string",            "materialRemarks": "string",            "materialComposition": "string",            "materialSalePrice": 0,            "saleQuantity": 0,            "calcQuantity": 0,            "calcQuantityNet": 0,            "saleUnit": "string",            "supplierId": 0,            "supplierSbnKey": 0,            "price": {              "discountAmount": 0.1,              "priceGroups": [                {                  "code": "string",                  "description": "string",                  "displayOrder": 0,                  "elements": [                    {                      "code": "string",                      "materialId": 0,                      "supplierCode": "string",                      "description": "string",                      "purchasePrice": {                        "unitPurchasePrice": 0,                        "totalPurchasePrice": 0                      },                      "quantity": 0.1,                      "totalPrice": 0.1,                      "totalPriceBeforePromotion": 0.1,                      "unit": "string",                      "unitPrice": 0.1,                      "unitPriceBeforePromotion": 0.1,                      "totalPriceExclVat": 0.1,                      "unitPriceExclVat": 0.1,                      "vatAmount": 0.1,                      "vatPercentage": 0.1                    }                  ]                }              ],              "promotions": [                {                  "code": "string",                  "description": "string",                  "priceDiscount": 0.1,                  "reference": "string",                  "validUntil": "2019-08-24T14:15:22Z",                  "priceDiscountExclVat": 0.1,                  "attributes": {                    "property1": "string",                    "property2": "string"                  }                }              ],              "totalPrice": 0.1,              "totalPriceBeforePromotions": 0.1,              "totalPurchasePrice": 0.1            },            "properties": [              {                "id": 0,                "controlType": "Text",                "customControlCode": "string",                "dataType": 0,                "valueDataType": "None",                "defaultControlType": "Text",                "description": "string",                "displayLabel": "string",                "displayOrder": 0,                "displaySuffix": "string",                "hasDynamicDescription": true,                "interfaceKey": "string",                "isModified": true,                "isModifiedByApp": true,                "isReadonly": true,                "isRequired": true,                "isVisible": true,                "isAvailableBeforeCalculation": true,                "listValues": [                  {                    "description": "string",                    "imageUrl": "string",                    "interfaceKey": "string",                    "skills": "string",                    "remarks": "string",                    "value": "string",                    "isDisabled": true,                    "priceDifference": 0,                    "price": 0,                    "categoryLinkPropertyId": 0,                    "contentBlockId": "string"                  }                ],                "propertyId": 0,                "remarks": "string",                "value": "string",                "validation": {                  "min": null,                  "max": null,                  "precision": 0,                  "step": null,                  "isValid": true                },                "imageUrl": "string",                "explanation": "string"              }            ],            "messages": [              {                "context": "None",                "contextReference": "string",                "kind": "Information",                "scope": "None",                "text": "string",                "origin": "Default"              }            ],            "redistributionInfo": "string"          },          "categoryMaterialOptionFilter": 0,          "categoryMaterialOptionInterfaceKeys": [            "string"          ],          "childCategoryDescription": "string",          "childCategoryId": 0,          "description": "string",          "imageUrl": "string",          "interfaceKey": "string",          "isEnabled": true,          "isMainCategory": true,          "parentCategoryId": 0,          "quantityDescription": "string",          "remarks": "string",          "requiredLevel": "None",          "options": [            "None"          ]        }      ],      "appliedExtras": [        {          "id": "string",          "materialId": 0,          "materialCategoryId": 0,          "categoryExtraId": 0,          "quantity": 0.1,          "description": "string",          "priceElement": {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        }      ],      "categoryPresetId": 0,      "categoryPresetExternalReference": "string",      "chainedChildren": [        {          "id": "string",          "entityId": 0,          "lineNumber": 0,          "lineNumberSuffix": "string",          "attributes": {            "property1": "string",            "property2": "string"          },          "categoryDescription": "string",          "categoryFavoriteDescription": "string",          "categoryFavoriteId": 0,          "categoryLinks": [            {              "id": 0,              "categoryLinkMaterial": {                "materialCode": "string",                "supplierCode": "string",                "materialId": 0,                "materialDescription": "string",                "materialColor": "string",                "materialRemarks": "string",                "materialComposition": "string",                "materialSalePrice": 0,                "saleQuantity": 0,                "calcQuantity": 0,                "calcQuantityNet": 0,                "saleUnit": "string",                "supplierId": 0,                "supplierSbnKey": 0,                "price": {                  "discountAmount": 0.1,                  "priceGroups": [                    {                      "code": "string",                      "description": "string",                      "displayOrder": 0,                      "elements": [                        {                          "code": "string",                          "materialId": 0,                          "supplierCode": "string",                          "description": "string",                          "purchasePrice": {                            "unitPurchasePrice": 0,                            "totalPurchasePrice": 0                          },                          "quantity": 0.1,                          "totalPrice": 0.1,                          "totalPriceBeforePromotion": 0.1,                          "unit": "string",                          "unitPrice": 0.1,                          "unitPriceBeforePromotion": 0.1,                          "totalPriceExclVat": 0.1,                          "unitPriceExclVat": 0.1,                          "vatAmount": 0.1,                          "vatPercentage": 0.1                        }                      ]                    }                  ],                  "promotions": [                    {                      "code": "string",                      "description": "string",                      "priceDiscount": 0.1,                      "reference": "string",                      "validUntil": "2019-08-24T14:15:22Z",                      "priceDiscountExclVat": 0.1,                      "attributes": {                        "property1": "string",                        "property2": "string"                      }                    }                  ],                  "totalPrice": 0.1,                  "totalPriceBeforePromotions": 0.1,                  "totalPurchasePrice": 0.1                },                "properties": [                  {                    "id": 0,                    "controlType": "Text",                    "customControlCode": "string",                    "dataType": 0,                    "valueDataType": "None",                    "defaultControlType": "Text",                    "description": "string",                    "displayLabel": "string",                    "displayOrder": 0,                    "displaySuffix": "string",                    "hasDynamicDescription": true,                    "interfaceKey": "string",                    "isModified": true,                    "isModifiedByApp": true,                    "isReadonly": true,                    "isRequired": true,                    "isVisible": true,                    "isAvailableBeforeCalculation": true,                    "listValues": [                      {                        "description": "string",                        "imageUrl": "string",                        "interfaceKey": "string",                        "skills": "string",                        "remarks": "string",                        "value": "string",                        "isDisabled": true,                        "priceDifference": 0,                        "price": 0,                        "categoryLinkPropertyId": 0,                        "contentBlockId": "string"                      }                    ],                    "propertyId": 0,                    "remarks": "string",                    "value": "string",                    "validation": {                      "min": null,                      "max": null,                      "precision": 0,                      "step": null,                      "isValid": true                    },                    "imageUrl": "string",                    "explanation": "string"                  }                ],                "messages": [                  {                    "context": "None",                    "contextReference": "string",                    "kind": "Information",                    "scope": "None",                    "text": "string",                    "origin": "Default"                  }                ],                "redistributionInfo": "string"              },              "categoryMaterialOptionFilter": 0,              "categoryMaterialOptionInterfaceKeys": [                "string"              ],              "childCategoryDescription": "string",              "childCategoryId": 0,              "description": "string",              "imageUrl": "string",              "interfaceKey": "string",              "isEnabled": true,              "isMainCategory": true,              "parentCategoryId": 0,              "quantityDescription": "string",              "remarks": "string",              "requiredLevel": "None",              "options": [                "None"              ]            }          ],          "appliedExtras": [            {              "id": "string",              "materialId": 0,              "materialCategoryId": 0,              "categoryExtraId": 0,              "quantity": 0.1,              "description": "string",              "priceElement": {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            }          ],          "categoryPresetId": 0,          "categoryPresetExternalReference": "string",          "chainedChildren": [],          "currentStatus": {            "remarks": "string",            "statusDateTime": "2019-08-24T14:15:22Z",            "statusDescription": "string",            "statusValue": 0          },          "description": "string",          "dimensionsInfo": {            "maxHeight": 0,            "maxWidth": 0,            "minHeight": 0,            "minWidth": 0          },          "documentations": [            {              "description": "string",              "documentationKind": "General",              "documentationUrl": "string",              "mediaType": "None"            }          ],          "grossHeight": 0,          "grossWidth": 0,          "height": 0,          "heightCorrection": 0,          "isDescriptionEnabled": true,          "isDeleted": true,          "isHeightEnabled": true,          "isReadonly": true,          "isWidthEnabled": true,          "leadTime": 0.1,          "modelCode": "string",          "modelDescription": "string",          "modelId": "string",          "modelImageUrl": "string",          "modelInterfaceKey": "string",          "polygonNumber": "string",          "polygonNumberGrouped": "string",          "polygonTypeId": 0,          "prices": {            "discountAmount": 0.1,            "priceGroups": [              {                "code": "string",                "description": "string",                "displayOrder": 0,                "elements": [                  {                    "code": "string",                    "materialId": 0,                    "supplierCode": "string",                    "description": "string",                    "purchasePrice": {                      "unitPurchasePrice": 0,                      "totalPurchasePrice": 0                    },                    "quantity": 0.1,                    "totalPrice": 0.1,                    "totalPriceBeforePromotion": 0.1,                    "unit": "string",                    "unitPrice": 0.1,                    "unitPriceBeforePromotion": 0.1,                    "totalPriceExclVat": 0.1,                    "unitPriceExclVat": 0.1,                    "vatAmount": 0.1,                    "vatPercentage": 0.1                  }                ]              }            ],            "promotions": [              {                "code": "string",                "description": "string",                "priceDiscount": 0.1,                "reference": "string",                "validUntil": "2019-08-24T14:15:22Z",                "priceDiscountExclVat": 0.1,                "attributes": {                  "property1": "string",                  "property2": "string"                }              }            ],            "totalPrice": 0.1,            "totalPriceBeforePromotions": 0.1,            "totalPurchasePrice": 0.1          },          "productCategoryId": 0,          "productCategoryInterfaceKey": "string",          "productCode": "string",          "state": "New",          "visuals": [            {              "name": "string",              "url": "string",              "remarks": "string"            }          ],          "width": 0,          "widthCorrection": 0,          "widthMeasurementTypeSettingId": 0,          "heightMeasurementTypeSettingId": 0        }      ],      "currentStatus": {        "remarks": "string",        "statusDateTime": "2019-08-24T14:15:22Z",        "statusDescription": "string",        "statusValue": 0      },      "description": "string",      "dimensionsInfo": {        "maxHeight": 0,        "maxWidth": 0,        "minHeight": 0,        "minWidth": 0      },      "documentations": [        {          "description": "string",          "documentationKind": "General",          "documentationUrl": "string",          "mediaType": "None"        }      ],      "grossHeight": 0,      "grossWidth": 0,      "height": 0,      "heightCorrection": 0,      "isDescriptionEnabled": true,      "isDeleted": true,      "isHeightEnabled": true,      "isReadonly": true,      "isWidthEnabled": true,      "leadTime": 0.1,      "modelCode": "string",      "modelDescription": "string",      "modelId": "string",      "modelImageUrl": "string",      "modelInterfaceKey": "string",      "polygonNumber": "string",      "polygonNumberGrouped": "string",      "polygonTypeId": 0,      "prices": {        "discountAmount": 0.1,        "priceGroups": [          {            "code": "string",            "description": "string",            "displayOrder": 0,            "elements": [              {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            ]          }        ],        "promotions": [          {            "code": "string",            "description": "string",            "priceDiscount": 0.1,            "reference": "string",            "validUntil": "2019-08-24T14:15:22Z",            "priceDiscountExclVat": 0.1,            "attributes": {              "property1": "string",              "property2": "string"            }          }        ],        "totalPrice": 0.1,        "totalPriceBeforePromotions": 0.1,        "totalPurchasePrice": 0.1      },      "productCategoryId": 0,      "productCategoryInterfaceKey": "string",      "productCode": "string",      "state": "New",      "visuals": [        {          "name": "string",          "url": "string",          "remarks": "string"        }      ],      "width": 0,      "widthCorrection": 0,      "widthMeasurementTypeSettingId": 0,      "heightMeasurementTypeSettingId": 0    }  ],  "projectPrices": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "price": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "projectNumber": "string",  "projectStatus": "Entered",  "projectSets": [    {      "id": "string",      "entityId": 0,      "setId": 0,      "description": "string",      "remarks": "string",      "imageUrl": "string",      "polygonIds": [        "string"      ]    }  ],  "projectType": {    "id": 0,    "code": "string"  },  "reference": "string",  "remarks": "string",  "salesman": {    "id": 0,    "name": "string",    "username": "string"  }}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}
POST/api/gateway/v2/sets/createprojectset

Creates a new ProjectSet

Request Body

application/json

Request to create a ProjectSet for a Project

TypeScript Definitions

Use the request body type in TypeScript.

Contains information about the request for initial creation of a ProjectSet.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/gateway/v2/sets/createprojectset" \  -H "Content-Type: application/json" \  -d '{}'
{  "applicationId": 0,  "id": "string",  "entityId": 0,  "attributes": {    "property1": "string",    "property2": "string"  },  "createdAt": "2019-08-24T14:15:22Z",  "customer": {    "id": "string",    "entityId": 0,    "debtorCode": "string"  },  "customerId": 0,  "deliveryAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "deliveryLicensee": {    "id": 0,    "code": "string"  },  "licensee": {    "id": 0,    "code": "string"  },  "deliveryRef": "string",  "description": "string",  "executionAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "externalReference": "string",  "isEditable": true,  "lastModifiedAt": "2019-08-24T14:15:22Z",  "lastOpenedAt": "2019-08-24T14:15:22Z",  "messages": [    {      "context": "None",      "contextReference": "string",      "kind": "Information",      "scope": "None",      "text": "string",      "origin": "Default"    }  ],  "polygons": [    {      "id": "string",      "entityId": 0,      "lineNumber": 0,      "lineNumberSuffix": "string",      "attributes": {        "property1": "string",        "property2": "string"      },      "categoryDescription": "string",      "categoryFavoriteDescription": "string",      "categoryFavoriteId": 0,      "categoryLinks": [        {          "id": 0,          "categoryLinkMaterial": {            "materialCode": "string",            "supplierCode": "string",            "materialId": 0,            "materialDescription": "string",            "materialColor": "string",            "materialRemarks": "string",            "materialComposition": "string",            "materialSalePrice": 0,            "saleQuantity": 0,            "calcQuantity": 0,            "calcQuantityNet": 0,            "saleUnit": "string",            "supplierId": 0,            "supplierSbnKey": 0,            "price": {              "discountAmount": 0.1,              "priceGroups": [                {                  "code": "string",                  "description": "string",                  "displayOrder": 0,                  "elements": [                    {                      "code": "string",                      "materialId": 0,                      "supplierCode": "string",                      "description": "string",                      "purchasePrice": {                        "unitPurchasePrice": 0,                        "totalPurchasePrice": 0                      },                      "quantity": 0.1,                      "totalPrice": 0.1,                      "totalPriceBeforePromotion": 0.1,                      "unit": "string",                      "unitPrice": 0.1,                      "unitPriceBeforePromotion": 0.1,                      "totalPriceExclVat": 0.1,                      "unitPriceExclVat": 0.1,                      "vatAmount": 0.1,                      "vatPercentage": 0.1                    }                  ]                }              ],              "promotions": [                {                  "code": "string",                  "description": "string",                  "priceDiscount": 0.1,                  "reference": "string",                  "validUntil": "2019-08-24T14:15:22Z",                  "priceDiscountExclVat": 0.1,                  "attributes": {                    "property1": "string",                    "property2": "string"                  }                }              ],              "totalPrice": 0.1,              "totalPriceBeforePromotions": 0.1,              "totalPurchasePrice": 0.1            },            "properties": [              {                "id": 0,                "controlType": "Text",                "customControlCode": "string",                "dataType": 0,                "valueDataType": "None",                "defaultControlType": "Text",                "description": "string",                "displayLabel": "string",                "displayOrder": 0,                "displaySuffix": "string",                "hasDynamicDescription": true,                "interfaceKey": "string",                "isModified": true,                "isModifiedByApp": true,                "isReadonly": true,                "isRequired": true,                "isVisible": true,                "isAvailableBeforeCalculation": true,                "listValues": [                  {                    "description": "string",                    "imageUrl": "string",                    "interfaceKey": "string",                    "skills": "string",                    "remarks": "string",                    "value": "string",                    "isDisabled": true,                    "priceDifference": 0,                    "price": 0,                    "categoryLinkPropertyId": 0,                    "contentBlockId": "string"                  }                ],                "propertyId": 0,                "remarks": "string",                "value": "string",                "validation": {                  "min": null,                  "max": null,                  "precision": 0,                  "step": null,                  "isValid": true                },                "imageUrl": "string",                "explanation": "string"              }            ],            "messages": [              {                "context": "None",                "contextReference": "string",                "kind": "Information",                "scope": "None",                "text": "string",                "origin": "Default"              }            ],            "redistributionInfo": "string"          },          "categoryMaterialOptionFilter": 0,          "categoryMaterialOptionInterfaceKeys": [            "string"          ],          "childCategoryDescription": "string",          "childCategoryId": 0,          "description": "string",          "imageUrl": "string",          "interfaceKey": "string",          "isEnabled": true,          "isMainCategory": true,          "parentCategoryId": 0,          "quantityDescription": "string",          "remarks": "string",          "requiredLevel": "None",          "options": [            "None"          ]        }      ],      "appliedExtras": [        {          "id": "string",          "materialId": 0,          "materialCategoryId": 0,          "categoryExtraId": 0,          "quantity": 0.1,          "description": "string",          "priceElement": {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        }      ],      "categoryPresetId": 0,      "categoryPresetExternalReference": "string",      "chainedChildren": [        {          "id": "string",          "entityId": 0,          "lineNumber": 0,          "lineNumberSuffix": "string",          "attributes": {            "property1": "string",            "property2": "string"          },          "categoryDescription": "string",          "categoryFavoriteDescription": "string",          "categoryFavoriteId": 0,          "categoryLinks": [            {              "id": 0,              "categoryLinkMaterial": {                "materialCode": "string",                "supplierCode": "string",                "materialId": 0,                "materialDescription": "string",                "materialColor": "string",                "materialRemarks": "string",                "materialComposition": "string",                "materialSalePrice": 0,                "saleQuantity": 0,                "calcQuantity": 0,                "calcQuantityNet": 0,                "saleUnit": "string",                "supplierId": 0,                "supplierSbnKey": 0,                "price": {                  "discountAmount": 0.1,                  "priceGroups": [                    {                      "code": "string",                      "description": "string",                      "displayOrder": 0,                      "elements": [                        {                          "code": "string",                          "materialId": 0,                          "supplierCode": "string",                          "description": "string",                          "purchasePrice": {                            "unitPurchasePrice": 0,                            "totalPurchasePrice": 0                          },                          "quantity": 0.1,                          "totalPrice": 0.1,                          "totalPriceBeforePromotion": 0.1,                          "unit": "string",                          "unitPrice": 0.1,                          "unitPriceBeforePromotion": 0.1,                          "totalPriceExclVat": 0.1,                          "unitPriceExclVat": 0.1,                          "vatAmount": 0.1,                          "vatPercentage": 0.1                        }                      ]                    }                  ],                  "promotions": [                    {                      "code": "string",                      "description": "string",                      "priceDiscount": 0.1,                      "reference": "string",                      "validUntil": "2019-08-24T14:15:22Z",                      "priceDiscountExclVat": 0.1,                      "attributes": {                        "property1": "string",                        "property2": "string"                      }                    }                  ],                  "totalPrice": 0.1,                  "totalPriceBeforePromotions": 0.1,                  "totalPurchasePrice": 0.1                },                "properties": [                  {                    "id": 0,                    "controlType": "Text",                    "customControlCode": "string",                    "dataType": 0,                    "valueDataType": "None",                    "defaultControlType": "Text",                    "description": "string",                    "displayLabel": "string",                    "displayOrder": 0,                    "displaySuffix": "string",                    "hasDynamicDescription": true,                    "interfaceKey": "string",                    "isModified": true,                    "isModifiedByApp": true,                    "isReadonly": true,                    "isRequired": true,                    "isVisible": true,                    "isAvailableBeforeCalculation": true,                    "listValues": [                      {                        "description": "string",                        "imageUrl": "string",                        "interfaceKey": "string",                        "skills": "string",                        "remarks": "string",                        "value": "string",                        "isDisabled": true,                        "priceDifference": 0,                        "price": 0,                        "categoryLinkPropertyId": 0,                        "contentBlockId": "string"                      }                    ],                    "propertyId": 0,                    "remarks": "string",                    "value": "string",                    "validation": {                      "min": null,                      "max": null,                      "precision": 0,                      "step": null,                      "isValid": true                    },                    "imageUrl": "string",                    "explanation": "string"                  }                ],                "messages": [                  {                    "context": "None",                    "contextReference": "string",                    "kind": "Information",                    "scope": "None",                    "text": "string",                    "origin": "Default"                  }                ],                "redistributionInfo": "string"              },              "categoryMaterialOptionFilter": 0,              "categoryMaterialOptionInterfaceKeys": [                "string"              ],              "childCategoryDescription": "string",              "childCategoryId": 0,              "description": "string",              "imageUrl": "string",              "interfaceKey": "string",              "isEnabled": true,              "isMainCategory": true,              "parentCategoryId": 0,              "quantityDescription": "string",              "remarks": "string",              "requiredLevel": "None",              "options": [                "None"              ]            }          ],          "appliedExtras": [            {              "id": "string",              "materialId": 0,              "materialCategoryId": 0,              "categoryExtraId": 0,              "quantity": 0.1,              "description": "string",              "priceElement": {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            }          ],          "categoryPresetId": 0,          "categoryPresetExternalReference": "string",          "chainedChildren": [],          "currentStatus": {            "remarks": "string",            "statusDateTime": "2019-08-24T14:15:22Z",            "statusDescription": "string",            "statusValue": 0          },          "description": "string",          "dimensionsInfo": {            "maxHeight": 0,            "maxWidth": 0,            "minHeight": 0,            "minWidth": 0          },          "documentations": [            {              "description": "string",              "documentationKind": "General",              "documentationUrl": "string",              "mediaType": "None"            }          ],          "grossHeight": 0,          "grossWidth": 0,          "height": 0,          "heightCorrection": 0,          "isDescriptionEnabled": true,          "isDeleted": true,          "isHeightEnabled": true,          "isReadonly": true,          "isWidthEnabled": true,          "leadTime": 0.1,          "modelCode": "string",          "modelDescription": "string",          "modelId": "string",          "modelImageUrl": "string",          "modelInterfaceKey": "string",          "polygonNumber": "string",          "polygonNumberGrouped": "string",          "polygonTypeId": 0,          "prices": {            "discountAmount": 0.1,            "priceGroups": [              {                "code": "string",                "description": "string",                "displayOrder": 0,                "elements": [                  {                    "code": "string",                    "materialId": 0,                    "supplierCode": "string",                    "description": "string",                    "purchasePrice": {                      "unitPurchasePrice": 0,                      "totalPurchasePrice": 0                    },                    "quantity": 0.1,                    "totalPrice": 0.1,                    "totalPriceBeforePromotion": 0.1,                    "unit": "string",                    "unitPrice": 0.1,                    "unitPriceBeforePromotion": 0.1,                    "totalPriceExclVat": 0.1,                    "unitPriceExclVat": 0.1,                    "vatAmount": 0.1,                    "vatPercentage": 0.1                  }                ]              }            ],            "promotions": [              {                "code": "string",                "description": "string",                "priceDiscount": 0.1,                "reference": "string",                "validUntil": "2019-08-24T14:15:22Z",                "priceDiscountExclVat": 0.1,                "attributes": {                  "property1": "string",                  "property2": "string"                }              }            ],            "totalPrice": 0.1,            "totalPriceBeforePromotions": 0.1,            "totalPurchasePrice": 0.1          },          "productCategoryId": 0,          "productCategoryInterfaceKey": "string",          "productCode": "string",          "state": "New",          "visuals": [            {              "name": "string",              "url": "string",              "remarks": "string"            }          ],          "width": 0,          "widthCorrection": 0,          "widthMeasurementTypeSettingId": 0,          "heightMeasurementTypeSettingId": 0        }      ],      "currentStatus": {        "remarks": "string",        "statusDateTime": "2019-08-24T14:15:22Z",        "statusDescription": "string",        "statusValue": 0      },      "description": "string",      "dimensionsInfo": {        "maxHeight": 0,        "maxWidth": 0,        "minHeight": 0,        "minWidth": 0      },      "documentations": [        {          "description": "string",          "documentationKind": "General",          "documentationUrl": "string",          "mediaType": "None"        }      ],      "grossHeight": 0,      "grossWidth": 0,      "height": 0,      "heightCorrection": 0,      "isDescriptionEnabled": true,      "isDeleted": true,      "isHeightEnabled": true,      "isReadonly": true,      "isWidthEnabled": true,      "leadTime": 0.1,      "modelCode": "string",      "modelDescription": "string",      "modelId": "string",      "modelImageUrl": "string",      "modelInterfaceKey": "string",      "polygonNumber": "string",      "polygonNumberGrouped": "string",      "polygonTypeId": 0,      "prices": {        "discountAmount": 0.1,        "priceGroups": [          {            "code": "string",            "description": "string",            "displayOrder": 0,            "elements": [              {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            ]          }        ],        "promotions": [          {            "code": "string",            "description": "string",            "priceDiscount": 0.1,            "reference": "string",            "validUntil": "2019-08-24T14:15:22Z",            "priceDiscountExclVat": 0.1,            "attributes": {              "property1": "string",              "property2": "string"            }          }        ],        "totalPrice": 0.1,        "totalPriceBeforePromotions": 0.1,        "totalPurchasePrice": 0.1      },      "productCategoryId": 0,      "productCategoryInterfaceKey": "string",      "productCode": "string",      "state": "New",      "visuals": [        {          "name": "string",          "url": "string",          "remarks": "string"        }      ],      "width": 0,      "widthCorrection": 0,      "widthMeasurementTypeSettingId": 0,      "heightMeasurementTypeSettingId": 0    }  ],  "projectPrices": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "price": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "projectNumber": "string",  "projectStatus": "Entered",  "projectSets": [    {      "id": "string",      "entityId": 0,      "setId": 0,      "description": "string",      "remarks": "string",      "imageUrl": "string",      "polygonIds": [        "string"      ]    }  ],  "projectType": {    "id": 0,    "code": "string"  },  "reference": "string",  "remarks": "string",  "salesman": {    "id": 0,    "name": "string",    "username": "string"  }}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}
POST/api/gateway/v2/sets/createprojectsetdiff

Creates a new ProjectSet

Request Body

application/json

Request to create a ProjectSet for a Project

TypeScript Definitions

Use the request body type in TypeScript.

Contains information about the request for initial creation of a ProjectSet.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/gateway/v2/sets/createprojectsetdiff" \  -H "Content-Type: application/json" \  -d '{}'
{  "applicationId": 0,  "id": "string",  "entityId": 0,  "attributes": {    "property1": "string",    "property2": "string"  },  "createdAt": "2019-08-24T14:15:22Z",  "customer": {    "id": "string",    "entityId": 0,    "debtorCode": "string"  },  "customerId": 0,  "deliveryAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "deliveryLicensee": {    "id": 0,    "code": "string"  },  "licensee": {    "id": 0,    "code": "string"  },  "deliveryRef": "string",  "description": "string",  "executionAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "externalReference": "string",  "isEditable": true,  "lastModifiedAt": "2019-08-24T14:15:22Z",  "lastOpenedAt": "2019-08-24T14:15:22Z",  "messages": [    {      "context": "None",      "contextReference": "string",      "kind": "Information",      "scope": "None",      "text": "string",      "origin": "Default"    }  ],  "polygons": [    {      "id": "string",      "entityId": 0,      "lineNumber": 0,      "lineNumberSuffix": "string",      "attributes": {        "property1": "string",        "property2": "string"      },      "categoryDescription": "string",      "categoryFavoriteDescription": "string",      "categoryFavoriteId": 0,      "categoryLinks": [        {          "id": 0,          "categoryLinkMaterial": {            "materialCode": "string",            "supplierCode": "string",            "materialId": 0,            "materialDescription": "string",            "materialColor": "string",            "materialRemarks": "string",            "materialComposition": "string",            "materialSalePrice": 0,            "saleQuantity": 0,            "calcQuantity": 0,            "calcQuantityNet": 0,            "saleUnit": "string",            "supplierId": 0,            "supplierSbnKey": 0,            "price": {              "discountAmount": 0.1,              "priceGroups": [                {                  "code": "string",                  "description": "string",                  "displayOrder": 0,                  "elements": [                    {                      "code": "string",                      "materialId": 0,                      "supplierCode": "string",                      "description": "string",                      "purchasePrice": {                        "unitPurchasePrice": 0,                        "totalPurchasePrice": 0                      },                      "quantity": 0.1,                      "totalPrice": 0.1,                      "totalPriceBeforePromotion": 0.1,                      "unit": "string",                      "unitPrice": 0.1,                      "unitPriceBeforePromotion": 0.1,                      "totalPriceExclVat": 0.1,                      "unitPriceExclVat": 0.1,                      "vatAmount": 0.1,                      "vatPercentage": 0.1                    }                  ]                }              ],              "promotions": [                {                  "code": "string",                  "description": "string",                  "priceDiscount": 0.1,                  "reference": "string",                  "validUntil": "2019-08-24T14:15:22Z",                  "priceDiscountExclVat": 0.1,                  "attributes": {                    "property1": "string",                    "property2": "string"                  }                }              ],              "totalPrice": 0.1,              "totalPriceBeforePromotions": 0.1,              "totalPurchasePrice": 0.1            },            "properties": [              {                "id": 0,                "controlType": "Text",                "customControlCode": "string",                "dataType": 0,                "valueDataType": "None",                "defaultControlType": "Text",                "description": "string",                "displayLabel": "string",                "displayOrder": 0,                "displaySuffix": "string",                "hasDynamicDescription": true,                "interfaceKey": "string",                "isModified": true,                "isModifiedByApp": true,                "isReadonly": true,                "isRequired": true,                "isVisible": true,                "isAvailableBeforeCalculation": true,                "listValues": [                  {                    "description": "string",                    "imageUrl": "string",                    "interfaceKey": "string",                    "skills": "string",                    "remarks": "string",                    "value": "string",                    "isDisabled": true,                    "priceDifference": 0,                    "price": 0,                    "categoryLinkPropertyId": 0,                    "contentBlockId": "string"                  }                ],                "propertyId": 0,                "remarks": "string",                "value": "string",                "validation": {                  "min": null,                  "max": null,                  "precision": 0,                  "step": null,                  "isValid": true                },                "imageUrl": "string",                "explanation": "string"              }            ],            "messages": [              {                "context": "None",                "contextReference": "string",                "kind": "Information",                "scope": "None",                "text": "string",                "origin": "Default"              }            ],            "redistributionInfo": "string"          },          "categoryMaterialOptionFilter": 0,          "categoryMaterialOptionInterfaceKeys": [            "string"          ],          "childCategoryDescription": "string",          "childCategoryId": 0,          "description": "string",          "imageUrl": "string",          "interfaceKey": "string",          "isEnabled": true,          "isMainCategory": true,          "parentCategoryId": 0,          "quantityDescription": "string",          "remarks": "string",          "requiredLevel": "None",          "options": [            "None"          ]        }      ],      "appliedExtras": [        {          "id": "string",          "materialId": 0,          "materialCategoryId": 0,          "categoryExtraId": 0,          "quantity": 0.1,          "description": "string",          "priceElement": {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        }      ],      "categoryPresetId": 0,      "categoryPresetExternalReference": "string",      "chainedChildren": [        {          "id": "string",          "entityId": 0,          "lineNumber": 0,          "lineNumberSuffix": "string",          "attributes": {            "property1": "string",            "property2": "string"          },          "categoryDescription": "string",          "categoryFavoriteDescription": "string",          "categoryFavoriteId": 0,          "categoryLinks": [            {              "id": 0,              "categoryLinkMaterial": {                "materialCode": "string",                "supplierCode": "string",                "materialId": 0,                "materialDescription": "string",                "materialColor": "string",                "materialRemarks": "string",                "materialComposition": "string",                "materialSalePrice": 0,                "saleQuantity": 0,                "calcQuantity": 0,                "calcQuantityNet": 0,                "saleUnit": "string",                "supplierId": 0,                "supplierSbnKey": 0,                "price": {                  "discountAmount": 0.1,                  "priceGroups": [                    {                      "code": "string",                      "description": "string",                      "displayOrder": 0,                      "elements": [                        {                          "code": "string",                          "materialId": 0,                          "supplierCode": "string",                          "description": "string",                          "purchasePrice": {                            "unitPurchasePrice": 0,                            "totalPurchasePrice": 0                          },                          "quantity": 0.1,                          "totalPrice": 0.1,                          "totalPriceBeforePromotion": 0.1,                          "unit": "string",                          "unitPrice": 0.1,                          "unitPriceBeforePromotion": 0.1,                          "totalPriceExclVat": 0.1,                          "unitPriceExclVat": 0.1,                          "vatAmount": 0.1,                          "vatPercentage": 0.1                        }                      ]                    }                  ],                  "promotions": [                    {                      "code": "string",                      "description": "string",                      "priceDiscount": 0.1,                      "reference": "string",                      "validUntil": "2019-08-24T14:15:22Z",                      "priceDiscountExclVat": 0.1,                      "attributes": {                        "property1": "string",                        "property2": "string"                      }                    }                  ],                  "totalPrice": 0.1,                  "totalPriceBeforePromotions": 0.1,                  "totalPurchasePrice": 0.1                },                "properties": [                  {                    "id": 0,                    "controlType": "Text",                    "customControlCode": "string",                    "dataType": 0,                    "valueDataType": "None",                    "defaultControlType": "Text",                    "description": "string",                    "displayLabel": "string",                    "displayOrder": 0,                    "displaySuffix": "string",                    "hasDynamicDescription": true,                    "interfaceKey": "string",                    "isModified": true,                    "isModifiedByApp": true,                    "isReadonly": true,                    "isRequired": true,                    "isVisible": true,                    "isAvailableBeforeCalculation": true,                    "listValues": [                      {                        "description": "string",                        "imageUrl": "string",                        "interfaceKey": "string",                        "skills": "string",                        "remarks": "string",                        "value": "string",                        "isDisabled": true,                        "priceDifference": 0,                        "price": 0,                        "categoryLinkPropertyId": 0,                        "contentBlockId": "string"                      }                    ],                    "propertyId": 0,                    "remarks": "string",                    "value": "string",                    "validation": {                      "min": null,                      "max": null,                      "precision": 0,                      "step": null,                      "isValid": true                    },                    "imageUrl": "string",                    "explanation": "string"                  }                ],                "messages": [                  {                    "context": "None",                    "contextReference": "string",                    "kind": "Information",                    "scope": "None",                    "text": "string",                    "origin": "Default"                  }                ],                "redistributionInfo": "string"              },              "categoryMaterialOptionFilter": 0,              "categoryMaterialOptionInterfaceKeys": [                "string"              ],              "childCategoryDescription": "string",              "childCategoryId": 0,              "description": "string",              "imageUrl": "string",              "interfaceKey": "string",              "isEnabled": true,              "isMainCategory": true,              "parentCategoryId": 0,              "quantityDescription": "string",              "remarks": "string",              "requiredLevel": "None",              "options": [                "None"              ]            }          ],          "appliedExtras": [            {              "id": "string",              "materialId": 0,              "materialCategoryId": 0,              "categoryExtraId": 0,              "quantity": 0.1,              "description": "string",              "priceElement": {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            }          ],          "categoryPresetId": 0,          "categoryPresetExternalReference": "string",          "chainedChildren": [],          "currentStatus": {            "remarks": "string",            "statusDateTime": "2019-08-24T14:15:22Z",            "statusDescription": "string",            "statusValue": 0          },          "description": "string",          "dimensionsInfo": {            "maxHeight": 0,            "maxWidth": 0,            "minHeight": 0,            "minWidth": 0          },          "documentations": [            {              "description": "string",              "documentationKind": "General",              "documentationUrl": "string",              "mediaType": "None"            }          ],          "grossHeight": 0,          "grossWidth": 0,          "height": 0,          "heightCorrection": 0,          "isDescriptionEnabled": true,          "isDeleted": true,          "isHeightEnabled": true,          "isReadonly": true,          "isWidthEnabled": true,          "leadTime": 0.1,          "modelCode": "string",          "modelDescription": "string",          "modelId": "string",          "modelImageUrl": "string",          "modelInterfaceKey": "string",          "polygonNumber": "string",          "polygonNumberGrouped": "string",          "polygonTypeId": 0,          "prices": {            "discountAmount": 0.1,            "priceGroups": [              {                "code": "string",                "description": "string",                "displayOrder": 0,                "elements": [                  {                    "code": "string",                    "materialId": 0,                    "supplierCode": "string",                    "description": "string",                    "purchasePrice": {                      "unitPurchasePrice": 0,                      "totalPurchasePrice": 0                    },                    "quantity": 0.1,                    "totalPrice": 0.1,                    "totalPriceBeforePromotion": 0.1,                    "unit": "string",                    "unitPrice": 0.1,                    "unitPriceBeforePromotion": 0.1,                    "totalPriceExclVat": 0.1,                    "unitPriceExclVat": 0.1,                    "vatAmount": 0.1,                    "vatPercentage": 0.1                  }                ]              }            ],            "promotions": [              {                "code": "string",                "description": "string",                "priceDiscount": 0.1,                "reference": "string",                "validUntil": "2019-08-24T14:15:22Z",                "priceDiscountExclVat": 0.1,                "attributes": {                  "property1": "string",                  "property2": "string"                }              }            ],            "totalPrice": 0.1,            "totalPriceBeforePromotions": 0.1,            "totalPurchasePrice": 0.1          },          "productCategoryId": 0,          "productCategoryInterfaceKey": "string",          "productCode": "string",          "state": "New",          "visuals": [            {              "name": "string",              "url": "string",              "remarks": "string"            }          ],          "width": 0,          "widthCorrection": 0,          "widthMeasurementTypeSettingId": 0,          "heightMeasurementTypeSettingId": 0        }      ],      "currentStatus": {        "remarks": "string",        "statusDateTime": "2019-08-24T14:15:22Z",        "statusDescription": "string",        "statusValue": 0      },      "description": "string",      "dimensionsInfo": {        "maxHeight": 0,        "maxWidth": 0,        "minHeight": 0,        "minWidth": 0      },      "documentations": [        {          "description": "string",          "documentationKind": "General",          "documentationUrl": "string",          "mediaType": "None"        }      ],      "grossHeight": 0,      "grossWidth": 0,      "height": 0,      "heightCorrection": 0,      "isDescriptionEnabled": true,      "isDeleted": true,      "isHeightEnabled": true,      "isReadonly": true,      "isWidthEnabled": true,      "leadTime": 0.1,      "modelCode": "string",      "modelDescription": "string",      "modelId": "string",      "modelImageUrl": "string",      "modelInterfaceKey": "string",      "polygonNumber": "string",      "polygonNumberGrouped": "string",      "polygonTypeId": 0,      "prices": {        "discountAmount": 0.1,        "priceGroups": [          {            "code": "string",            "description": "string",            "displayOrder": 0,            "elements": [              {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            ]          }        ],        "promotions": [          {            "code": "string",            "description": "string",            "priceDiscount": 0.1,            "reference": "string",            "validUntil": "2019-08-24T14:15:22Z",            "priceDiscountExclVat": 0.1,            "attributes": {              "property1": "string",              "property2": "string"            }          }        ],        "totalPrice": 0.1,        "totalPriceBeforePromotions": 0.1,        "totalPurchasePrice": 0.1      },      "productCategoryId": 0,      "productCategoryInterfaceKey": "string",      "productCode": "string",      "state": "New",      "visuals": [        {          "name": "string",          "url": "string",          "remarks": "string"        }      ],      "width": 0,      "widthCorrection": 0,      "widthMeasurementTypeSettingId": 0,      "heightMeasurementTypeSettingId": 0    }  ],  "projectPrices": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "price": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "projectNumber": "string",  "projectStatus": "Entered",  "projectSets": [    {      "id": "string",      "entityId": 0,      "setId": 0,      "description": "string",      "remarks": "string",      "imageUrl": "string",      "polygonIds": [        "string"      ]    }  ],  "projectType": {    "id": 0,    "code": "string"  },  "reference": "string",  "remarks": "string",  "salesman": {    "id": 0,    "name": "string",    "username": "string"  }}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}
POST/api/gateway/v2/sets/updateprojectset

Updates the polygons of a ProjectSet

Request Body

application/json

Request to update a ProjectSet for a Project

TypeScript Definitions

Use the request body type in TypeScript.

Contains information about the request for updates of a ProjectSet.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/gateway/v2/sets/updateprojectset" \  -H "Content-Type: application/json" \  -d '{}'
{  "applicationId": 0,  "id": "string",  "entityId": 0,  "attributes": {    "property1": "string",    "property2": "string"  },  "createdAt": "2019-08-24T14:15:22Z",  "customer": {    "id": "string",    "entityId": 0,    "debtorCode": "string"  },  "customerId": 0,  "deliveryAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "deliveryLicensee": {    "id": 0,    "code": "string"  },  "licensee": {    "id": 0,    "code": "string"  },  "deliveryRef": "string",  "description": "string",  "executionAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "externalReference": "string",  "isEditable": true,  "lastModifiedAt": "2019-08-24T14:15:22Z",  "lastOpenedAt": "2019-08-24T14:15:22Z",  "messages": [    {      "context": "None",      "contextReference": "string",      "kind": "Information",      "scope": "None",      "text": "string",      "origin": "Default"    }  ],  "polygons": [    {      "id": "string",      "entityId": 0,      "lineNumber": 0,      "lineNumberSuffix": "string",      "attributes": {        "property1": "string",        "property2": "string"      },      "categoryDescription": "string",      "categoryFavoriteDescription": "string",      "categoryFavoriteId": 0,      "categoryLinks": [        {          "id": 0,          "categoryLinkMaterial": {            "materialCode": "string",            "supplierCode": "string",            "materialId": 0,            "materialDescription": "string",            "materialColor": "string",            "materialRemarks": "string",            "materialComposition": "string",            "materialSalePrice": 0,            "saleQuantity": 0,            "calcQuantity": 0,            "calcQuantityNet": 0,            "saleUnit": "string",            "supplierId": 0,            "supplierSbnKey": 0,            "price": {              "discountAmount": 0.1,              "priceGroups": [                {                  "code": "string",                  "description": "string",                  "displayOrder": 0,                  "elements": [                    {                      "code": "string",                      "materialId": 0,                      "supplierCode": "string",                      "description": "string",                      "purchasePrice": {                        "unitPurchasePrice": 0,                        "totalPurchasePrice": 0                      },                      "quantity": 0.1,                      "totalPrice": 0.1,                      "totalPriceBeforePromotion": 0.1,                      "unit": "string",                      "unitPrice": 0.1,                      "unitPriceBeforePromotion": 0.1,                      "totalPriceExclVat": 0.1,                      "unitPriceExclVat": 0.1,                      "vatAmount": 0.1,                      "vatPercentage": 0.1                    }                  ]                }              ],              "promotions": [                {                  "code": "string",                  "description": "string",                  "priceDiscount": 0.1,                  "reference": "string",                  "validUntil": "2019-08-24T14:15:22Z",                  "priceDiscountExclVat": 0.1,                  "attributes": {                    "property1": "string",                    "property2": "string"                  }                }              ],              "totalPrice": 0.1,              "totalPriceBeforePromotions": 0.1,              "totalPurchasePrice": 0.1            },            "properties": [              {                "id": 0,                "controlType": "Text",                "customControlCode": "string",                "dataType": 0,                "valueDataType": "None",                "defaultControlType": "Text",                "description": "string",                "displayLabel": "string",                "displayOrder": 0,                "displaySuffix": "string",                "hasDynamicDescription": true,                "interfaceKey": "string",                "isModified": true,                "isModifiedByApp": true,                "isReadonly": true,                "isRequired": true,                "isVisible": true,                "isAvailableBeforeCalculation": true,                "listValues": [                  {                    "description": "string",                    "imageUrl": "string",                    "interfaceKey": "string",                    "skills": "string",                    "remarks": "string",                    "value": "string",                    "isDisabled": true,                    "priceDifference": 0,                    "price": 0,                    "categoryLinkPropertyId": 0,                    "contentBlockId": "string"                  }                ],                "propertyId": 0,                "remarks": "string",                "value": "string",                "validation": {                  "min": null,                  "max": null,                  "precision": 0,                  "step": null,                  "isValid": true                },                "imageUrl": "string",                "explanation": "string"              }            ],            "messages": [              {                "context": "None",                "contextReference": "string",                "kind": "Information",                "scope": "None",                "text": "string",                "origin": "Default"              }            ],            "redistributionInfo": "string"          },          "categoryMaterialOptionFilter": 0,          "categoryMaterialOptionInterfaceKeys": [            "string"          ],          "childCategoryDescription": "string",          "childCategoryId": 0,          "description": "string",          "imageUrl": "string",          "interfaceKey": "string",          "isEnabled": true,          "isMainCategory": true,          "parentCategoryId": 0,          "quantityDescription": "string",          "remarks": "string",          "requiredLevel": "None",          "options": [            "None"          ]        }      ],      "appliedExtras": [        {          "id": "string",          "materialId": 0,          "materialCategoryId": 0,          "categoryExtraId": 0,          "quantity": 0.1,          "description": "string",          "priceElement": {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        }      ],      "categoryPresetId": 0,      "categoryPresetExternalReference": "string",      "chainedChildren": [        {          "id": "string",          "entityId": 0,          "lineNumber": 0,          "lineNumberSuffix": "string",          "attributes": {            "property1": "string",            "property2": "string"          },          "categoryDescription": "string",          "categoryFavoriteDescription": "string",          "categoryFavoriteId": 0,          "categoryLinks": [            {              "id": 0,              "categoryLinkMaterial": {                "materialCode": "string",                "supplierCode": "string",                "materialId": 0,                "materialDescription": "string",                "materialColor": "string",                "materialRemarks": "string",                "materialComposition": "string",                "materialSalePrice": 0,                "saleQuantity": 0,                "calcQuantity": 0,                "calcQuantityNet": 0,                "saleUnit": "string",                "supplierId": 0,                "supplierSbnKey": 0,                "price": {                  "discountAmount": 0.1,                  "priceGroups": [                    {                      "code": "string",                      "description": "string",                      "displayOrder": 0,                      "elements": [                        {                          "code": "string",                          "materialId": 0,                          "supplierCode": "string",                          "description": "string",                          "purchasePrice": {                            "unitPurchasePrice": 0,                            "totalPurchasePrice": 0                          },                          "quantity": 0.1,                          "totalPrice": 0.1,                          "totalPriceBeforePromotion": 0.1,                          "unit": "string",                          "unitPrice": 0.1,                          "unitPriceBeforePromotion": 0.1,                          "totalPriceExclVat": 0.1,                          "unitPriceExclVat": 0.1,                          "vatAmount": 0.1,                          "vatPercentage": 0.1                        }                      ]                    }                  ],                  "promotions": [                    {                      "code": "string",                      "description": "string",                      "priceDiscount": 0.1,                      "reference": "string",                      "validUntil": "2019-08-24T14:15:22Z",                      "priceDiscountExclVat": 0.1,                      "attributes": {                        "property1": "string",                        "property2": "string"                      }                    }                  ],                  "totalPrice": 0.1,                  "totalPriceBeforePromotions": 0.1,                  "totalPurchasePrice": 0.1                },                "properties": [                  {                    "id": 0,                    "controlType": "Text",                    "customControlCode": "string",                    "dataType": 0,                    "valueDataType": "None",                    "defaultControlType": "Text",                    "description": "string",                    "displayLabel": "string",                    "displayOrder": 0,                    "displaySuffix": "string",                    "hasDynamicDescription": true,                    "interfaceKey": "string",                    "isModified": true,                    "isModifiedByApp": true,                    "isReadonly": true,                    "isRequired": true,                    "isVisible": true,                    "isAvailableBeforeCalculation": true,                    "listValues": [                      {                        "description": "string",                        "imageUrl": "string",                        "interfaceKey": "string",                        "skills": "string",                        "remarks": "string",                        "value": "string",                        "isDisabled": true,                        "priceDifference": 0,                        "price": 0,                        "categoryLinkPropertyId": 0,                        "contentBlockId": "string"                      }                    ],                    "propertyId": 0,                    "remarks": "string",                    "value": "string",                    "validation": {                      "min": null,                      "max": null,                      "precision": 0,                      "step": null,                      "isValid": true                    },                    "imageUrl": "string",                    "explanation": "string"                  }                ],                "messages": [                  {                    "context": "None",                    "contextReference": "string",                    "kind": "Information",                    "scope": "None",                    "text": "string",                    "origin": "Default"                  }                ],                "redistributionInfo": "string"              },              "categoryMaterialOptionFilter": 0,              "categoryMaterialOptionInterfaceKeys": [                "string"              ],              "childCategoryDescription": "string",              "childCategoryId": 0,              "description": "string",              "imageUrl": "string",              "interfaceKey": "string",              "isEnabled": true,              "isMainCategory": true,              "parentCategoryId": 0,              "quantityDescription": "string",              "remarks": "string",              "requiredLevel": "None",              "options": [                "None"              ]            }          ],          "appliedExtras": [            {              "id": "string",              "materialId": 0,              "materialCategoryId": 0,              "categoryExtraId": 0,              "quantity": 0.1,              "description": "string",              "priceElement": {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            }          ],          "categoryPresetId": 0,          "categoryPresetExternalReference": "string",          "chainedChildren": [],          "currentStatus": {            "remarks": "string",            "statusDateTime": "2019-08-24T14:15:22Z",            "statusDescription": "string",            "statusValue": 0          },          "description": "string",          "dimensionsInfo": {            "maxHeight": 0,            "maxWidth": 0,            "minHeight": 0,            "minWidth": 0          },          "documentations": [            {              "description": "string",              "documentationKind": "General",              "documentationUrl": "string",              "mediaType": "None"            }          ],          "grossHeight": 0,          "grossWidth": 0,          "height": 0,          "heightCorrection": 0,          "isDescriptionEnabled": true,          "isDeleted": true,          "isHeightEnabled": true,          "isReadonly": true,          "isWidthEnabled": true,          "leadTime": 0.1,          "modelCode": "string",          "modelDescription": "string",          "modelId": "string",          "modelImageUrl": "string",          "modelInterfaceKey": "string",          "polygonNumber": "string",          "polygonNumberGrouped": "string",          "polygonTypeId": 0,          "prices": {            "discountAmount": 0.1,            "priceGroups": [              {                "code": "string",                "description": "string",                "displayOrder": 0,                "elements": [                  {                    "code": "string",                    "materialId": 0,                    "supplierCode": "string",                    "description": "string",                    "purchasePrice": {                      "unitPurchasePrice": 0,                      "totalPurchasePrice": 0                    },                    "quantity": 0.1,                    "totalPrice": 0.1,                    "totalPriceBeforePromotion": 0.1,                    "unit": "string",                    "unitPrice": 0.1,                    "unitPriceBeforePromotion": 0.1,                    "totalPriceExclVat": 0.1,                    "unitPriceExclVat": 0.1,                    "vatAmount": 0.1,                    "vatPercentage": 0.1                  }                ]              }            ],            "promotions": [              {                "code": "string",                "description": "string",                "priceDiscount": 0.1,                "reference": "string",                "validUntil": "2019-08-24T14:15:22Z",                "priceDiscountExclVat": 0.1,                "attributes": {                  "property1": "string",                  "property2": "string"                }              }            ],            "totalPrice": 0.1,            "totalPriceBeforePromotions": 0.1,            "totalPurchasePrice": 0.1          },          "productCategoryId": 0,          "productCategoryInterfaceKey": "string",          "productCode": "string",          "state": "New",          "visuals": [            {              "name": "string",              "url": "string",              "remarks": "string"            }          ],          "width": 0,          "widthCorrection": 0,          "widthMeasurementTypeSettingId": 0,          "heightMeasurementTypeSettingId": 0        }      ],      "currentStatus": {        "remarks": "string",        "statusDateTime": "2019-08-24T14:15:22Z",        "statusDescription": "string",        "statusValue": 0      },      "description": "string",      "dimensionsInfo": {        "maxHeight": 0,        "maxWidth": 0,        "minHeight": 0,        "minWidth": 0      },      "documentations": [        {          "description": "string",          "documentationKind": "General",          "documentationUrl": "string",          "mediaType": "None"        }      ],      "grossHeight": 0,      "grossWidth": 0,      "height": 0,      "heightCorrection": 0,      "isDescriptionEnabled": true,      "isDeleted": true,      "isHeightEnabled": true,      "isReadonly": true,      "isWidthEnabled": true,      "leadTime": 0.1,      "modelCode": "string",      "modelDescription": "string",      "modelId": "string",      "modelImageUrl": "string",      "modelInterfaceKey": "string",      "polygonNumber": "string",      "polygonNumberGrouped": "string",      "polygonTypeId": 0,      "prices": {        "discountAmount": 0.1,        "priceGroups": [          {            "code": "string",            "description": "string",            "displayOrder": 0,            "elements": [              {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            ]          }        ],        "promotions": [          {            "code": "string",            "description": "string",            "priceDiscount": 0.1,            "reference": "string",            "validUntil": "2019-08-24T14:15:22Z",            "priceDiscountExclVat": 0.1,            "attributes": {              "property1": "string",              "property2": "string"            }          }        ],        "totalPrice": 0.1,        "totalPriceBeforePromotions": 0.1,        "totalPurchasePrice": 0.1      },      "productCategoryId": 0,      "productCategoryInterfaceKey": "string",      "productCode": "string",      "state": "New",      "visuals": [        {          "name": "string",          "url": "string",          "remarks": "string"        }      ],      "width": 0,      "widthCorrection": 0,      "widthMeasurementTypeSettingId": 0,      "heightMeasurementTypeSettingId": 0    }  ],  "projectPrices": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "price": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "projectNumber": "string",  "projectStatus": "Entered",  "projectSets": [    {      "id": "string",      "entityId": 0,      "setId": 0,      "description": "string",      "remarks": "string",      "imageUrl": "string",      "polygonIds": [        "string"      ]    }  ],  "projectType": {    "id": 0,    "code": "string"  },  "reference": "string",  "remarks": "string",  "salesman": {    "id": 0,    "name": "string",    "username": "string"  }}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}
POST/api/gateway/v2/sets/updateprojectsetdiff

Updates the polygons of a ProjectSet

Request Body

application/json

Request to update a ProjectSet for a Project

TypeScript Definitions

Use the request body type in TypeScript.

Contains information about the request for updates of a ProjectSet.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/gateway/v2/sets/updateprojectsetdiff" \  -H "Content-Type: application/json" \  -d '{}'
{  "applicationId": 0,  "id": "string",  "entityId": 0,  "attributes": {    "property1": "string",    "property2": "string"  },  "createdAt": "2019-08-24T14:15:22Z",  "customer": {    "id": "string",    "entityId": 0,    "debtorCode": "string"  },  "customerId": 0,  "deliveryAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "deliveryLicensee": {    "id": 0,    "code": "string"  },  "licensee": {    "id": 0,    "code": "string"  },  "deliveryRef": "string",  "description": "string",  "executionAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "externalReference": "string",  "isEditable": true,  "lastModifiedAt": "2019-08-24T14:15:22Z",  "lastOpenedAt": "2019-08-24T14:15:22Z",  "messages": [    {      "context": "None",      "contextReference": "string",      "kind": "Information",      "scope": "None",      "text": "string",      "origin": "Default"    }  ],  "polygons": [    {      "id": "string",      "entityId": 0,      "lineNumber": 0,      "lineNumberSuffix": "string",      "attributes": {        "property1": "string",        "property2": "string"      },      "categoryDescription": "string",      "categoryFavoriteDescription": "string",      "categoryFavoriteId": 0,      "categoryLinks": [        {          "id": 0,          "categoryLinkMaterial": {            "materialCode": "string",            "supplierCode": "string",            "materialId": 0,            "materialDescription": "string",            "materialColor": "string",            "materialRemarks": "string",            "materialComposition": "string",            "materialSalePrice": 0,            "saleQuantity": 0,            "calcQuantity": 0,            "calcQuantityNet": 0,            "saleUnit": "string",            "supplierId": 0,            "supplierSbnKey": 0,            "price": {              "discountAmount": 0.1,              "priceGroups": [                {                  "code": "string",                  "description": "string",                  "displayOrder": 0,                  "elements": [                    {                      "code": "string",                      "materialId": 0,                      "supplierCode": "string",                      "description": "string",                      "purchasePrice": {                        "unitPurchasePrice": 0,                        "totalPurchasePrice": 0                      },                      "quantity": 0.1,                      "totalPrice": 0.1,                      "totalPriceBeforePromotion": 0.1,                      "unit": "string",                      "unitPrice": 0.1,                      "unitPriceBeforePromotion": 0.1,                      "totalPriceExclVat": 0.1,                      "unitPriceExclVat": 0.1,                      "vatAmount": 0.1,                      "vatPercentage": 0.1                    }                  ]                }              ],              "promotions": [                {                  "code": "string",                  "description": "string",                  "priceDiscount": 0.1,                  "reference": "string",                  "validUntil": "2019-08-24T14:15:22Z",                  "priceDiscountExclVat": 0.1,                  "attributes": {                    "property1": "string",                    "property2": "string"                  }                }              ],              "totalPrice": 0.1,              "totalPriceBeforePromotions": 0.1,              "totalPurchasePrice": 0.1            },            "properties": [              {                "id": 0,                "controlType": "Text",                "customControlCode": "string",                "dataType": 0,                "valueDataType": "None",                "defaultControlType": "Text",                "description": "string",                "displayLabel": "string",                "displayOrder": 0,                "displaySuffix": "string",                "hasDynamicDescription": true,                "interfaceKey": "string",                "isModified": true,                "isModifiedByApp": true,                "isReadonly": true,                "isRequired": true,                "isVisible": true,                "isAvailableBeforeCalculation": true,                "listValues": [                  {                    "description": "string",                    "imageUrl": "string",                    "interfaceKey": "string",                    "skills": "string",                    "remarks": "string",                    "value": "string",                    "isDisabled": true,                    "priceDifference": 0,                    "price": 0,                    "categoryLinkPropertyId": 0,                    "contentBlockId": "string"                  }                ],                "propertyId": 0,                "remarks": "string",                "value": "string",                "validation": {                  "min": null,                  "max": null,                  "precision": 0,                  "step": null,                  "isValid": true                },                "imageUrl": "string",                "explanation": "string"              }            ],            "messages": [              {                "context": "None",                "contextReference": "string",                "kind": "Information",                "scope": "None",                "text": "string",                "origin": "Default"              }            ],            "redistributionInfo": "string"          },          "categoryMaterialOptionFilter": 0,          "categoryMaterialOptionInterfaceKeys": [            "string"          ],          "childCategoryDescription": "string",          "childCategoryId": 0,          "description": "string",          "imageUrl": "string",          "interfaceKey": "string",          "isEnabled": true,          "isMainCategory": true,          "parentCategoryId": 0,          "quantityDescription": "string",          "remarks": "string",          "requiredLevel": "None",          "options": [            "None"          ]        }      ],      "appliedExtras": [        {          "id": "string",          "materialId": 0,          "materialCategoryId": 0,          "categoryExtraId": 0,          "quantity": 0.1,          "description": "string",          "priceElement": {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        }      ],      "categoryPresetId": 0,      "categoryPresetExternalReference": "string",      "chainedChildren": [        {          "id": "string",          "entityId": 0,          "lineNumber": 0,          "lineNumberSuffix": "string",          "attributes": {            "property1": "string",            "property2": "string"          },          "categoryDescription": "string",          "categoryFavoriteDescription": "string",          "categoryFavoriteId": 0,          "categoryLinks": [            {              "id": 0,              "categoryLinkMaterial": {                "materialCode": "string",                "supplierCode": "string",                "materialId": 0,                "materialDescription": "string",                "materialColor": "string",                "materialRemarks": "string",                "materialComposition": "string",                "materialSalePrice": 0,                "saleQuantity": 0,                "calcQuantity": 0,                "calcQuantityNet": 0,                "saleUnit": "string",                "supplierId": 0,                "supplierSbnKey": 0,                "price": {                  "discountAmount": 0.1,                  "priceGroups": [                    {                      "code": "string",                      "description": "string",                      "displayOrder": 0,                      "elements": [                        {                          "code": "string",                          "materialId": 0,                          "supplierCode": "string",                          "description": "string",                          "purchasePrice": {                            "unitPurchasePrice": 0,                            "totalPurchasePrice": 0                          },                          "quantity": 0.1,                          "totalPrice": 0.1,                          "totalPriceBeforePromotion": 0.1,                          "unit": "string",                          "unitPrice": 0.1,                          "unitPriceBeforePromotion": 0.1,                          "totalPriceExclVat": 0.1,                          "unitPriceExclVat": 0.1,                          "vatAmount": 0.1,                          "vatPercentage": 0.1                        }                      ]                    }                  ],                  "promotions": [                    {                      "code": "string",                      "description": "string",                      "priceDiscount": 0.1,                      "reference": "string",                      "validUntil": "2019-08-24T14:15:22Z",                      "priceDiscountExclVat": 0.1,                      "attributes": {                        "property1": "string",                        "property2": "string"                      }                    }                  ],                  "totalPrice": 0.1,                  "totalPriceBeforePromotions": 0.1,                  "totalPurchasePrice": 0.1                },                "properties": [                  {                    "id": 0,                    "controlType": "Text",                    "customControlCode": "string",                    "dataType": 0,                    "valueDataType": "None",                    "defaultControlType": "Text",                    "description": "string",                    "displayLabel": "string",                    "displayOrder": 0,                    "displaySuffix": "string",                    "hasDynamicDescription": true,                    "interfaceKey": "string",                    "isModified": true,                    "isModifiedByApp": true,                    "isReadonly": true,                    "isRequired": true,                    "isVisible": true,                    "isAvailableBeforeCalculation": true,                    "listValues": [                      {                        "description": "string",                        "imageUrl": "string",                        "interfaceKey": "string",                        "skills": "string",                        "remarks": "string",                        "value": "string",                        "isDisabled": true,                        "priceDifference": 0,                        "price": 0,                        "categoryLinkPropertyId": 0,                        "contentBlockId": "string"                      }                    ],                    "propertyId": 0,                    "remarks": "string",                    "value": "string",                    "validation": {                      "min": null,                      "max": null,                      "precision": 0,                      "step": null,                      "isValid": true                    },                    "imageUrl": "string",                    "explanation": "string"                  }                ],                "messages": [                  {                    "context": "None",                    "contextReference": "string",                    "kind": "Information",                    "scope": "None",                    "text": "string",                    "origin": "Default"                  }                ],                "redistributionInfo": "string"              },              "categoryMaterialOptionFilter": 0,              "categoryMaterialOptionInterfaceKeys": [                "string"              ],              "childCategoryDescription": "string",              "childCategoryId": 0,              "description": "string",              "imageUrl": "string",              "interfaceKey": "string",              "isEnabled": true,              "isMainCategory": true,              "parentCategoryId": 0,              "quantityDescription": "string",              "remarks": "string",              "requiredLevel": "None",              "options": [                "None"              ]            }          ],          "appliedExtras": [            {              "id": "string",              "materialId": 0,              "materialCategoryId": 0,              "categoryExtraId": 0,              "quantity": 0.1,              "description": "string",              "priceElement": {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            }          ],          "categoryPresetId": 0,          "categoryPresetExternalReference": "string",          "chainedChildren": [],          "currentStatus": {            "remarks": "string",            "statusDateTime": "2019-08-24T14:15:22Z",            "statusDescription": "string",            "statusValue": 0          },          "description": "string",          "dimensionsInfo": {            "maxHeight": 0,            "maxWidth": 0,            "minHeight": 0,            "minWidth": 0          },          "documentations": [            {              "description": "string",              "documentationKind": "General",              "documentationUrl": "string",              "mediaType": "None"            }          ],          "grossHeight": 0,          "grossWidth": 0,          "height": 0,          "heightCorrection": 0,          "isDescriptionEnabled": true,          "isDeleted": true,          "isHeightEnabled": true,          "isReadonly": true,          "isWidthEnabled": true,          "leadTime": 0.1,          "modelCode": "string",          "modelDescription": "string",          "modelId": "string",          "modelImageUrl": "string",          "modelInterfaceKey": "string",          "polygonNumber": "string",          "polygonNumberGrouped": "string",          "polygonTypeId": 0,          "prices": {            "discountAmount": 0.1,            "priceGroups": [              {                "code": "string",                "description": "string",                "displayOrder": 0,                "elements": [                  {                    "code": "string",                    "materialId": 0,                    "supplierCode": "string",                    "description": "string",                    "purchasePrice": {                      "unitPurchasePrice": 0,                      "totalPurchasePrice": 0                    },                    "quantity": 0.1,                    "totalPrice": 0.1,                    "totalPriceBeforePromotion": 0.1,                    "unit": "string",                    "unitPrice": 0.1,                    "unitPriceBeforePromotion": 0.1,                    "totalPriceExclVat": 0.1,                    "unitPriceExclVat": 0.1,                    "vatAmount": 0.1,                    "vatPercentage": 0.1                  }                ]              }            ],            "promotions": [              {                "code": "string",                "description": "string",                "priceDiscount": 0.1,                "reference": "string",                "validUntil": "2019-08-24T14:15:22Z",                "priceDiscountExclVat": 0.1,                "attributes": {                  "property1": "string",                  "property2": "string"                }              }            ],            "totalPrice": 0.1,            "totalPriceBeforePromotions": 0.1,            "totalPurchasePrice": 0.1          },          "productCategoryId": 0,          "productCategoryInterfaceKey": "string",          "productCode": "string",          "state": "New",          "visuals": [            {              "name": "string",              "url": "string",              "remarks": "string"            }          ],          "width": 0,          "widthCorrection": 0,          "widthMeasurementTypeSettingId": 0,          "heightMeasurementTypeSettingId": 0        }      ],      "currentStatus": {        "remarks": "string",        "statusDateTime": "2019-08-24T14:15:22Z",        "statusDescription": "string",        "statusValue": 0      },      "description": "string",      "dimensionsInfo": {        "maxHeight": 0,        "maxWidth": 0,        "minHeight": 0,        "minWidth": 0      },      "documentations": [        {          "description": "string",          "documentationKind": "General",          "documentationUrl": "string",          "mediaType": "None"        }      ],      "grossHeight": 0,      "grossWidth": 0,      "height": 0,      "heightCorrection": 0,      "isDescriptionEnabled": true,      "isDeleted": true,      "isHeightEnabled": true,      "isReadonly": true,      "isWidthEnabled": true,      "leadTime": 0.1,      "modelCode": "string",      "modelDescription": "string",      "modelId": "string",      "modelImageUrl": "string",      "modelInterfaceKey": "string",      "polygonNumber": "string",      "polygonNumberGrouped": "string",      "polygonTypeId": 0,      "prices": {        "discountAmount": 0.1,        "priceGroups": [          {            "code": "string",            "description": "string",            "displayOrder": 0,            "elements": [              {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            ]          }        ],        "promotions": [          {            "code": "string",            "description": "string",            "priceDiscount": 0.1,            "reference": "string",            "validUntil": "2019-08-24T14:15:22Z",            "priceDiscountExclVat": 0.1,            "attributes": {              "property1": "string",              "property2": "string"            }          }        ],        "totalPrice": 0.1,        "totalPriceBeforePromotions": 0.1,        "totalPurchasePrice": 0.1      },      "productCategoryId": 0,      "productCategoryInterfaceKey": "string",      "productCode": "string",      "state": "New",      "visuals": [        {          "name": "string",          "url": "string",          "remarks": "string"        }      ],      "width": 0,      "widthCorrection": 0,      "widthMeasurementTypeSettingId": 0,      "heightMeasurementTypeSettingId": 0    }  ],  "projectPrices": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "price": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "projectNumber": "string",  "projectStatus": "Entered",  "projectSets": [    {      "id": "string",      "entityId": 0,      "setId": 0,      "description": "string",      "remarks": "string",      "imageUrl": "string",      "polygonIds": [        "string"      ]    }  ],  "projectType": {    "id": 0,    "code": "string"  },  "reference": "string",  "remarks": "string",  "salesman": {    "id": 0,    "name": "string",    "username": "string"  }}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}
POST/api/gateway/v2/sets/deleteprojectset

Deletes a ProjectSet

Request Body

application/json

Request to delete a ProjectSet for a Project

TypeScript Definitions

Use the request body type in TypeScript.

Contains information about the request for deleting a ProjectSet.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/gateway/v2/sets/deleteprojectset" \  -H "Content-Type: application/json" \  -d '{}'
{  "applicationId": 0,  "id": "string",  "entityId": 0,  "attributes": {    "property1": "string",    "property2": "string"  },  "createdAt": "2019-08-24T14:15:22Z",  "customer": {    "id": "string",    "entityId": 0,    "debtorCode": "string"  },  "customerId": 0,  "deliveryAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "deliveryLicensee": {    "id": 0,    "code": "string"  },  "licensee": {    "id": 0,    "code": "string"  },  "deliveryRef": "string",  "description": "string",  "executionAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "externalReference": "string",  "isEditable": true,  "lastModifiedAt": "2019-08-24T14:15:22Z",  "lastOpenedAt": "2019-08-24T14:15:22Z",  "messages": [    {      "context": "None",      "contextReference": "string",      "kind": "Information",      "scope": "None",      "text": "string",      "origin": "Default"    }  ],  "polygons": [    {      "id": "string",      "entityId": 0,      "lineNumber": 0,      "lineNumberSuffix": "string",      "attributes": {        "property1": "string",        "property2": "string"      },      "categoryDescription": "string",      "categoryFavoriteDescription": "string",      "categoryFavoriteId": 0,      "categoryLinks": [        {          "id": 0,          "categoryLinkMaterial": {            "materialCode": "string",            "supplierCode": "string",            "materialId": 0,            "materialDescription": "string",            "materialColor": "string",            "materialRemarks": "string",            "materialComposition": "string",            "materialSalePrice": 0,            "saleQuantity": 0,            "calcQuantity": 0,            "calcQuantityNet": 0,            "saleUnit": "string",            "supplierId": 0,            "supplierSbnKey": 0,            "price": {              "discountAmount": 0.1,              "priceGroups": [                {                  "code": "string",                  "description": "string",                  "displayOrder": 0,                  "elements": [                    {                      "code": "string",                      "materialId": 0,                      "supplierCode": "string",                      "description": "string",                      "purchasePrice": {                        "unitPurchasePrice": 0,                        "totalPurchasePrice": 0                      },                      "quantity": 0.1,                      "totalPrice": 0.1,                      "totalPriceBeforePromotion": 0.1,                      "unit": "string",                      "unitPrice": 0.1,                      "unitPriceBeforePromotion": 0.1,                      "totalPriceExclVat": 0.1,                      "unitPriceExclVat": 0.1,                      "vatAmount": 0.1,                      "vatPercentage": 0.1                    }                  ]                }              ],              "promotions": [                {                  "code": "string",                  "description": "string",                  "priceDiscount": 0.1,                  "reference": "string",                  "validUntil": "2019-08-24T14:15:22Z",                  "priceDiscountExclVat": 0.1,                  "attributes": {                    "property1": "string",                    "property2": "string"                  }                }              ],              "totalPrice": 0.1,              "totalPriceBeforePromotions": 0.1,              "totalPurchasePrice": 0.1            },            "properties": [              {                "id": 0,                "controlType": "Text",                "customControlCode": "string",                "dataType": 0,                "valueDataType": "None",                "defaultControlType": "Text",                "description": "string",                "displayLabel": "string",                "displayOrder": 0,                "displaySuffix": "string",                "hasDynamicDescription": true,                "interfaceKey": "string",                "isModified": true,                "isModifiedByApp": true,                "isReadonly": true,                "isRequired": true,                "isVisible": true,                "isAvailableBeforeCalculation": true,                "listValues": [                  {                    "description": "string",                    "imageUrl": "string",                    "interfaceKey": "string",                    "skills": "string",                    "remarks": "string",                    "value": "string",                    "isDisabled": true,                    "priceDifference": 0,                    "price": 0,                    "categoryLinkPropertyId": 0,                    "contentBlockId": "string"                  }                ],                "propertyId": 0,                "remarks": "string",                "value": "string",                "validation": {                  "min": null,                  "max": null,                  "precision": 0,                  "step": null,                  "isValid": true                },                "imageUrl": "string",                "explanation": "string"              }            ],            "messages": [              {                "context": "None",                "contextReference": "string",                "kind": "Information",                "scope": "None",                "text": "string",                "origin": "Default"              }            ],            "redistributionInfo": "string"          },          "categoryMaterialOptionFilter": 0,          "categoryMaterialOptionInterfaceKeys": [            "string"          ],          "childCategoryDescription": "string",          "childCategoryId": 0,          "description": "string",          "imageUrl": "string",          "interfaceKey": "string",          "isEnabled": true,          "isMainCategory": true,          "parentCategoryId": 0,          "quantityDescription": "string",          "remarks": "string",          "requiredLevel": "None",          "options": [            "None"          ]        }      ],      "appliedExtras": [        {          "id": "string",          "materialId": 0,          "materialCategoryId": 0,          "categoryExtraId": 0,          "quantity": 0.1,          "description": "string",          "priceElement": {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        }      ],      "categoryPresetId": 0,      "categoryPresetExternalReference": "string",      "chainedChildren": [        {          "id": "string",          "entityId": 0,          "lineNumber": 0,          "lineNumberSuffix": "string",          "attributes": {            "property1": "string",            "property2": "string"          },          "categoryDescription": "string",          "categoryFavoriteDescription": "string",          "categoryFavoriteId": 0,          "categoryLinks": [            {              "id": 0,              "categoryLinkMaterial": {                "materialCode": "string",                "supplierCode": "string",                "materialId": 0,                "materialDescription": "string",                "materialColor": "string",                "materialRemarks": "string",                "materialComposition": "string",                "materialSalePrice": 0,                "saleQuantity": 0,                "calcQuantity": 0,                "calcQuantityNet": 0,                "saleUnit": "string",                "supplierId": 0,                "supplierSbnKey": 0,                "price": {                  "discountAmount": 0.1,                  "priceGroups": [                    {                      "code": "string",                      "description": "string",                      "displayOrder": 0,                      "elements": [                        {                          "code": "string",                          "materialId": 0,                          "supplierCode": "string",                          "description": "string",                          "purchasePrice": {                            "unitPurchasePrice": 0,                            "totalPurchasePrice": 0                          },                          "quantity": 0.1,                          "totalPrice": 0.1,                          "totalPriceBeforePromotion": 0.1,                          "unit": "string",                          "unitPrice": 0.1,                          "unitPriceBeforePromotion": 0.1,                          "totalPriceExclVat": 0.1,                          "unitPriceExclVat": 0.1,                          "vatAmount": 0.1,                          "vatPercentage": 0.1                        }                      ]                    }                  ],                  "promotions": [                    {                      "code": "string",                      "description": "string",                      "priceDiscount": 0.1,                      "reference": "string",                      "validUntil": "2019-08-24T14:15:22Z",                      "priceDiscountExclVat": 0.1,                      "attributes": {                        "property1": "string",                        "property2": "string"                      }                    }                  ],                  "totalPrice": 0.1,                  "totalPriceBeforePromotions": 0.1,                  "totalPurchasePrice": 0.1                },                "properties": [                  {                    "id": 0,                    "controlType": "Text",                    "customControlCode": "string",                    "dataType": 0,                    "valueDataType": "None",                    "defaultControlType": "Text",                    "description": "string",                    "displayLabel": "string",                    "displayOrder": 0,                    "displaySuffix": "string",                    "hasDynamicDescription": true,                    "interfaceKey": "string",                    "isModified": true,                    "isModifiedByApp": true,                    "isReadonly": true,                    "isRequired": true,                    "isVisible": true,                    "isAvailableBeforeCalculation": true,                    "listValues": [                      {                        "description": "string",                        "imageUrl": "string",                        "interfaceKey": "string",                        "skills": "string",                        "remarks": "string",                        "value": "string",                        "isDisabled": true,                        "priceDifference": 0,                        "price": 0,                        "categoryLinkPropertyId": 0,                        "contentBlockId": "string"                      }                    ],                    "propertyId": 0,                    "remarks": "string",                    "value": "string",                    "validation": {                      "min": null,                      "max": null,                      "precision": 0,                      "step": null,                      "isValid": true                    },                    "imageUrl": "string",                    "explanation": "string"                  }                ],                "messages": [                  {                    "context": "None",                    "contextReference": "string",                    "kind": "Information",                    "scope": "None",                    "text": "string",                    "origin": "Default"                  }                ],                "redistributionInfo": "string"              },              "categoryMaterialOptionFilter": 0,              "categoryMaterialOptionInterfaceKeys": [                "string"              ],              "childCategoryDescription": "string",              "childCategoryId": 0,              "description": "string",              "imageUrl": "string",              "interfaceKey": "string",              "isEnabled": true,              "isMainCategory": true,              "parentCategoryId": 0,              "quantityDescription": "string",              "remarks": "string",              "requiredLevel": "None",              "options": [                "None"              ]            }          ],          "appliedExtras": [            {              "id": "string",              "materialId": 0,              "materialCategoryId": 0,              "categoryExtraId": 0,              "quantity": 0.1,              "description": "string",              "priceElement": {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            }          ],          "categoryPresetId": 0,          "categoryPresetExternalReference": "string",          "chainedChildren": [],          "currentStatus": {            "remarks": "string",            "statusDateTime": "2019-08-24T14:15:22Z",            "statusDescription": "string",            "statusValue": 0          },          "description": "string",          "dimensionsInfo": {            "maxHeight": 0,            "maxWidth": 0,            "minHeight": 0,            "minWidth": 0          },          "documentations": [            {              "description": "string",              "documentationKind": "General",              "documentationUrl": "string",              "mediaType": "None"            }          ],          "grossHeight": 0,          "grossWidth": 0,          "height": 0,          "heightCorrection": 0,          "isDescriptionEnabled": true,          "isDeleted": true,          "isHeightEnabled": true,          "isReadonly": true,          "isWidthEnabled": true,          "leadTime": 0.1,          "modelCode": "string",          "modelDescription": "string",          "modelId": "string",          "modelImageUrl": "string",          "modelInterfaceKey": "string",          "polygonNumber": "string",          "polygonNumberGrouped": "string",          "polygonTypeId": 0,          "prices": {            "discountAmount": 0.1,            "priceGroups": [              {                "code": "string",                "description": "string",                "displayOrder": 0,                "elements": [                  {                    "code": "string",                    "materialId": 0,                    "supplierCode": "string",                    "description": "string",                    "purchasePrice": {                      "unitPurchasePrice": 0,                      "totalPurchasePrice": 0                    },                    "quantity": 0.1,                    "totalPrice": 0.1,                    "totalPriceBeforePromotion": 0.1,                    "unit": "string",                    "unitPrice": 0.1,                    "unitPriceBeforePromotion": 0.1,                    "totalPriceExclVat": 0.1,                    "unitPriceExclVat": 0.1,                    "vatAmount": 0.1,                    "vatPercentage": 0.1                  }                ]              }            ],            "promotions": [              {                "code": "string",                "description": "string",                "priceDiscount": 0.1,                "reference": "string",                "validUntil": "2019-08-24T14:15:22Z",                "priceDiscountExclVat": 0.1,                "attributes": {                  "property1": "string",                  "property2": "string"                }              }            ],            "totalPrice": 0.1,            "totalPriceBeforePromotions": 0.1,            "totalPurchasePrice": 0.1          },          "productCategoryId": 0,          "productCategoryInterfaceKey": "string",          "productCode": "string",          "state": "New",          "visuals": [            {              "name": "string",              "url": "string",              "remarks": "string"            }          ],          "width": 0,          "widthCorrection": 0,          "widthMeasurementTypeSettingId": 0,          "heightMeasurementTypeSettingId": 0        }      ],      "currentStatus": {        "remarks": "string",        "statusDateTime": "2019-08-24T14:15:22Z",        "statusDescription": "string",        "statusValue": 0      },      "description": "string",      "dimensionsInfo": {        "maxHeight": 0,        "maxWidth": 0,        "minHeight": 0,        "minWidth": 0      },      "documentations": [        {          "description": "string",          "documentationKind": "General",          "documentationUrl": "string",          "mediaType": "None"        }      ],      "grossHeight": 0,      "grossWidth": 0,      "height": 0,      "heightCorrection": 0,      "isDescriptionEnabled": true,      "isDeleted": true,      "isHeightEnabled": true,      "isReadonly": true,      "isWidthEnabled": true,      "leadTime": 0.1,      "modelCode": "string",      "modelDescription": "string",      "modelId": "string",      "modelImageUrl": "string",      "modelInterfaceKey": "string",      "polygonNumber": "string",      "polygonNumberGrouped": "string",      "polygonTypeId": 0,      "prices": {        "discountAmount": 0.1,        "priceGroups": [          {            "code": "string",            "description": "string",            "displayOrder": 0,            "elements": [              {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            ]          }        ],        "promotions": [          {            "code": "string",            "description": "string",            "priceDiscount": 0.1,            "reference": "string",            "validUntil": "2019-08-24T14:15:22Z",            "priceDiscountExclVat": 0.1,            "attributes": {              "property1": "string",              "property2": "string"            }          }        ],        "totalPrice": 0.1,        "totalPriceBeforePromotions": 0.1,        "totalPurchasePrice": 0.1      },      "productCategoryId": 0,      "productCategoryInterfaceKey": "string",      "productCode": "string",      "state": "New",      "visuals": [        {          "name": "string",          "url": "string",          "remarks": "string"        }      ],      "width": 0,      "widthCorrection": 0,      "widthMeasurementTypeSettingId": 0,      "heightMeasurementTypeSettingId": 0    }  ],  "projectPrices": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "price": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "projectNumber": "string",  "projectStatus": "Entered",  "projectSets": [    {      "id": "string",      "entityId": 0,      "setId": 0,      "description": "string",      "remarks": "string",      "imageUrl": "string",      "polygonIds": [        "string"      ]    }  ],  "projectType": {    "id": 0,    "code": "string"  },  "reference": "string",  "remarks": "string",  "salesman": {    "id": 0,    "name": "string",    "username": "string"  }}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}
POST/api/gateway/v2/sets/deleteprojectsetdiff

Deletes a ProjectSet

Request Body

application/json

Request to delete a ProjectSet for a Project

TypeScript Definitions

Use the request body type in TypeScript.

Contains information about the request for deleting a ProjectSet.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/gateway/v2/sets/deleteprojectsetdiff" \  -H "Content-Type: application/json" \  -d '{}'
{  "applicationId": 0,  "id": "string",  "entityId": 0,  "attributes": {    "property1": "string",    "property2": "string"  },  "createdAt": "2019-08-24T14:15:22Z",  "customer": {    "id": "string",    "entityId": 0,    "debtorCode": "string"  },  "customerId": 0,  "deliveryAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "deliveryLicensee": {    "id": 0,    "code": "string"  },  "licensee": {    "id": 0,    "code": "string"  },  "deliveryRef": "string",  "description": "string",  "executionAddress": {    "type": "UNKNOWN",    "city": "string",    "countryCode": "st",    "emailAddress": "string",    "name": "string",    "phoneNumber": "string",    "address": "string",    "zip": "string",    "extraAddressLine": "string",    "extraAddressLine2": "string",    "state": "string"  },  "externalReference": "string",  "isEditable": true,  "lastModifiedAt": "2019-08-24T14:15:22Z",  "lastOpenedAt": "2019-08-24T14:15:22Z",  "messages": [    {      "context": "None",      "contextReference": "string",      "kind": "Information",      "scope": "None",      "text": "string",      "origin": "Default"    }  ],  "polygons": [    {      "id": "string",      "entityId": 0,      "lineNumber": 0,      "lineNumberSuffix": "string",      "attributes": {        "property1": "string",        "property2": "string"      },      "categoryDescription": "string",      "categoryFavoriteDescription": "string",      "categoryFavoriteId": 0,      "categoryLinks": [        {          "id": 0,          "categoryLinkMaterial": {            "materialCode": "string",            "supplierCode": "string",            "materialId": 0,            "materialDescription": "string",            "materialColor": "string",            "materialRemarks": "string",            "materialComposition": "string",            "materialSalePrice": 0,            "saleQuantity": 0,            "calcQuantity": 0,            "calcQuantityNet": 0,            "saleUnit": "string",            "supplierId": 0,            "supplierSbnKey": 0,            "price": {              "discountAmount": 0.1,              "priceGroups": [                {                  "code": "string",                  "description": "string",                  "displayOrder": 0,                  "elements": [                    {                      "code": "string",                      "materialId": 0,                      "supplierCode": "string",                      "description": "string",                      "purchasePrice": {                        "unitPurchasePrice": 0,                        "totalPurchasePrice": 0                      },                      "quantity": 0.1,                      "totalPrice": 0.1,                      "totalPriceBeforePromotion": 0.1,                      "unit": "string",                      "unitPrice": 0.1,                      "unitPriceBeforePromotion": 0.1,                      "totalPriceExclVat": 0.1,                      "unitPriceExclVat": 0.1,                      "vatAmount": 0.1,                      "vatPercentage": 0.1                    }                  ]                }              ],              "promotions": [                {                  "code": "string",                  "description": "string",                  "priceDiscount": 0.1,                  "reference": "string",                  "validUntil": "2019-08-24T14:15:22Z",                  "priceDiscountExclVat": 0.1,                  "attributes": {                    "property1": "string",                    "property2": "string"                  }                }              ],              "totalPrice": 0.1,              "totalPriceBeforePromotions": 0.1,              "totalPurchasePrice": 0.1            },            "properties": [              {                "id": 0,                "controlType": "Text",                "customControlCode": "string",                "dataType": 0,                "valueDataType": "None",                "defaultControlType": "Text",                "description": "string",                "displayLabel": "string",                "displayOrder": 0,                "displaySuffix": "string",                "hasDynamicDescription": true,                "interfaceKey": "string",                "isModified": true,                "isModifiedByApp": true,                "isReadonly": true,                "isRequired": true,                "isVisible": true,                "isAvailableBeforeCalculation": true,                "listValues": [                  {                    "description": "string",                    "imageUrl": "string",                    "interfaceKey": "string",                    "skills": "string",                    "remarks": "string",                    "value": "string",                    "isDisabled": true,                    "priceDifference": 0,                    "price": 0,                    "categoryLinkPropertyId": 0,                    "contentBlockId": "string"                  }                ],                "propertyId": 0,                "remarks": "string",                "value": "string",                "validation": {                  "min": null,                  "max": null,                  "precision": 0,                  "step": null,                  "isValid": true                },                "imageUrl": "string",                "explanation": "string"              }            ],            "messages": [              {                "context": "None",                "contextReference": "string",                "kind": "Information",                "scope": "None",                "text": "string",                "origin": "Default"              }            ],            "redistributionInfo": "string"          },          "categoryMaterialOptionFilter": 0,          "categoryMaterialOptionInterfaceKeys": [            "string"          ],          "childCategoryDescription": "string",          "childCategoryId": 0,          "description": "string",          "imageUrl": "string",          "interfaceKey": "string",          "isEnabled": true,          "isMainCategory": true,          "parentCategoryId": 0,          "quantityDescription": "string",          "remarks": "string",          "requiredLevel": "None",          "options": [            "None"          ]        }      ],      "appliedExtras": [        {          "id": "string",          "materialId": 0,          "materialCategoryId": 0,          "categoryExtraId": 0,          "quantity": 0.1,          "description": "string",          "priceElement": {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        }      ],      "categoryPresetId": 0,      "categoryPresetExternalReference": "string",      "chainedChildren": [        {          "id": "string",          "entityId": 0,          "lineNumber": 0,          "lineNumberSuffix": "string",          "attributes": {            "property1": "string",            "property2": "string"          },          "categoryDescription": "string",          "categoryFavoriteDescription": "string",          "categoryFavoriteId": 0,          "categoryLinks": [            {              "id": 0,              "categoryLinkMaterial": {                "materialCode": "string",                "supplierCode": "string",                "materialId": 0,                "materialDescription": "string",                "materialColor": "string",                "materialRemarks": "string",                "materialComposition": "string",                "materialSalePrice": 0,                "saleQuantity": 0,                "calcQuantity": 0,                "calcQuantityNet": 0,                "saleUnit": "string",                "supplierId": 0,                "supplierSbnKey": 0,                "price": {                  "discountAmount": 0.1,                  "priceGroups": [                    {                      "code": "string",                      "description": "string",                      "displayOrder": 0,                      "elements": [                        {                          "code": "string",                          "materialId": 0,                          "supplierCode": "string",                          "description": "string",                          "purchasePrice": {                            "unitPurchasePrice": 0,                            "totalPurchasePrice": 0                          },                          "quantity": 0.1,                          "totalPrice": 0.1,                          "totalPriceBeforePromotion": 0.1,                          "unit": "string",                          "unitPrice": 0.1,                          "unitPriceBeforePromotion": 0.1,                          "totalPriceExclVat": 0.1,                          "unitPriceExclVat": 0.1,                          "vatAmount": 0.1,                          "vatPercentage": 0.1                        }                      ]                    }                  ],                  "promotions": [                    {                      "code": "string",                      "description": "string",                      "priceDiscount": 0.1,                      "reference": "string",                      "validUntil": "2019-08-24T14:15:22Z",                      "priceDiscountExclVat": 0.1,                      "attributes": {                        "property1": "string",                        "property2": "string"                      }                    }                  ],                  "totalPrice": 0.1,                  "totalPriceBeforePromotions": 0.1,                  "totalPurchasePrice": 0.1                },                "properties": [                  {                    "id": 0,                    "controlType": "Text",                    "customControlCode": "string",                    "dataType": 0,                    "valueDataType": "None",                    "defaultControlType": "Text",                    "description": "string",                    "displayLabel": "string",                    "displayOrder": 0,                    "displaySuffix": "string",                    "hasDynamicDescription": true,                    "interfaceKey": "string",                    "isModified": true,                    "isModifiedByApp": true,                    "isReadonly": true,                    "isRequired": true,                    "isVisible": true,                    "isAvailableBeforeCalculation": true,                    "listValues": [                      {                        "description": "string",                        "imageUrl": "string",                        "interfaceKey": "string",                        "skills": "string",                        "remarks": "string",                        "value": "string",                        "isDisabled": true,                        "priceDifference": 0,                        "price": 0,                        "categoryLinkPropertyId": 0,                        "contentBlockId": "string"                      }                    ],                    "propertyId": 0,                    "remarks": "string",                    "value": "string",                    "validation": {                      "min": null,                      "max": null,                      "precision": 0,                      "step": null,                      "isValid": true                    },                    "imageUrl": "string",                    "explanation": "string"                  }                ],                "messages": [                  {                    "context": "None",                    "contextReference": "string",                    "kind": "Information",                    "scope": "None",                    "text": "string",                    "origin": "Default"                  }                ],                "redistributionInfo": "string"              },              "categoryMaterialOptionFilter": 0,              "categoryMaterialOptionInterfaceKeys": [                "string"              ],              "childCategoryDescription": "string",              "childCategoryId": 0,              "description": "string",              "imageUrl": "string",              "interfaceKey": "string",              "isEnabled": true,              "isMainCategory": true,              "parentCategoryId": 0,              "quantityDescription": "string",              "remarks": "string",              "requiredLevel": "None",              "options": [                "None"              ]            }          ],          "appliedExtras": [            {              "id": "string",              "materialId": 0,              "materialCategoryId": 0,              "categoryExtraId": 0,              "quantity": 0.1,              "description": "string",              "priceElement": {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            }          ],          "categoryPresetId": 0,          "categoryPresetExternalReference": "string",          "chainedChildren": [],          "currentStatus": {            "remarks": "string",            "statusDateTime": "2019-08-24T14:15:22Z",            "statusDescription": "string",            "statusValue": 0          },          "description": "string",          "dimensionsInfo": {            "maxHeight": 0,            "maxWidth": 0,            "minHeight": 0,            "minWidth": 0          },          "documentations": [            {              "description": "string",              "documentationKind": "General",              "documentationUrl": "string",              "mediaType": "None"            }          ],          "grossHeight": 0,          "grossWidth": 0,          "height": 0,          "heightCorrection": 0,          "isDescriptionEnabled": true,          "isDeleted": true,          "isHeightEnabled": true,          "isReadonly": true,          "isWidthEnabled": true,          "leadTime": 0.1,          "modelCode": "string",          "modelDescription": "string",          "modelId": "string",          "modelImageUrl": "string",          "modelInterfaceKey": "string",          "polygonNumber": "string",          "polygonNumberGrouped": "string",          "polygonTypeId": 0,          "prices": {            "discountAmount": 0.1,            "priceGroups": [              {                "code": "string",                "description": "string",                "displayOrder": 0,                "elements": [                  {                    "code": "string",                    "materialId": 0,                    "supplierCode": "string",                    "description": "string",                    "purchasePrice": {                      "unitPurchasePrice": 0,                      "totalPurchasePrice": 0                    },                    "quantity": 0.1,                    "totalPrice": 0.1,                    "totalPriceBeforePromotion": 0.1,                    "unit": "string",                    "unitPrice": 0.1,                    "unitPriceBeforePromotion": 0.1,                    "totalPriceExclVat": 0.1,                    "unitPriceExclVat": 0.1,                    "vatAmount": 0.1,                    "vatPercentage": 0.1                  }                ]              }            ],            "promotions": [              {                "code": "string",                "description": "string",                "priceDiscount": 0.1,                "reference": "string",                "validUntil": "2019-08-24T14:15:22Z",                "priceDiscountExclVat": 0.1,                "attributes": {                  "property1": "string",                  "property2": "string"                }              }            ],            "totalPrice": 0.1,            "totalPriceBeforePromotions": 0.1,            "totalPurchasePrice": 0.1          },          "productCategoryId": 0,          "productCategoryInterfaceKey": "string",          "productCode": "string",          "state": "New",          "visuals": [            {              "name": "string",              "url": "string",              "remarks": "string"            }          ],          "width": 0,          "widthCorrection": 0,          "widthMeasurementTypeSettingId": 0,          "heightMeasurementTypeSettingId": 0        }      ],      "currentStatus": {        "remarks": "string",        "statusDateTime": "2019-08-24T14:15:22Z",        "statusDescription": "string",        "statusValue": 0      },      "description": "string",      "dimensionsInfo": {        "maxHeight": 0,        "maxWidth": 0,        "minHeight": 0,        "minWidth": 0      },      "documentations": [        {          "description": "string",          "documentationKind": "General",          "documentationUrl": "string",          "mediaType": "None"        }      ],      "grossHeight": 0,      "grossWidth": 0,      "height": 0,      "heightCorrection": 0,      "isDescriptionEnabled": true,      "isDeleted": true,      "isHeightEnabled": true,      "isReadonly": true,      "isWidthEnabled": true,      "leadTime": 0.1,      "modelCode": "string",      "modelDescription": "string",      "modelId": "string",      "modelImageUrl": "string",      "modelInterfaceKey": "string",      "polygonNumber": "string",      "polygonNumberGrouped": "string",      "polygonTypeId": 0,      "prices": {        "discountAmount": 0.1,        "priceGroups": [          {            "code": "string",            "description": "string",            "displayOrder": 0,            "elements": [              {                "code": "string",                "materialId": 0,                "supplierCode": "string",                "description": "string",                "purchasePrice": {                  "unitPurchasePrice": 0,                  "totalPurchasePrice": 0                },                "quantity": 0.1,                "totalPrice": 0.1,                "totalPriceBeforePromotion": 0.1,                "unit": "string",                "unitPrice": 0.1,                "unitPriceBeforePromotion": 0.1,                "totalPriceExclVat": 0.1,                "unitPriceExclVat": 0.1,                "vatAmount": 0.1,                "vatPercentage": 0.1              }            ]          }        ],        "promotions": [          {            "code": "string",            "description": "string",            "priceDiscount": 0.1,            "reference": "string",            "validUntil": "2019-08-24T14:15:22Z",            "priceDiscountExclVat": 0.1,            "attributes": {              "property1": "string",              "property2": "string"            }          }        ],        "totalPrice": 0.1,        "totalPriceBeforePromotions": 0.1,        "totalPurchasePrice": 0.1      },      "productCategoryId": 0,      "productCategoryInterfaceKey": "string",      "productCode": "string",      "state": "New",      "visuals": [        {          "name": "string",          "url": "string",          "remarks": "string"        }      ],      "width": 0,      "widthCorrection": 0,      "widthMeasurementTypeSettingId": 0,      "heightMeasurementTypeSettingId": 0    }  ],  "projectPrices": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "price": {    "discountAmount": 0.1,    "priceGroups": [      {        "code": "string",        "description": "string",        "displayOrder": 0,        "elements": [          {            "code": "string",            "materialId": 0,            "supplierCode": "string",            "description": "string",            "purchasePrice": {              "unitPurchasePrice": 0,              "totalPurchasePrice": 0            },            "quantity": 0.1,            "totalPrice": 0.1,            "totalPriceBeforePromotion": 0.1,            "unit": "string",            "unitPrice": 0.1,            "unitPriceBeforePromotion": 0.1,            "totalPriceExclVat": 0.1,            "unitPriceExclVat": 0.1,            "vatAmount": 0.1,            "vatPercentage": 0.1          }        ]      }    ],    "promotions": [      {        "code": "string",        "description": "string",        "priceDiscount": 0.1,        "reference": "string",        "validUntil": "2019-08-24T14:15:22Z",        "priceDiscountExclVat": 0.1,        "attributes": {          "property1": "string",          "property2": "string"        }      }    ],    "totalPrice": 0.1,    "totalPriceBeforePromotions": 0.1,    "totalPurchasePrice": 0.1  },  "projectNumber": "string",  "projectStatus": "Entered",  "projectSets": [    {      "id": "string",      "entityId": 0,      "setId": 0,      "description": "string",      "remarks": "string",      "imageUrl": "string",      "polygonIds": [        "string"      ]    }  ],  "projectType": {    "id": 0,    "code": "string"  },  "reference": "string",  "remarks": "string",  "salesman": {    "id": 0,    "name": "string",    "username": "string"  }}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "errors": {    "property1": [      "string"    ],    "property2": [      "string"    ]  },  "property1": null,  "property2": null}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "instance": "string",  "extensions": {    "property1": null,    "property2": null  },  "property1": null,  "property2": null}

On this page