RegisterAddress

Type: Tessitura.Service.Client.Web.RegisterAddress

Property Name Data Type Length Required Readonly Notes
AddressTypeId integer N
FK: TR_ADDRESS_TYPE.id
City string Y
PostalCode string Y
StateId string Y This corresponds to the StateCode field returned from the "ReferenceData/States" endpoints.
FK: TR_STATE.id
Street1 string Y
Street2 string N
Street3 string N
CountryId integer N When not provided, CountryId will be set based on the country of the StateId.
FK: TR_COUNTRY.id