| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerContactId |
Autonumber from AR_Customer_Contact |
integer |
None. |
| CustomerId |
foreign key from AR_Customer |
integer |
Required |
| CustomerBillId |
foreign key from AR_Customer_Bill (pass in to designate this as Bill Contact) |
integer |
None. |
| BillContactId |
view only; do not set explicitly |
integer |
None. |
| CustomerSiteId |
foreign key from AR_Customer_Site (pass in to designate this as Site Contact) |
integer |
None. |
| SiteContactId |
view only; do not set explicitly |
integer |
None. |
| ContactName |
If a person, usually First/Middle/Last concatenated |
string |
Required String length: inclusive between 0 and 255 |
| Salutation | string |
String length: inclusive between 0 and 10 |
|
| FirstName | string |
String length: inclusive between 0 and 50 |
|
| MiddleName | string |
String length: inclusive between 0 and 50 |
|
| LastName | string |
String length: inclusive between 0 and 50 |
|
| Suffix | string |
String length: inclusive between 0 and 10 |
|
| Title | string |
String length: inclusive between 0 and 50 |
|
| Phone | string |
String length: inclusive between 0 and 25 |
|
| Extension | string |
String length: inclusive between 0 and 5 |
|
| Fax | string |
String length: inclusive between 0 and 25 |
|
| Pager | string |
String length: inclusive between 0 and 25 |
|
| string |
String length: inclusive between 0 and 50 |
||
| AllSites | boolean |
None. |
|
| Mobile | string |
String length: inclusive between 0 and 25 |
|
| CollectionContact | boolean |
None. |
|
| InvoiceContact | boolean |
None. |
|
| Notes | string |
String length: inclusive between 0 and 255 |
|
| Inactive |
set to true on POST/PUT to inactivate this contact |
boolean |
None. |