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

Lists active customer info types by group

Request

Path
groupIdinteger(int32)required

Group id: Customer = 1, Store = 4, Company = 6

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

Responses

OK

BodyArray [
Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(CustomerInfoTypeCultureModel)
]
Response
[ { "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [] } ]

Request

Path
groupIdinteger(int32)required

Group id: Customer = 1, Store = 4, Company = 6

Bodyrequired

Customer info type

Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(CustomerInfoTypeCultureModel)
curl -i -X POST \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/infotype/{groupId}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "GroupId": 0,
    "Code": "string",
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "SortOrder": 0,
    "IsActive": true,
    "Changed": "string",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

Request

Path
groupIdinteger(int32)required

Group id: Customer = 1, Store = 4, Company = 6

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

Responses

OK

BodyArray [
Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(CustomerInfoTypeCultureModel)
]
Response
[ { "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [] } ]

Request

Path
groupIdinteger(int32)required

Group id: Customer = 1, Store = 4, Company = 6

idinteger(int32)required

Info item id to get

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

Responses

OK

BodyArray [
Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(CustomerInfoTypeCultureModel)
]
Response
[ { "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [] } ]

Request

Path
groupIdinteger(int32)required

Group id: Customer = 1, Store = 4, Company = 6

idinteger(int32)required

Customer info type id

Bodyrequired

Customer info type

Idinteger(int32)
GroupIdinteger(int32)
Codestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
SortOrderinteger(int32)
IsActiveboolean
Changedstring
ChangedBystring
CulturesArray of objects(CustomerInfoTypeCultureModel)
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/customer/infotype/{groupId}/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "GroupId": 0,
    "Code": "string",
    "Name": "string",
    "DefaultName": "string",
    "IsNameInherited": true,
    "Description": "string",
    "DefaultDescription": "string",
    "IsDescriptionInherited": true,
    "SortOrder": 0,
    "IsActive": true,
    "Changed": "string",
    "ChangedBy": "string",
    "Cultures": [
      {
        "CultureCode": "string",
        "IsTranslated": true,
        "Name": "string",
        "IsNameInherited": true,
        "Description": "string",
        "IsDescriptionInherited": true
      }
    ]
  }'

Responses

OK

Body
object
Response
{}
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
Operations