Hello all,
I have been using what I thought was bill to address on a SOP document via econnect. I am struggling as I don't see full documentation on these, but would the taSopHdrIvcInsert.Address1 be sold to? The docs list it as "ADDRESS1 string 60 Customer address one"
ocHeader is my source data. Thank you!
var salesHdr = new taSopHdrIvcInsert
{
CUSTNMBR = ocHeader.CustomerId,
SLPRSNID = ocHeader.GPSlsprsnID,
ADDRESS1 = ocHeader.OCAddress1,
ADDRESS2 = ocHeader.OCAddress2,
CITY = ocHeader.OCCity,
STATE = ocHeader.OCState,
ZIPCODE = ocHeader.OCZip,
COUNTRY = ocHeader.OCCountry,
};