curl --location '/http/api/create-work-estimate' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"N_ZAE_FM_CM_EST_CREATE_TRG": [
{
"IJobId": "4003028",
"ProcessType": "ZTRE"
}
],
"N_Items": [
{
"NumberInt": "10",
"NumberParent": "",
"OrderedProd": "R4M0505465D",
"OrderProdDesc": "",
"Quantity": "1",
"ProcessQtyUnit": "EA",
"Currency": "AED",
"Price": "100",
"Rejection": ""
}
]
}'{
"EJobNo": "0000010001",
"Return": [
{
"Type": "S",
"Message": "Estimate 0000010001 created successfully"
}
]
}