diff options
Diffstat (limited to 'src/test/resources/com')
-rw-r--r-- | src/test/resources/com/p4square/ccbapi/model/ccb_group_search_response.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/src/test/resources/com/p4square/ccbapi/model/ccb_group_search_response.xml b/src/test/resources/com/p4square/ccbapi/model/ccb_group_search_response.xml new file mode 100644 index 0000000..1e29c82 --- /dev/null +++ b/src/test/resources/com/p4square/ccbapi/model/ccb_group_search_response.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ccb_api> + <request> + <parameters> + <argument value="group_search" name="srv"/> + </parameters> + </request> + <response> + <service>group_search</service> + <service_action>execute</service_action> + <availability>public</availability> + <items count="1"> + <item> + <item_id type="groups">750</item_id> + <id>750</id> + <name>Adamant by Lisa Bevere Book Study</name> + <group_type_name>Community</group_type_name> + <grouping_name>Adults</grouping_name> + <area_name ccb_id="18">Puyallup</area_name> + <meet_day_name>Tuesday</meet_day_name> + <meet_time_name>7:00 pm</meet_time_name> + <description>What is the truth? + + This has become the defining question of our time. But while everyone has an opinion, truth, it seems, is getting harder and harder to find. Perhaps that's because we are searching for something when we should be looking for someone. + + Truth has a name. + + More ancient than time and more present than this moment, the truth is not a river that changes with the cultural currents, but a rock--immovable, invincible, unshakeable--and the cornerstone of all we are and ever dream to be. + + 100 79588 0 79588 0 0 39774 0 --:--:-- 0:00:02 -Theologically deep yet intimately accessible. Adamant will be an anchor for your soul in a raging sea of opinions, giving you a clear sense of direction in a wandering world. + Every Other Tuesday Beginning in September 2018</description> + <status_id>1</status_id> + <messaging_type>Interact</messaging_type> + <membership_type>Request</membership_type> + <owner_name ccb_id="26102">Jane Doe</owner_name> + <owner_email_primary>jane.doe@example.com</owner_email_primary> + </item> + + </items> + </response> +</ccb_api>
\ No newline at end of file |