Supplier id
MANAGEMENT API (BETA)
//Insert supplier
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id} 
- cURL
- JS
- C#
- Node.js
curl -i -X GET \
  'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id}'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": [ { … } ] }
- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id} 
- cURL
- JS
- C#
- Node.js
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
      }
    ]
  }'- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier 
- cURL
- JS
- C#
- Node.js
curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplierResponse
[ { "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": [ … ] } ]
- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier 
- cURL
- JS
- C#
- Node.js
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
      }
    ]
  }'- https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/deleted 
- cURL
- JS
- C#
- Node.js
curl -i -X GET \
  https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/deletedResponse
[ { "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": [ … ] } ]