Class SaveEmployerContactRequest
Represents the a request for the SaveEmployerContact method.
Inheritance
System.Object
SaveEmployerContactRequest
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
public class SaveEmployerContactRequest : ServiceRequest
Constructors
Declaration
public SaveEmployerContactRequest()
Properties
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? CountryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string EmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int[] EmployerContactAttributes { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
public int[] EmployerContactJobSkillIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
public int[] EmployerContactSoftSkillIdList { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
public int? EmployerContactTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int EmployerId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string FaxNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FirstName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPrimary { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string LastName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? PersonId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PhoneNumber2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PhoneNumber2Extension { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PhoneNumber2Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PhoneNumberExtension { get; set; }
Property Value
Type |
Description |
System.String |
|
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public int? StaffId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string StreetAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|