How to create a Service-type part?
This method allows to create a part of the service type in a simplified manner. The method to be used to create a part of the service type is: POST url/api/mytenant/myorganization/businesscore/parts Json example to create a part of the service type: Using this method, parts of the type 1 can be created. Parts of the type 2. Service. However, when creating parts of the type 1, this method does not create parts with inventory extension. To create a part with inventory extension, please see the article "webapi - Creating a part with inventory extension".
{
"partKey": "P_024",
"Description": "Peca 024",
"ComplementaryDescription": "peca do postman 024",
"Keyword": "P024",
"Barcode": "P024",
"Family": "OL",
"Brand": "M",
"BrandModel": "BM",
"PartType": 1,
"BaseUnit": "UN",
"Supplier" : "FA_0022",
"Remarks": "Peça importada postman",
"PartSubType": "",
"Warehouse": "W1",
"MinStock": "10",
"MaxStock": "100",
"UnitCost": "2"
}