getOrganizationContact

Returns an organization contact by organization ID and contact ID

Client Servlet Server Servlet HTTP Methods Supported Requires Authentication
None. SROrganizationAPI POST Yes.

Server API Syntax

https://secure2.convio.net/organization/site/SROrganizationAPI?method=getOrganizationContact & api_key =value & login_name =value & login_password =value & v =value [ & center_id =value ] [ & response_format =xml |json ] [ & source =value ] [ & sub_source =value ] [ & suppress_response_codes =value ] & org_id =value & contact_id =value

Server API Parameters

Common Server Parameters

See topic Common Parameters.

org_id

Required. Org ID

Type xsd:int.

contact_id

Required. Organization Contact ID

Type xsd:int.

Response

See topic HTTP Status Codes.

XML response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<getOrganizationContactResponse xmlns="http://convio.com/crm/v1.0">
    <contact>
        <contact_id>1003005</contact_id>
        <org_id>650</org_id>
        <role_id>15</role_id>
        <contact_name>Mr. John Smith</contact_name>
        <email>test@test.com</email>
        <phone_number>5558884444</phone_number>
        <address>100 Test Street, Austin, TX, 78759</address>
        <archived>false</archived>
        <primary>true</primary>
    </contact>
</getOrganizationContactResponse>


        
JSON response
{"getOrganizationContactResponse":{"contact":{"org_id":"650","phone_number":"5558884444","archived":"false","role_id":"15","address":"100 Test Street, Austin, TX, 78759","email":"test@test.com","contact_id":"1003005","primary":"true","contact_name":"Mr. John Smith"}}}

        

Leave a Comment

Nickname
Comment
Enter this word: