Supplier id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{id}'
{ "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": [ { … } ] }
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 } ] }'
curl -i -X GET \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier
[ { "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": [ … ] } ]
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 } ] }'
curl -i -X GET \ https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/deleted
[ { "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": [ … ] } ]