I am trying to insert new record to "sales job price lists" but not sure how to exactly do that :) i exposed three pages (7015 Sales price lists, 7016 sales price list, 7019 sales job price lists). i am able to insert new record to page 7015, but not sure how to set the type to :"job".
this is my request json:
{
"AssignToParentNo": "",
"SourceNo": "",
"AssignToNo": "",
"VATBusPostingGrPrice": "",
"PriceIncludesVAT": false,
"AmountType": "Price & Discount",
"Status": "Draft",
"CurrencyCode": "",
"StartingDate": "0001-01-01",
"EndingDate": "0001-01-01",
"AllowUpdatingDefaults": false,
"AllowInvoiceDisc": false,
"AllowLineDisc": false
}
i would like to insert to page 7019, but it does not allow inserting..."
"message": "Entity does not support insert. CorrelationId: 7fb19d8b-80a7-4725-95fd-9fba69d7ddbf."
if i request HTTP get, i get the list of job pricess, but post to this page is not allowed.