Skip to content

Documentation CustomerService (1.1)

The Customers namespace has Entities and Operations concerned with Customer and Company management.

Download OpenAPI description
Languages
Servers

https://customer-slug.api-se.norce.tech/commerce/customer/1.1/

Operations
Operations
Operations
Operations
Operations

Request

Lists the available company flags.

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/customer/1.1/ListCompanyFlags

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id of the CustomerFlag.

Namestring

The name of the CustomerFlag. MaxLength: 50.

Descriptionstring

The description of the CustomerFlag. MaxLength: max.

SortOrderinteger(int32)

The sort order of the CustomerFlag.

Groupobject(IdNameDescription)(IdNameDescription)
]
Response
[ { "Id": 0, "Name": "string", "Description": "string", "SortOrder": 0, "Group": {} } ]

Request

Lists the available customer flags.

Query
cultureCodestring

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

curl -i -X GET \
  https://customer-slug.api-se.norce.tech/commerce/customer/1.1/ListCustomerFlags

Responses

Success

BodyArray [
Idinteger(int32)

The internal Id of the CustomerFlag.

Namestring

The name of the CustomerFlag. MaxLength: 50.

Descriptionstring

The description of the CustomerFlag. MaxLength: max.

SortOrderinteger(int32)

The sort order of the CustomerFlag.

Groupobject(IdNameDescription)(IdNameDescription)
]
Response
[ { "Id": 0, "Name": "string", "Description": "string", "SortOrder": 0, "Group": {} } ]
Operations
Operations