Parametric id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}'
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Uom": "string", "DefaultUom": "string", "IsUomInherited": true, "Type": "string", "TypeName": "string", "GroupId": 0, "GroupName": "string", "IsRequired": true, "IsFavorite": true, "IsReadOnly": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "IsActive": true, "Editor": "string", "Code": "string", "CodeListKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ], "ShowOnTextTab": true, "ShowInList": true }
curl -i -X PUT \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}' \ -H 'Content-Type: application/json' \ -d '{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Uom": "string", "DefaultUom": "string", "IsUomInherited": true, "Type": "string", "TypeName": "string", "GroupId": 0, "GroupName": "string", "IsRequired": true, "IsFavorite": true, "IsReadOnly": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "IsActive": true, "Editor": "string", "Code": "string", "CodeListKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ { "CultureCode": "string", "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true, "Uom": "string", "IsUomInherited": true, "IsTranslated": true } ], "ShowOnTextTab": true, "ShowInList": true }'
curl -i -X GET \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric
[ { "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Uom": "string", "DefaultUom": "string", "IsUomInherited": true, "Type": "string", "TypeName": "string", "GroupId": 0, "GroupName": "string", "IsRequired": true, "IsFavorite": true, "IsReadOnly": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "IsActive": true, "Editor": "string", "Code": "string", "CodeListKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ … ], "ShowOnTextTab": true, "ShowInList": true } ]
curl -i -X POST \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric \ -H 'Content-Type: application/json' \ -d '{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Uom": "string", "DefaultUom": "string", "IsUomInherited": true, "Type": "string", "TypeName": "string", "GroupId": 0, "GroupName": "string", "IsRequired": true, "IsFavorite": true, "IsReadOnly": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "IsActive": true, "Editor": "string", "Code": "string", "CodeListKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ { "CultureCode": "string", "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true, "Uom": "string", "IsUomInherited": true, "IsTranslated": true } ], "ShowOnTextTab": true, "ShowInList": true }'
curl -i -X GET \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/deleted
[ { "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Uom": "string", "DefaultUom": "string", "IsUomInherited": true, "Type": "string", "TypeName": "string", "GroupId": 0, "GroupName": "string", "IsRequired": true, "IsFavorite": true, "IsReadOnly": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "IsActive": true, "Editor": "string", "Code": "string", "CodeListKey": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ … ], "ShowOnTextTab": true, "ShowInList": true } ]