GET api/Fonteva/Get_Contact?sf_contact_id={sf_contact_id}
Returns a CONTACT Record using the Salesforce Contact ID and the GET Method
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sf_contact_id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Contact| Name | Description | Type | Additional information |
|---|---|---|---|
| SF_Contact_ID | string |
None. |
|
| SF_LastUpdate_DT | date |
None. |
|
| ID_Number | string |
None. |
|
| First_Name | string |
None. |
|
| Last_Name | string |
None. |
|
| Suffix | string |
None. |
|
| Credentials | string |
None. |
|
| Profession_Affil | string |
None. |
|
| Practicing_Function | string |
None. |
|
| Organization_Name | string |
None. |
|
| Title | string |
None. |
|
| Department | string |
None. |
|
| string |
None. |
||
| Email_Alt | string |
None. |
|
| Do_Not_Contact | string |
None. |
|
| Home_Address | string |
None. |
|
| Home_City | string |
None. |
|
| Home_State | string |
None. |
|
| Home_Zipcode | string |
None. |
|
| Home_County | string |
None. |
|
| Home_Country | string |
None. |
|
| Home_Phone | string |
None. |
|
| Mobile_Phone | string |
None. |
|
| Mobile_Text_Opt_In | string |
None. |
|
| Work_Address | string |
None. |
|
| Work_City | string |
None. |
|
| Work_State | string |
None. |
|
| Work_Zipcode | string |
None. |
|
| Work_County | string |
None. |
|
| Work_Country | string |
None. |
|
| Work_Phone | string |
None. |
|
| Fax | string |
None. |
|
| Mem_Subscription_Type | string |
None. |
|
| Mem_Join_Date | date |
None. |
|
| M_MemberID | string |
None. |
|
| M_ExpDate | date |
None. |
|
| M_PaidToDate | date |
None. |
|
| O_MemberID | string |
None. |
|
| O_ExpDate | date |
None. |
|
| ACM_Achieved_On | date |
None. |
|
| CMAC_Achieved_On | date |
None. |
|
| StudyGuide_Category | string |
None. |
|
| Lead_Source | string |
None. |
|
| Other_Lead_Source | string |
None. |
|
| Badges | string |
None. |
|
| custom1 | string |
None. |
|
| custom2 | string |
None. |
|
| custom3 | string |
None. |
|
| ACM_Exp_Date | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"SF_Contact_ID": "sample string 1",
"SF_LastUpdate_DT": "2025-12-17T08:21:10.5946109-06:00",
"ID_Number": "sample string 2",
"First_Name": "sample string 3",
"Last_Name": "sample string 4",
"Suffix": "sample string 5",
"Credentials": "sample string 6",
"Profession_Affil": "sample string 7",
"Practicing_Function": "sample string 8",
"Organization_Name": "sample string 9",
"Title": "sample string 10",
"Department": "sample string 11",
"Email": "sample string 12",
"Email_Alt": "sample string 13",
"Do_Not_Contact": "sample string 14",
"Home_Address": "sample string 15",
"Home_City": "sample string 16",
"Home_State": "sample string 17",
"Home_Zipcode": "sample string 18",
"Home_County": "sample string 19",
"Home_Country": "sample string 20",
"Home_Phone": "sample string 21",
"Mobile_Phone": "sample string 22",
"Mobile_Text_Opt_In": "sample string 23",
"Work_Address": "sample string 24",
"Work_City": "sample string 25",
"Work_State": "sample string 26",
"Work_Zipcode": "sample string 27",
"Work_County": "sample string 28",
"Work_Country": "sample string 29",
"Work_Phone": "sample string 30",
"Fax": "sample string 31",
"Mem_Subscription_Type": "sample string 32",
"Mem_Join_Date": "2025-12-17T08:21:10.5946109-06:00",
"M_MemberID": "sample string 33",
"M_ExpDate": "2025-12-17T08:21:10.5946109-06:00",
"M_PaidToDate": "2025-12-17T08:21:10.5946109-06:00",
"O_MemberID": "sample string 34",
"O_ExpDate": "2025-12-17T08:21:10.5946109-06:00",
"ACM_Achieved_On": "2025-12-17T08:21:10.5946109-06:00",
"CMAC_Achieved_On": "2025-12-17T08:21:10.5946109-06:00",
"StudyGuide_Category": "sample string 35",
"Lead_Source": "sample string 36",
"Other_Lead_Source": "sample string 37",
"Badges": "sample string 38",
"custom1": "sample string 39",
"custom2": "sample string 40",
"custom3": "sample string 41",
"ACM_Exp_Date": "2025-12-17T08:21:10.5946109-06:00"
}
application/xml, text/xml
Sample:
<Contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACMA_WebAPI"> <ACM_Achieved_On>2025-12-17T08:21:10.5946109-06:00</ACM_Achieved_On> <ACM_Exp_Date>2025-12-17T08:21:10.5946109-06:00</ACM_Exp_Date> <Badges>sample string 38</Badges> <CMAC_Achieved_On>2025-12-17T08:21:10.5946109-06:00</CMAC_Achieved_On> <Credentials>sample string 6</Credentials> <Department>sample string 11</Department> <Do_Not_Contact>sample string 14</Do_Not_Contact> <Email>sample string 12</Email> <Email_Alt>sample string 13</Email_Alt> <Fax>sample string 31</Fax> <First_Name>sample string 3</First_Name> <Home_Address>sample string 15</Home_Address> <Home_City>sample string 16</Home_City> <Home_Country>sample string 20</Home_Country> <Home_County>sample string 19</Home_County> <Home_Phone>sample string 21</Home_Phone> <Home_State>sample string 17</Home_State> <Home_Zipcode>sample string 18</Home_Zipcode> <ID_Number>sample string 2</ID_Number> <Last_Name>sample string 4</Last_Name> <Lead_Source>sample string 36</Lead_Source> <M_ExpDate>2025-12-17T08:21:10.5946109-06:00</M_ExpDate> <M_MemberID>sample string 33</M_MemberID> <M_PaidToDate>2025-12-17T08:21:10.5946109-06:00</M_PaidToDate> <Mem_Join_Date>2025-12-17T08:21:10.5946109-06:00</Mem_Join_Date> <Mem_Subscription_Type>sample string 32</Mem_Subscription_Type> <Mobile_Phone>sample string 22</Mobile_Phone> <Mobile_Text_Opt_In>sample string 23</Mobile_Text_Opt_In> <O_ExpDate>2025-12-17T08:21:10.5946109-06:00</O_ExpDate> <O_MemberID>sample string 34</O_MemberID> <Organization_Name>sample string 9</Organization_Name> <Other_Lead_Source>sample string 37</Other_Lead_Source> <Practicing_Function>sample string 8</Practicing_Function> <Profession_Affil>sample string 7</Profession_Affil> <SF_Contact_ID>sample string 1</SF_Contact_ID> <SF_LastUpdate_DT>2025-12-17T08:21:10.5946109-06:00</SF_LastUpdate_DT> <StudyGuide_Category>sample string 35</StudyGuide_Category> <Suffix>sample string 5</Suffix> <Title>sample string 10</Title> <Work_Address>sample string 24</Work_Address> <Work_City>sample string 25</Work_City> <Work_Country>sample string 29</Work_Country> <Work_County>sample string 28</Work_County> <Work_Phone>sample string 30</Work_Phone> <Work_State>sample string 26</Work_State> <Work_Zipcode>sample string 27</Work_Zipcode> <custom1>sample string 39</custom1> <custom2>sample string 40</custom2> <custom3>sample string 41</custom3> </Contact>