GET account/employeeProfileReference?id={id}

Request Information

URI Parameters

Name Description Type Additional information
id

integer (Int32)

Required

Body Parameters

None.

Response Information

Resource Description

employeeProfileReferenceModel
Name Description Type Additional information
id

integer (Int32)

None.

name

string

None.

title

string

None.

firmName

string

None.

email

string

None.

tel

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "title": "sample string 3",
  "firmName": "sample string 4",
  "email": "sample string 5",
  "tel": "sample string 6"
}

application/xml, text/xml

Sample:
<employeeProfileReferenceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models">
  <email>sample string 5</email>
  <firmName>sample string 4</firmName>
  <id>1</id>
  <name>sample string 2</name>
  <tel_>sample string 6</tel_>
  <title>sample string 3</title>
</employeeProfileReferenceModel>

multipart/form-data

Sample:
<employeeProfileReferenceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Models"><email>sample string 5</email><firmName>sample string 4</firmName><id>1</id><name>sample string 2</name><tel_>sample string 6</tel_><title>sample string 3</title></employeeProfileReferenceModel>