Hi,
trying to create over oData using C# with these properties:
DataAreaId = "101",
ItemId = "1004310",
ProjectId = "101-000033-01-01",
QuantityOrdered = Decimal.Parse("44"),
ReceiptDateRequested = "2021-10-15T12:00:00Z",
SalesQuantity = Decimal.Parse("44"),
ShipDate = "2021-10-15T12:00:00Z",
ShippingDateRequested = "2021-10-15T12:00:00Z",
ShippingSiteId = "1",
ShippingWarehouseId = "1",
DeliveryAddressCity="My City",
DeliveryAddressCountryRegionId= "NOR",
DeliveryAddressCountryRegionISOCode="NO",
DeliveryAddressDescription = "Big company",
DeliveryAddressDistrictName= "11",
DeliveryAddressStreet="Street",
DeliveryAddressZipCode="6502"
Creation is OK, but the respons does not reflect the DeliveryAddress that I specify.
Have also tried to specify a DeliveryAddressLocationId with the same response.
It seems the backend logic overrules my attempt to provide a line specific address.
Is there a way to achieve my objective?