WebApiModulesAgentContactContact constructor

WebApiModulesAgentContactContact({
  1. String? contactId,
  2. String? activeDate,
  3. String? address1,
  4. String? address2,
  5. String? barcode,
  6. String? city,
  7. String? contactRecordType,
  8. String? contactRecordTypeColor,
  9. String? contactTitleId,
  10. String? contactTitle,
  11. String? country,
  12. String? countryId,
  13. String? countryCodeIsoAlpha2,
  14. int? countryCodePhone,
  15. String? dateStamp,
  16. String? directExtension,
  17. String? directPhone,
  18. String? email,
  19. String? fax,
  20. String? faxExtension,
  21. String? firstName,
  22. String? firstNameColor,
  23. String? homePhone,
  24. bool? inactive,
  25. String? inactiveDate,
  26. String? info,
  27. String? inputDate,
  28. String? modifiedDate,
  29. String? lastName,
  30. String? middleInitial,
  31. String? mobilePhone,
  32. String? nameFirstMiddleLast,
  33. String? officeExtension,
  34. String? officePhone,
  35. String? pager,
  36. String? pagerPin,
  37. String? person,
  38. String? salutation,
  39. String? website,
  40. String? webStatus,
  41. String? zipCode,
  42. String? state,
  43. String? sourceId,
  44. String? userId,
  45. String? password,
  46. bool? changePasswordAtNextLogin,
  47. bool? expirePassword,
  48. int? expireDays,
  49. String? passwordLastUpdated,
  50. String? webUserId,
  51. String? webUserContactId,
  52. String? webUserUserId,
  53. bool? webAccess,
  54. bool? lockAccount,
  55. String? defaultDealId,
  56. String? defaultDeal,
  57. String? webCatalogId,
  58. String? webCatalog,
  59. String? locationId,
  60. String? location,
  61. String? warehouseId,
  62. String? warehouse,
  63. bool? webQuoteRequest,
  64. String? departmentId,
  65. String? department,
  66. bool? isAccountsPayable,
  67. bool? isAccountsReceivable,
  68. String? auditNote,
  69. String? recordTitle,
  70. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  71. List<FwStandardDataFwCustomValue>? custom,
  72. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesAgentContactContact({
  this.contactId,
  this.activeDate,
  this.address1,
  this.address2,
  this.barcode,
  this.city,
  this.contactRecordType,
  this.contactRecordTypeColor,
  this.contactTitleId,
  this.contactTitle,
  this.country,
  this.countryId,
  this.countryCodeIsoAlpha2,
  this.countryCodePhone,
  this.dateStamp,
  this.directExtension,
  this.directPhone,
  this.email,
  this.fax,
  this.faxExtension,
  this.firstName,
  this.firstNameColor,
  this.homePhone,
  this.inactive,
  this.inactiveDate,
  this.info,
  this.inputDate,
  this.modifiedDate,
  this.lastName,
  this.middleInitial,
  this.mobilePhone,
  this.nameFirstMiddleLast,
  this.officeExtension,
  this.officePhone,
  this.pager,
  this.pagerPin,
  this.person,
  this.salutation,
  this.website,
  this.webStatus,
  this.zipCode,
  this.state,
  this.sourceId,
  this.userId,
  this.password,
  this.changePasswordAtNextLogin,
  this.expirePassword,
  this.expireDays,
  this.passwordLastUpdated,
  this.webUserId,
  this.webUserContactId,
  this.webUserUserId,
  this.webAccess,
  this.lockAccount,
  this.defaultDealId,
  this.defaultDeal,
  this.webCatalogId,
  this.webCatalog,
  this.locationId,
  this.location,
  this.warehouseId,
  this.warehouse,
  this.webQuoteRequest,
  this.departmentId,
  this.department,
  this.isAccountsPayable,
  this.isAccountsReceivable,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});