Parametric id
MANAGEMENT API (BETA)
//Get parametric
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}
- cURL
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}'
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 }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/{id}
- cURL
- JS
- C#
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
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric
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 } ]
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric
- cURL
- JS
- C#
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
}'
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/deleted
- cURL
- JS
- C#
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/parametric/deleted
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 } ]