GET api/MarketPlace/Contact/EmployeeContacts
Request Information
URI Parameters
None.
Body Parameters
EmployeeContactRequestParams| Name | 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": "9dc6dff7-9f47-425b-a493-b466964abca7",
"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>9dc6dff7-9f47-425b-a493-b466964abca7</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| Name | 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-11-08T09:23:40.966Z",
"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-11-08T09:23:40.966Z",
"UpdatedByID": 15,
"UpdatedByRefID": "sample string 16",
"ContactGUID": "ffbfd205-2f4c-4597-ab3d-aff3658ec999",
"IsInactive": true
},
{
"ContactID": 1,
"ContactRefID": 2,
"UTCCreatedOn": "2025-11-08T09:23:40.966Z",
"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-11-08T09:23:40.966Z",
"UpdatedByID": 15,
"UpdatedByRefID": "sample string 16",
"ContactGUID": "ffbfd205-2f4c-4597-ab3d-aff3658ec999",
"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>ffbfd205-2f4c-4597-ab3d-aff3658ec999</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-11-08T09:23:40.9665991+00:00</UTCCreatedOn>
<UTCUpdatedOn>2025-11-08T09:23:40.9665991+00:00</UTCUpdatedOn>
<UpdatedByID>15</UpdatedByID>
<UpdatedByRefID>sample string 16</UpdatedByRefID>
<Username>sample string 6</Username>
</ContactModel.EmployeeContactInfo>
<ContactModel.EmployeeContactInfo>
<ContactGUID>ffbfd205-2f4c-4597-ab3d-aff3658ec999</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-11-08T09:23:40.9665991+00:00</UTCCreatedOn>
<UTCUpdatedOn>2025-11-08T09:23:40.9665991+00:00</UTCUpdatedOn>
<UpdatedByID>15</UpdatedByID>
<UpdatedByRefID>sample string 16</UpdatedByRefID>
<Username>sample string 6</Username>
</ContactModel.EmployeeContactInfo>
</ArrayOfContactModel.EmployeeContactInfo>