Sales Delivery:
GET
https://s4-qas.horizonstelecom.com/sap/opu/odata/sap/API_PRODUCT_SRV/A_Product('80000221')/to_SalesDelivery/
POST
https://s4-qas.horizonstelecom.com/sap/opu/odata/sap/API_PRODUCT_SRV/A_Product('80000221')/to_SalesDelivery/
JSON
{
"Product": "80000221",
"ProductSalesOrg": "1100",
"ProductDistributionChnl": "50",
"ItemCategoryGroup": "LEIS",
"to_SalesTax": {
"results": [
{
"Product": "80000221",
"Country": "BR",
"TaxCategory": "IBRX",
"TaxClassification": "1"
}
]
},
"to_SalesText": {
"results": [
{
"Product": "80000221",
"ProductSalesOrg": "1100",
"ProductDistributionChnl": "50",
"Language": "PT"
}
]
}
}
Product:
POST
https://s4-qas.horizonstelecom.com/sap/opu/odata/sap/API_PRODUCT_SRV/A_Product
{
"Product": "",
"ProductType": "DIEN",
"CreatedByUser": "E013984",
"LastChangedByUser": "FLAVIO",
"ProductOldID": "0112",
"CrossPlantStatus": "",
"GrossWeight": "1000",
"ProductGroup": "900000000",
"BaseUnit": "KG",
"ItemCategoryGroup": "LEIS",
"NetWeight": "01",
"WeightUnit": "KG",
"Division": "00",
"VolumeUnit": "",
"AuthorizationGroup": "",
"ANPCode": "",
"IndustrySector": "M",
"to_Description": {
"results": [
{
"Product": "",
"Language": "PT",
"ProductDescription": "Teste"
}
]
},
"to_Plant": {
"results": [
{
"Plant": "1015"
},
{
"to_ProdPlantInternationalTrade": {
"ConsumptionTaxCtrlCode": "68069090",
"CountryOfOrigin": "BR",
"RegionOfOrigin": "PR"
}
}
]
}
}