Hi All
I'm inserting purchase order header dimensions only through an API call and expect the line dimensions to be automatically set to header as if you enter an order front front end. However API call only populate header level. Is there a way to populate header dimensions only and lines to get the same values?
Sample code something like
{
"vendorNumber": "V00010",
"orderDate": "2021-12-03",
"postingDate": "2021-12-03",
"dimensionSetLines": [
{
"code": "DEPARTMENT",
"valueCode": "ADM"
}
],
"purchaseOrderLines": [
{
"lineType": "Item",
"lineObjectNumber": "1001"