MaterialSubsAndCustomCosts

Update or add new material, subcontract, or custom cost type items

Securitybearer
Request
Request Body schema:
businessUnitId
string <uuid>

Id for the material, subcontractor or custom cost type. Should be included if modifying an item.

onExistingLibrartyMaterialCode
string (MseUpsertActionOnExisting)
Enum: "skip" "overwrite"
Array of objects or null (ApiMseLibraryEntry)

MSE elements to be updated

Responses
204

No Content

patch/api/v1/costTypeItems
Request samples
{
  • "businessUnitId": "214dd610-35bc-4504-9246-7073493e0400",
  • "onExistingLibrartyMaterialCode": "skip",
  • "materialsToUpdate": [
    ]
}