GET api/MarketPlace/Contact/EmployeeContacts
Request Information
URI Parameters
None.
Body Parameters
EmployeeContactRequestParamsName | Description | Type | Additional information |
---|---|---|---|
AuthInfo | AuthenticationInfo |
None. |
|
ContactID | integer |
None. |
|
IsInactive | boolean |
None. |
|
IsAdmin | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "AuthInfo": { "KeyGuid": "ecae90f9-3be9-41c6-aa13-ae3d3740c521", "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>ecae90f9-3be9-41c6-aa13-ae3d3740c521</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 EmployeeContactInfoName | Description | Type | Additional 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. |
|
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-06-27T13:35:04.495Z", "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-06-27T13:35:04.495Z", "UpdatedByID": 15, "UpdatedByRefID": "sample string 16", "ContactGUID": "d3516e0a-5aa0-4d66-8232-e3f3a1efa414", "IsInactive": true }, { "ContactID": 1, "ContactRefID": 2, "UTCCreatedOn": "2025-06-27T13:35:04.495Z", "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-06-27T13:35:04.495Z", "UpdatedByID": 15, "UpdatedByRefID": "sample string 16", "ContactGUID": "d3516e0a-5aa0-4d66-8232-e3f3a1efa414", "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>d3516e0a-5aa0-4d66-8232-e3f3a1efa414</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-06-27T13:35:04.495157+00:00</UTCCreatedOn> <UTCUpdatedOn>2025-06-27T13:35:04.495157+00:00</UTCUpdatedOn> <UpdatedByID>15</UpdatedByID> <UpdatedByRefID>sample string 16</UpdatedByRefID> <Username>sample string 6</Username> </ContactModel.EmployeeContactInfo> <ContactModel.EmployeeContactInfo> <ContactGUID>d3516e0a-5aa0-4d66-8232-e3f3a1efa414</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-06-27T13:35:04.495157+00:00</UTCCreatedOn> <UTCUpdatedOn>2025-06-27T13:35:04.495157+00:00</UTCUpdatedOn> <UpdatedByID>15</UpdatedByID> <UpdatedByRefID>sample string 16</UpdatedByRefID> <Username>sample string 6</Username> </ContactModel.EmployeeContactInfo> </ArrayOfContactModel.EmployeeContactInfo>