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

Request

Path
idinteger(int32)required

Supplier id

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

Responses

OK

Body
Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
Response
{ "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0.1, "ChosenSupplierPenaltyCharge": 0.1, "ChosenSupplierPenaltyChargePercentage": 0.1, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [ {} ] }

Request

Path
idinteger(int32)required

Supplier id

Bodyrequired

Supplier

Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
curl -i -X PUT \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id}' \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "CorporationId": 0,
    "Name": "string",
    "Code": "string",
    "CountryId": 0,
    "CountryName": "string",
    "IsPurchaseIntegrated": true,
    "IsPurchaseManual": true,
    "IsActive": true,
    "Feed": true,
    "LastDocumentImported": "2019-08-24T14:15:22Z",
    "OrganizationNo": "string",
    "CodePrefix": "string",
    "CareOf": "string",
    "AddressLine1": "string",
    "AddressLine2": "string",
    "City": "string",
    "ZipCode": "string",
    "Region": "string",
    "Changed": "string",
    "ChangedBy": "string",
    "EmailAddress": "string",
    "PhoneNumber": "string",
    "AccountNo": "string",
    "Website": "string",
    "ChosenSupplierSupplementChargePercentage": 0.1,
    "ChosenSupplierPenaltyCharge": 0.1,
    "ChosenSupplierPenaltyChargePercentage": 0.1,
    "PurchaseCutoff": "string",
    "CurrencyId": 0,
    "CurrencyCode": "string",
    "CurrencyName": "string",
    "ErrorCommunicationValue": "string",
    "ErrorCommunicationTypeId": 0,
    "IsChosenSupplierEnabled": true,
    "AutoMapManufacturers": true,
    "AutoCreateManufacturers": true,
    "Infos": [
      {
        "Id": 0,
        "TypeId": 0,
        "Name": "string",
        "Value": "string",
        "Updated": "2019-08-24T14:15:22Z",
        "UpdatedBy": 0
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

Request

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

Responses

OK

BodyArray [
Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
]
Response
[ { "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0.1, "ChosenSupplierPenaltyCharge": 0.1, "ChosenSupplierPenaltyChargePercentage": 0.1, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [] } ]

Request

Bodyrequired

Supplier

Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
curl -i -X POST \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier \
  -H 'Content-Type: application/json' \
  -d '{
    "Id": 0,
    "CorporationId": 0,
    "Name": "string",
    "Code": "string",
    "CountryId": 0,
    "CountryName": "string",
    "IsPurchaseIntegrated": true,
    "IsPurchaseManual": true,
    "IsActive": true,
    "Feed": true,
    "LastDocumentImported": "2019-08-24T14:15:22Z",
    "OrganizationNo": "string",
    "CodePrefix": "string",
    "CareOf": "string",
    "AddressLine1": "string",
    "AddressLine2": "string",
    "City": "string",
    "ZipCode": "string",
    "Region": "string",
    "Changed": "string",
    "ChangedBy": "string",
    "EmailAddress": "string",
    "PhoneNumber": "string",
    "AccountNo": "string",
    "Website": "string",
    "ChosenSupplierSupplementChargePercentage": 0.1,
    "ChosenSupplierPenaltyCharge": 0.1,
    "ChosenSupplierPenaltyChargePercentage": 0.1,
    "PurchaseCutoff": "string",
    "CurrencyId": 0,
    "CurrencyCode": "string",
    "CurrencyName": "string",
    "ErrorCommunicationValue": "string",
    "ErrorCommunicationTypeId": 0,
    "IsChosenSupplierEnabled": true,
    "AutoMapManufacturers": true,
    "AutoCreateManufacturers": true,
    "Infos": [
      {
        "Id": 0,
        "TypeId": 0,
        "Name": "string",
        "Value": "string",
        "Updated": "2019-08-24T14:15:22Z",
        "UpdatedBy": 0
      }
    ]
  }'

Responses

OK

Body
object
Response
{}

Request

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

Responses

OK

BodyArray [
Idinteger(int32)
CorporationIdinteger(int32)
Namestring
Codestring
CountryIdinteger(int32)
CountryNamestring
IsPurchaseIntegratedboolean
IsPurchaseManualboolean
IsActiveboolean
Feedboolean
LastDocumentImportedstring(date-time)
OrganizationNostring
CodePrefixstring
CareOfstring
AddressLine1string
AddressLine2string
Citystring
ZipCodestring
Regionstring
Changedstring
ChangedBystring
EmailAddressstring
PhoneNumberstring
AccountNostring
Websitestring
ChosenSupplierSupplementChargePercentagenumber(double)
ChosenSupplierPenaltyChargenumber(double)
ChosenSupplierPenaltyChargePercentagenumber(double)
PurchaseCutoffstring
CurrencyIdinteger(int32)
CurrencyCodestring
CurrencyNamestring
ErrorCommunicationValuestring
ErrorCommunicationTypeIdinteger(int32)
IsChosenSupplierEnabledboolean
AutoMapManufacturersboolean
AutoCreateManufacturersboolean
InfosArray of objects(InfoModel)
]
Response
[ { "Id": 0, "CorporationId": 0, "Name": "string", "Code": "string", "CountryId": 0, "CountryName": "string", "IsPurchaseIntegrated": true, "IsPurchaseManual": true, "IsActive": true, "Feed": true, "LastDocumentImported": "2019-08-24T14:15:22Z", "OrganizationNo": "string", "CodePrefix": "string", "CareOf": "string", "AddressLine1": "string", "AddressLine2": "string", "City": "string", "ZipCode": "string", "Region": "string", "Changed": "string", "ChangedBy": "string", "EmailAddress": "string", "PhoneNumber": "string", "AccountNo": "string", "Website": "string", "ChosenSupplierSupplementChargePercentage": 0.1, "ChosenSupplierPenaltyCharge": 0.1, "ChosenSupplierPenaltyChargePercentage": 0.1, "PurchaseCutoff": "string", "CurrencyId": 0, "CurrencyCode": "string", "CurrencyName": "string", "ErrorCommunicationValue": "string", "ErrorCommunicationTypeId": 0, "IsChosenSupplierEnabled": true, "AutoMapManufacturers": true, "AutoCreateManufacturers": true, "Infos": [] } ]
Operations
Operations
Operations
Operations