The Norce Management API lets you manage configurations and metadata on a client.
The Norce Management API lets you manage configurations and metadata on a client.
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/application/culture/{cultureCode}
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}' \
-H 'account-id: 0' \
-H 'application-id: 0'The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
{ "CultureCode": "string", "IsPrimary": true, "IsActive": true, "Name": "string", "Changed": "string", "ChangedBy": "string" }
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
curl -i -X DELETE \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}' \
-H 'account-id: 0' \
-H 'application-id: 0'UpdateApplicationCulture model, only IsPrimary and IsActive can be changed
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/{cultureCode}' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"CultureCode": "string",
"IsPrimary": true,
"IsActive": true,
"Name": "string",
"Changed": "string",
"ChangedBy": "string"
}'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture
curl -i -X GET \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of application cultures, if any exists
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
Fullname or Systemname of the user who last changed the ApplicationCulture, null if never changed
[ { "CultureCode": "string", "IsPrimary": true, "IsActive": true, "Name": "string", "Changed": "string", "ChangedBy": "string" } ]
UpdateApplicationCulture model, only cultureCode and isPrimary required, If IsPrimary is set to true the last primary culture will be unset
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture
curl -i -X POST \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '{
"CultureCode": "string",
"IsPrimary": true,
"IsActive": true,
"Name": "string",
"Changed": "string",
"ChangedBy": "string"
}'List of UpdateApplicationCulture models, only IsPrimary and IsActive can be changed
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/list
curl -i -X PUT \
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/culture/list \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"CultureCode": "string",
"IsPrimary": true,
"IsActive": true
}
]'