Skip to content
Download OpenAPI description
Languages
Servers

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

Operations
Operations
Operations

Request

Path
idinteger(int32)required

Customer flag id

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

Responses

OK

Body
Idinteger(int32)
Codestring
GroupIdinteger(int32)
GroupNamestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
AvailableOnCustomerboolean
AvailableOnCompanyboolean
IsActiveboolean
Changedstring
ChangedBystring
IsDefaultboolean
SortOrderinteger(int32)
CulturesArray of objects(CustomerFlagCultureModel)
Response
{ "Id": 0, "Code": "string", "GroupId": 0, "GroupName": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "AvailableOnCustomer": true, "AvailableOnCompany": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "IsDefault": true, "SortOrder": 0, "Cultures": [ {} ] }

Request

Path
idinteger(int32)required

Customer flag id to update

Bodyrequired

Customer flag to update

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

Responses

OK

Body
object
Response
{}

Request

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

Responses

OK

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

Request

Bodyrequired

Customer flag to insert

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

Responses

OK

Body
object
Response
{}

Request

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

Responses

OK

BodyArray [
Idinteger(int32)
Codestring
GroupIdinteger(int32)
GroupNamestring
Namestring
DefaultNamestring
IsNameInheritedboolean
Descriptionstring
DefaultDescriptionstring
IsDescriptionInheritedboolean
AvailableOnCustomerboolean
AvailableOnCompanyboolean
IsActiveboolean
Changedstring
ChangedBystring
IsDefaultboolean
SortOrderinteger(int32)
CulturesArray of objects(CustomerFlagCultureModel)
]
Response
[ { "Id": 0, "Code": "string", "GroupId": 0, "GroupName": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "AvailableOnCustomer": true, "AvailableOnCompany": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "IsDefault": true, "SortOrder": 0, "Cultures": [] } ]
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
Operations
Operations