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
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Path
idinteger(int32)required
curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/country/{id}'

Responses

OK

Body
Idinteger(int32)

Country id

Namestring

Readonly country name

IsPrimaryboolean

Primary application country. Must be set for one of the active countries.

IsActiveboolean
Changedstring
ChangedBystring
Response
{ "Id": 0, "Name": "string", "IsPrimary": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" }

Request

Path
idinteger(int32)required

Country id

Bodyrequired

Country

Idinteger(int32)

Country id

Namestring

Readonly country name

IsPrimaryboolean

Primary application country. Must be set for one of the active countries.

IsActiveboolean
Changedstring
ChangedBystring
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/country/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "Name": "string",
    "IsPrimary": true,
    "IsActive": true,
    "Changed": "string",
    "ChangedBy": "string"
  }'

Responses

OK

Body
object
Response
{}

Request

Path
idinteger(int32)required

Country id

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

Responses

OK

Body
object
Response
{}

Request

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

Responses

OK

BodyArray [
Idinteger(int32)

Country id

Namestring

Readonly country name

IsPrimaryboolean

Primary application country. Must be set for one of the active countries.

IsActiveboolean
Changedstring
ChangedBystring
]
Response
[ { "Id": 0, "Name": "string", "IsPrimary": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]

Request

Bodyrequired

Country

Idinteger(int32)

Country id

Namestring

Readonly country name

IsPrimaryboolean

Primary application country. Must be set for one of the active countries.

IsActiveboolean
Changedstring
ChangedBystring
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/application/country \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "Name": "string",
    "IsPrimary": true,
    "IsActive": true,
    "Changed": "string",
    "ChangedBy": "string"
  }'

Responses

OK

Body
object
Response
{}
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations