Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
teamMemberId |
The team member identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The team member, if they exist.
MyAccount.TeamMemberName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the team member identifier. |
integer |
None. |
code |
Gets or sets the code. |
string |
None. |
Gets or sets the email. |
string |
None. |
|
name |
Gets or sets the name. |
string |
None. |
phone |
Gets or sets the phone. |
string |
None. |
picture |
Gets or sets the picture. |
string |
None. |
title |
Gets or sets the title. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "1", "code": "sample String 2", "email": "sample String 3", "name": "sample String 4", "phone": "sample String 5", "picture": "sample String 6", "title": "sample String 7" }
text/html
Sample:
{"id":"1","code":"sample String 2","email":"sample String 3","name":"sample String 4","phone":"sample String 5","picture":"sample String 6","title":"sample String 7"}
application/xml, text/xml
Sample:
<TeamMember xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <TeamMemberId>1</TeamMemberId> <Code>sample String 2</Code> <Email>sample String 3</Email> <Name>sample String 4</Name> <Phone>sample String 5</Phone> <Picture>sample String 6</Picture> <Title>sample String 7</Title> </TeamMember>