Updates a company page.
Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
---|---|---|---|
CRTeamraiserAPI | None. | POST | Yes. |
https://secure2.convio.net/organization/site/CRTeamraiserAPI?method=updateCompanyPageInfo &api_key=value &v=value [ &auth=value ] [ ¢er_id=value ] [ &error_redirect=value ] [ &redirect=value ] [ &response_format=xml | json ] [ &sign_redirects=value ] [ &source=value ] [ &sub_source=value ] [ &success_redirect=value ] [ &suppress_response_codes=value ] &company_id=value &fr_id=value [ &headline1=value ] [ &headline2=value ] [ &headline3=value ] [ &page_title=value ] [ &rich_text=value ] [ &status1=value ] [ &status2=value ] [ &status3=value ] [ &status4=value ] [ &status5=value ] [ &text1=value ] [ &text2=value ] [ &text3=value ] [ &auth=value ] [ &sso_auth_token=value ]
This method requires authentication, and must include the company_id
The Company Coordinator is defined by the system administrator when the Company record is created.
See topic Common Parameters.
Required. The unique ID of the company.
Type xsd:nonNegativeInteger.
Required. The TeamRaiser event ID.
Type xsd:nonNegativeInteger.
Optional. The first headline on the page.
Type xsd:string.
Optional. The second headline on the page.
Type xsd:string.
Optional. The third headline on the page.
Type xsd:string.
Optional. The title of the page
Optional. The rich text area of the page.
Type xsd:string.
Optional. Status Indicator 1
Type xsd:string.
Optional. Status Indicator 2
Type xsd:string.
Optional. Status Indicator 3
Type xsd:string.
Optional. Status Indicator 4
Type xsd:string.
Optional. Status Indicator 5
Type xsd:string.
Optional. The first text area on the page.
Type xsd:string.
Optional. The second text area on the page.
Type xsd:string.
Optional. The third text area on the page.
Type xsd:string.
Optional. You must provide either this parameter or the sso_auth_token
Optional. You must provide either this parameter or the auth
See topic HTTP Status Codes.
XML response<?xml version="1.0" encoding="UTF-8"?>
<updateCompanyPageResponse xsi:schemaLocation="http://convio.com/crm/v1.0 http://service.convio.net/xmlschema/crm.public.teamraiser.v1.xsd" xmlns="http://convio.com/crm/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<success>true</success>
</updateCompanyPageResponse>
{"updateCompanyPageResponse":{"success":"true"}}