GetCharitiesRequestType
Fields
CharityDomain ( int )
CharityID ( string )
CharityName ( string )
CharityRegion ( int )
Featured ( boolean )
IncludeDescription ( boolean )
MatchType ( StringMatchCodeType )
Query ( string )

CharityDomain ( int ) [0..1]
Domain (mission area) that a nonprofit charity organization belongs to. Nonprofit charity organizations may belong to multiple mission areas. Meaning of input values differs depending on the site. See GetCharities in the API Developer's Guide for the meaning of each input/output value. CharityDomain input value must be valid for that SiteID.
See the Field Index to learn which calls use CharityDomain.

CharityID ( string ) [0..1]
A unique identification number assigned by eBay to registered nonprofit charity organizations.
See the Field Index to learn which calls use CharityID.

CharityName ( string ) [0..1]
A name assigned to a specified nonprofit organization. Accepts full charity nonprofit name or partial name as input. For example, enter a CharityName of "heart" (case-insensitive) to return all charity nonprofits that start with "heart." Use with a MatchType value of "Contains" to return all charity nonprofits that contain the string "heart."
See the Field Index to learn which calls use CharityName.

CharityRegion ( int ) [0..1]
Region that the nonprofit charity organization is associated with. A specific nonprofit charity organization may be associated with only one region. Meaning of input values differs depending on the site. See GetCharities in the API Developer's Guide for the meaning of each input/output value. CharityRegion input value must be valid for that SiteID.
See the Field Index to learn which calls use CharityRegion.

Featured ( boolean ) [0..1]
Used to decide if the search is only for featured charities. A value of true will search for only featured charities.
See the Field Index to learn which calls use Featured.

IncludeDescription ( boolean ) [0..1]
Used with Query to search for charity nonprofit organizations. A value of true will search the Mission field as well as the CharityName field for a string specified in Query.
See the Field Index to learn which calls use IncludeDescription.

MatchType ( see StringMatchCodeType for possible values ) [0..1]
Indicates the type of string matching to use when a value is submitted in CharityName. If no value is specified, default behavior is "StartsWith." Does not apply to Query.
See the Field Index to learn which calls use MatchType.

Query ( string ) [0..1]
Accepts a case-insensitive string used to find a nonprofit charity organization. Default behavior is to search the CharityName field. Use with an IncludeDescription value of true to include the Mission field in the search.
See the Field Index to learn which calls use Query.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.