Price list id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/{id}'
{ "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" }
curl -i -X PUT \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/{id}' \ -H 'Content-Type: application/json' \ -d '{ "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" }'
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist'
[ { "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" } ]
curl -i -X POST \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist' \ -H 'Content-Type: application/json' \ -d '{ "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" }'
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/supplier/{supplierId}/pricelist/deleted'
[ { "Id": 0, "SupplierId": 0, "SupplierName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" } ]