AddressLink
An object representing what objects the address object is linked to. For example is it linked to an account, a customer role, and/or a supplier role?
Object Properties
| 
					 Property  | 
				
					 Type  | 
				
					 Description  | 
			
| 
					 ID  | 
				
					 integer  | 
				
					 Unique Identity of an AddressLink. When adding a new AddressLink the value must be 0.  | 
			
| 
					 AddressId  | 
				
					 integer  | 
				
					 Id of the address object AddressLink is associated with.  | 
			
| 
					 ParentId  | 
				
					 integer  | 
				
					 ParentID is the id of the parent record (e.g., Account, a Customer Role, Supplier Role).  | 
			
| 
					 ParentObject  | 
				
					 string (100)  | 
				
					 ParentObject identifies what kind of object the email object is a child of. Values are Account, AccountCustomerRole, AccountSupplierRole.  | 
			
| 
					 IsPrimary  | 
				
					 boolean  | 
				
					 Flag indicating this AddressLink is primary address for the linked object.  | 
			
							 
						 | 
					

