GET api/MarketPlace/Contact/EmployeeContacts

Request Information

URI Parameters

None.

Body Parameters

EmployeeContactRequestParams
NameDescriptionTypeAdditional information
AuthInfo

AuthenticationInfo

None.

ContactID

integer

None.

IsInactive

boolean

None.

IsAdmin

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthInfo": {
    "KeyGuid": "f8175e32-4451-451e-a44a-3b80f3b89963",
    "Token": "sample string 2"
  },
  "ContactID": 1,
  "IsInactive": true,
  "IsAdmin": true
}

application/xml, text/xml

Sample:
<ContactModel.EmployeeContactRequestParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appsvc.rapidappsinc.com.Areas.MarketPlace.Models">
  <AuthInfo>
    <KeyGuid>f8175e32-4451-451e-a44a-3b80f3b89963</KeyGuid>
    <Token>sample string 2</Token>
  </AuthInfo>
  <ContactID>1</ContactID>
  <IsAdmin>true</IsAdmin>
  <IsInactive>true</IsInactive>
</ContactModel.EmployeeContactRequestParams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of EmployeeContactInfo
NameDescriptionTypeAdditional information
ContactID

integer

None.

ContactRefID

integer

None.

UTCCreatedOn

date

None.

CreatedByID

integer

None.

CreatedByRefID

string

None.

Username

string

None.

LastName

string

None.

FirstName

string

None.

FullName

string

None.

Email

string

None.

MobilePhone

string

None.

IsAdmin

boolean

None.

IsSuspended

boolean

None.

UTCUpdatedOn

date

None.

UpdatedByID

integer

None.

UpdatedByRefID

string

None.

ContactGUID

globally unique identifier

None.

IsInactive

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ContactID": 1,
    "ContactRefID": 2,
    "UTCCreatedOn": "2025-05-02T12:52:06.735Z",
    "CreatedByID": 4,
    "CreatedByRefID": "sample string 5",
    "Username": "sample string 6",
    "LastName": "sample string 7",
    "FirstName": "sample string 8",
    "FullName": "sample string 9",
    "Email": "sample string 10",
    "MobilePhone": "sample string 11",
    "IsAdmin": true,
    "IsSuspended": true,
    "UTCUpdatedOn": "2025-05-02T12:52:06.735Z",
    "UpdatedByID": 15,
    "UpdatedByRefID": "sample string 16",
    "ContactGUID": "23aff261-6443-4f01-b7cd-9d6c38f5c630",
    "IsInactive": true
  },
  {
    "ContactID": 1,
    "ContactRefID": 2,
    "UTCCreatedOn": "2025-05-02T12:52:06.735Z",
    "CreatedByID": 4,
    "CreatedByRefID": "sample string 5",
    "Username": "sample string 6",
    "LastName": "sample string 7",
    "FirstName": "sample string 8",
    "FullName": "sample string 9",
    "Email": "sample string 10",
    "MobilePhone": "sample string 11",
    "IsAdmin": true,
    "IsSuspended": true,
    "UTCUpdatedOn": "2025-05-02T12:52:06.735Z",
    "UpdatedByID": 15,
    "UpdatedByRefID": "sample string 16",
    "ContactGUID": "23aff261-6443-4f01-b7cd-9d6c38f5c630",
    "IsInactive": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfContactModel.EmployeeContactInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appsvc.rapidappsinc.com.Areas.MarketPlace.Models">
  <ContactModel.EmployeeContactInfo>
    <ContactGUID>23aff261-6443-4f01-b7cd-9d6c38f5c630</ContactGUID>
    <ContactID>1</ContactID>
    <ContactRefID>2</ContactRefID>
    <CreatedByID>4</CreatedByID>
    <CreatedByRefID>sample string 5</CreatedByRefID>
    <Email>sample string 10</Email>
    <FirstName>sample string 8</FirstName>
    <FullName>sample string 9</FullName>
    <IsAdmin>true</IsAdmin>
    <IsInactive>true</IsInactive>
    <IsSuspended>true</IsSuspended>
    <LastName>sample string 7</LastName>
    <MobilePhone>sample string 11</MobilePhone>
    <UTCCreatedOn>2025-05-02T12:52:06.7352297+00:00</UTCCreatedOn>
    <UTCUpdatedOn>2025-05-02T12:52:06.7352297+00:00</UTCUpdatedOn>
    <UpdatedByID>15</UpdatedByID>
    <UpdatedByRefID>sample string 16</UpdatedByRefID>
    <Username>sample string 6</Username>
  </ContactModel.EmployeeContactInfo>
  <ContactModel.EmployeeContactInfo>
    <ContactGUID>23aff261-6443-4f01-b7cd-9d6c38f5c630</ContactGUID>
    <ContactID>1</ContactID>
    <ContactRefID>2</ContactRefID>
    <CreatedByID>4</CreatedByID>
    <CreatedByRefID>sample string 5</CreatedByRefID>
    <Email>sample string 10</Email>
    <FirstName>sample string 8</FirstName>
    <FullName>sample string 9</FullName>
    <IsAdmin>true</IsAdmin>
    <IsInactive>true</IsInactive>
    <IsSuspended>true</IsSuspended>
    <LastName>sample string 7</LastName>
    <MobilePhone>sample string 11</MobilePhone>
    <UTCCreatedOn>2025-05-02T12:52:06.7352297+00:00</UTCCreatedOn>
    <UTCUpdatedOn>2025-05-02T12:52:06.7352297+00:00</UTCUpdatedOn>
    <UpdatedByID>15</UpdatedByID>
    <UpdatedByRefID>sample string 16</UpdatedByRefID>
    <Username>sample string 6</Username>
  </ContactModel.EmployeeContactInfo>
</ArrayOfContactModel.EmployeeContactInfo>