GET api/GetReferent/{atriumUserId}/{themeCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| atriumUserId | integer |
Required |
|
| themeCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Referent| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FriendId | integer |
None. |
|
| CodeTheme | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"FriendId": 2,
"CodeTheme": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"Email": "sample string 6",
"Phone": "sample string 7"
}
application/xml, text/xml
Sample:
<Referent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Models"> <CodeTheme>sample string 3</CodeTheme> <Email>sample string 6</Email> <FirstName>sample string 4</FirstName> <FriendId>2</FriendId> <Id>1</Id> <LastName>sample string 5</LastName> <Phone>sample string 7</Phone> </Referent>