Skip to content
Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/

Operations
Operations
Operations
Operations
Operations
Operations

Request

Path
idinteger(int32)required

Parametric id

curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}'

Responses

OK

Body
Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Uomstring
DefaultUomstring
IsUomInheritedboolean
Typestring
TypeNamestring
GroupIdinteger(int32)
GroupNamestring
IsRequiredboolean
IsFavoriteboolean
IsReadOnlyboolean
IsHiddenboolean
IsPublicboolean
DefaultIsVariantUniqueboolean
IsActiveboolean
Editorstring
Codestring
CodeListKeystring
Changedstring
ChangedBystring
CulturesArray of objects(ParametricCultureModel)
ShowOnTextTabboolean
ShowInListboolean
Response
{ "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 }

Request

Path
idinteger(int32)required

Parametric id

Bodyrequired

Parametric

Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Uomstring
DefaultUomstring
IsUomInheritedboolean
Typestring
TypeNamestring
GroupIdinteger(int32)
GroupNamestring
IsRequiredboolean
IsFavoriteboolean
IsReadOnlyboolean
IsHiddenboolean
IsPublicboolean
DefaultIsVariantUniqueboolean
IsActiveboolean
Editorstring
Codestring
CodeListKeystring
Changedstring
ChangedBystring
CulturesArray of objects(ParametricCultureModel)
ShowOnTextTabboolean
ShowInListboolean
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
  }'

Responses

OK

Body
object
Response
{}

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric

Responses

OK

BodyArray [
Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Uomstring
DefaultUomstring
IsUomInheritedboolean
Typestring
TypeNamestring
GroupIdinteger(int32)
GroupNamestring
IsRequiredboolean
IsFavoriteboolean
IsReadOnlyboolean
IsHiddenboolean
IsPublicboolean
DefaultIsVariantUniqueboolean
IsActiveboolean
Editorstring
Codestring
CodeListKeystring
Changedstring
ChangedBystring
CulturesArray of objects(ParametricCultureModel)
ShowOnTextTabboolean
ShowInListboolean
]
Response
[ { "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 } ]

Request

Bodyrequired

Parametric

Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Uomstring
DefaultUomstring
IsUomInheritedboolean
Typestring
TypeNamestring
GroupIdinteger(int32)
GroupNamestring
IsRequiredboolean
IsFavoriteboolean
IsReadOnlyboolean
IsHiddenboolean
IsPublicboolean
DefaultIsVariantUniqueboolean
IsActiveboolean
Editorstring
Codestring
CodeListKeystring
Changedstring
ChangedBystring
CulturesArray of objects(ParametricCultureModel)
ShowOnTextTabboolean
ShowInListboolean
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
  }'

Responses

OK

Body
object
Response
{}

Request

curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/deleted

Responses

OK

BodyArray [
Idinteger(int32)
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
Uomstring
DefaultUomstring
IsUomInheritedboolean
Typestring
TypeNamestring
GroupIdinteger(int32)
GroupNamestring
IsRequiredboolean
IsFavoriteboolean
IsReadOnlyboolean
IsHiddenboolean
IsPublicboolean
DefaultIsVariantUniqueboolean
IsActiveboolean
Editorstring
Codestring
CodeListKeystring
Changedstring
ChangedBystring
CulturesArray of objects(ParametricCultureModel)
ShowOnTextTabboolean
ShowInListboolean
]
Response
[ { "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 } ]
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations