service=getAttendeesFinancials

Returns an XML payload containing financial information for each attendee.  In XML output every "attendeeFinancial" record has attendee (Speaker) info and then financial info under category node in text form. Its not Yes/No anymore.

Sample Request URL: [End Point URL]/?do=cnt.getservice&service=getAttendeesFinancials&[Parameter List]

Parameter Options:

*apiKey: Valid API key 
attendeeID: Numeric value, Identifies the attendee record to update. 
category: text value,  type of financial category e.g "Honorarium", "Hotel"
modifiedOnAfter
Valid date string (yyyy-mm-dd HH:mm – 24hour time format); Used to indicate a date to include changes after the supplied date.
modifiedOnBefore Valid date string (yyyy-mm-dd HH:mm – 24hour time format); Used to indicate a date to include changes before the supplied date.
eventID: Numeric value of an event.
plannerID: 
Numeric value; Used to filter the activities. Identifies the planner/activity to include.
isAssignedToPlanner: Boolean value (0 or 1). Default is 0, filter only financials assign to planners
isAssignedToEvent: Boolean value (0 or 1). Default is 0, filter only financials assign to events


Sample XML Payload:  See Rest_GetAttendeesFinancials.xml