theodi/odi-metrics-tasks

View on GitHub
fixtures/vcr_cassettes/Generate_membership_metrics/Ranking_of_membership_coverage_against_white_space.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Partner%201
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:11 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:27 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Partner 1</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:11 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:27 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Partner%201
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:12 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '361'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925532</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:27Z</createdOn><updatedOn>2013-12-16T09:21:27Z</updatedOn><name>Partner
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:28 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:12 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:28 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>partner</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:13 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '198'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423378</id><tag>Membership</tag><label>Level</label><text>partner</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:29 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2010-12-23</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:13 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '317'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423378</id><tag>Membership</tag><label>Level</label><text>partner</text></customField><customField><id>53423379</id><tag>Membership</tag><label>Joined</label><date>2010-12-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:29 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532/tag/Charity,+Not-for-Profit
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Charity,
        Not-for-Profit</name>\n  </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:14 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532/tag/Charity%2C+Not-for-Profit
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:30 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Sponsor%201
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:14 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:30 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Sponsor 1</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:15 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:31 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Sponsor%201
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:15 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '361'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925533</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:31Z</createdOn><updatedOn>2013-12-16T09:21:31Z</updatedOn><name>Sponsor
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:31 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:16 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:32 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>sponsor</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:16 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '198'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423380</id><tag>Membership</tag><label>Level</label><text>sponsor</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:32 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2010-12-23</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:17 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '317'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423380</id><tag>Membership</tag><label>Level</label><text>sponsor</text></customField><customField><id>53423381</id><tag>Membership</tag><label>Joined</label><date>2010-12-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:33 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533/tag/Data+&+Information+Services
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Data
        &amp; Information Services</name>\n  </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:17 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533/tag/Data+%26+Information+Services
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:33 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Sponsor%202
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:18 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:34 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Sponsor 2</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:18 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:34 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Sponsor%202
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:19 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '361'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925534</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:34Z</createdOn><updatedOn>2013-12-16T09:21:34Z</updatedOn><name>Sponsor
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:35 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:19 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:35 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>sponsor</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:20 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '198'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423382</id><tag>Membership</tag><label>Level</label><text>sponsor</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:36 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2011-01-11</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:20 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '317'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423382</id><tag>Membership</tag><label>Level</label><text>sponsor</text></customField><customField><id>53423383</id><tag>Membership</tag><label>Joined</label><date>2011-01-11T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:37 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534/tag/Education
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Education</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:21 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534/tag/Education
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:37 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Member%201
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:21 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:38 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Member 1</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:22 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:38 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Member%201
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:22 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925536</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:38Z</createdOn><updatedOn>2013-12-16T09:21:38Z</updatedOn><name>Member
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:39 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:23 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:39 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>member</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:23 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '197'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423384</id><tag>Membership</tag><label>Level</label><text>member</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:40 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2012-12-23</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:24 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '316'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423384</id><tag>Membership</tag><label>Level</label><text>member</text></customField><customField><id>53423385</id><tag>Membership</tag><label>Joined</label><date>2012-12-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:40 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536/tag/Finance
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Finance</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:25 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536/tag/Finance
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:41 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Member%202
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:25 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:41 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Member 2</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:26 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:42 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Member%202
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:26 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925539</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:42Z</createdOn><updatedOn>2013-12-16T09:21:42Z</updatedOn><name>Member
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:42 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:27 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:43 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>member</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:27 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '197'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423388</id><tag>Membership</tag><label>Level</label><text>member</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:43 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2013-01-14</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:28 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '316'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423388</id><tag>Membership</tag><label>Level</label><text>member</text></customField><customField><id>53423390</id><tag>Membership</tag><label>Joined</label><date>2013-01-14T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:44 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539/tag/FMCG
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>FMCG</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:28 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539/tag/FMCG
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:44 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Member%203
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:29 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:45 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Member 3</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:29 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:45 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Member%203
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:30 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925541</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:45Z</createdOn><updatedOn>2013-12-16T09:21:45Z</updatedOn><name>Member
        3</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:46 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:30 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:46 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>member</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:31 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '197'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423391</id><tag>Membership</tag><label>Level</label><text>member</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:47 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2013-06-09</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:31 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '316'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423391</id><tag>Membership</tag><label>Level</label><text>member</text></customField><customField><id>53423392</id><tag>Membership</tag><label>Joined</label><date>2013-06-09T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:48 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541/tag/Healthcare
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Healthcare</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:32 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541/tag/Healthcare
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:48 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Supporter%201
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:32 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:49 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Supporter 1</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:33 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:49 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Supporter%201
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:34 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925542</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:49Z</createdOn><updatedOn>2013-12-16T09:21:49Z</updatedOn><name>Supporter
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:50 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:34 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:50 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>supporter</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:34 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '200'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423393</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:51 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2012-12-23</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:35 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '319'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423393</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField><customField><id>53423394</id><tag>Membership</tag><label>Joined</label><date>2012-12-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:51 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542/tag/Professional+Services
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Professional
        Services</name>\n  </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:36 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542/tag/Professional+Services
      Content-Length:
      - '0'
      X-Pad:
      - avoid browser bug
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:52 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Supporter%202
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:36 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:52 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Supporter 2</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:37 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:53 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Supporter%202
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:37 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925543</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:53Z</createdOn><updatedOn>2013-12-16T09:21:53Z</updatedOn><name>Supporter
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:53 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:38 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:54 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>supporter</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:38 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '200'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423395</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:54 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2013-03-15</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:39 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '319'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423395</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField><customField><id>53423396</id><tag>Membership</tag><label>Joined</label><date>2013-03-15T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:55 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543/tag/Technology,+Media,+Telecommunications
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Technology,
        Media, Telecommunications</name>\n  </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:39 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543/tag/Technology%2C+Media%2C+Telecommunications
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:55 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Supporter%203
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:40 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:56 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Supporter 3</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:40 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:56 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Supporter%203
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:41 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925544</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:56Z</createdOn><updatedOn>2013-12-16T09:21:56Z</updatedOn><name>Supporter
        3</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:57 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:41 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:57 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>supporter</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:42 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '200'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423397</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:58 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2013-03-18</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:42 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '319'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423397</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField><customField><id>53423398</id><tag>Membership</tag><label>Joined</label><date>2013-03-18T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:59 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544/tag/Transport,+Construction,+Engineering
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Transport,
        Construction, Engineering</name>\n  </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:43 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544/tag/Transport%2C+Construction%2C+Engineering
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:21:59 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Supporter%204
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:44 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '74'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:00 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/organisation
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<organisation>\n  <about
        nil=\"true\"/>\n  <name>Supporter 4</name>\n  <contacts/>\n</organisation>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:44 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:00 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Supporter%204
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:45 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925545</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:22:00Z</createdOn><updatedOn>2013-12-16T09:22:00Z</updatedOn><name>Supporter
        4</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:01 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545/tag/Membership
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Membership</name>\n
        \ </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:45 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545/tag/Membership
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:01 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Level</label>\n    <text>supporter</text>\n    <tag>Membership</tag>\n
        \   <date nil=\"true\"/>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:46 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '200'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="1"><customField><id>53423399</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:02 GMT
- request:
    method: put
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545/customfields
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<customFields>\n  <customField>\n
        \   <label>Joined</label>\n    <text nil=\"true\"/>\n    <tag>Membership</tag>\n
        \   <date type=\"date\">2013-06-23</date>\n    <boolean nil=\"true\"/>\n  </customField>\n</customFields>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:46 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '319'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423399</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField><customField><id>53423400</id><tag>Membership</tag><label>Joined</label><date>2013-06-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:02 GMT
- request:
    method: post
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545/tag/Utilities,+Oil+&+Gas
    body:
      encoding: US-ASCII
      string: ! "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<tags>\n  <tag>\n    <name>Utilities,
        Oil &amp; Gas</name>\n  </tag>\n</tags>\n"
    headers:
      Content-Type:
      - text/xml
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:47 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Location:
      - https://<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545/tag/Utilities%2C+Oil+%26+Gas
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Charity,%20Not-for-Profit
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:47 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '361'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925532</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:27Z</createdOn><updatedOn>2013-12-16T09:21:30Z</updatedOn><name>Partner
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Charity,%20Not-for-Profit
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:48 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '361'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925532</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:27Z</createdOn><updatedOn>2013-12-16T09:21:30Z</updatedOn><name>Partner
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:48 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '317'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423378</id><tag>Membership</tag><label>Level</label><text>partner</text></customField><customField><id>53423379</id><tag>Membership</tag><label>Joined</label><date>2010-12-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Data%20%26%20Information%20Services
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:49 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '361'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925533</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:31Z</createdOn><updatedOn>2013-12-16T09:21:33Z</updatedOn><name>Sponsor
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Data%20%26%20Information%20Services
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:49 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '361'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925533</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:31Z</createdOn><updatedOn>2013-12-16T09:21:33Z</updatedOn><name>Sponsor
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:50 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '317'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423380</id><tag>Membership</tag><label>Level</label><text>sponsor</text></customField><customField><id>53423381</id><tag>Membership</tag><label>Joined</label><date>2010-12-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Education
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:50 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '641'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="2"><organisation><id>52925184</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T08:54:56Z</createdOn><updatedOn>2013-12-16T08:56:55Z</updatedOn><name>Satan
        Claus</name></organisation><organisation><id>52925534</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:34Z</createdOn><updatedOn>2013-12-16T09:21:37Z</updatedOn><name>Sponsor
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Education
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:51 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '641'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="2"><organisation><id>52925184</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T08:54:56Z</createdOn><updatedOn>2013-12-16T08:56:55Z</updatedOn><name>Satan
        Claus</name></organisation><organisation><id>52925534</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:34Z</createdOn><updatedOn>2013-12-16T09:21:37Z</updatedOn><name>Sponsor
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925184/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:51 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '79'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="0"/>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:52 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '317'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423382</id><tag>Membership</tag><label>Level</label><text>sponsor</text></customField><customField><id>53423383</id><tag>Membership</tag><label>Joined</label><date>2011-01-11T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Finance
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:52 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925536</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:38Z</createdOn><updatedOn>2013-12-16T09:21:41Z</updatedOn><name>Member
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Finance
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:53 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925536</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:38Z</createdOn><updatedOn>2013-12-16T09:21:41Z</updatedOn><name>Member
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:53 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '316'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423384</id><tag>Membership</tag><label>Level</label><text>member</text></customField><customField><id>53423385</id><tag>Membership</tag><label>Joined</label><date>2012-12-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=FMCG
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:54 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925539</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:42Z</createdOn><updatedOn>2013-12-16T09:21:44Z</updatedOn><name>Member
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=FMCG
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:54 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925539</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:42Z</createdOn><updatedOn>2013-12-16T09:21:44Z</updatedOn><name>Member
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:54 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '316'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423388</id><tag>Membership</tag><label>Level</label><text>member</text></customField><customField><id>53423390</id><tag>Membership</tag><label>Joined</label><date>2013-01-14T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Healthcare
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:55 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925541</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:45Z</createdOn><updatedOn>2013-12-16T09:21:48Z</updatedOn><name>Member
        3</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Healthcare
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:55 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '360'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925541</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:45Z</createdOn><updatedOn>2013-12-16T09:21:48Z</updatedOn><name>Member
        3</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:56 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '316'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423391</id><tag>Membership</tag><label>Level</label><text>member</text></customField><customField><id>53423392</id><tag>Membership</tag><label>Joined</label><date>2013-06-09T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Professional%20Services
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:56 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925542</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:49Z</createdOn><updatedOn>2013-12-16T09:21:52Z</updatedOn><name>Supporter
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Professional%20Services
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:57 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925542</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:49Z</createdOn><updatedOn>2013-12-16T09:21:52Z</updatedOn><name>Supporter
        1</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:57 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '319'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423393</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField><customField><id>53423394</id><tag>Membership</tag><label>Joined</label><date>2012-12-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Technology,%20Media,%20Telecommunications
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:58 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925543</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:53Z</createdOn><updatedOn>2013-12-16T09:21:55Z</updatedOn><name>Supporter
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Technology,%20Media,%20Telecommunications
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:58 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925543</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:53Z</createdOn><updatedOn>2013-12-16T09:21:55Z</updatedOn><name>Supporter
        2</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:58 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '319'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423395</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField><customField><id>53423396</id><tag>Membership</tag><label>Joined</label><date>2013-03-15T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Transport,%20Construction,%20Engineering
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:59 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925544</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:56Z</createdOn><updatedOn>2013-12-16T09:21:59Z</updatedOn><name>Supporter
        3</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Transport,%20Construction,%20Engineering
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:20:59 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925544</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:21:56Z</createdOn><updatedOn>2013-12-16T09:21:59Z</updatedOn><name>Supporter
        3</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:00 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '319'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423397</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField><customField><id>53423398</id><tag>Membership</tag><label>Joined</label><date>2013-03-18T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Utilities,%20Oil%20%26%20Gas
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:00 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925545</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:22:00Z</createdOn><updatedOn>2013-12-16T09:22:03Z</updatedOn><name>Supporter
        4</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?tag=Utilities,%20Oil%20%26%20Gas
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:01 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '363'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="1"><organisation><id>52925545</id><contacts/><pictureURL>https://d365sd3k9yw37.cloudfront.net/a/1386856454/theme/default/images/org_avatar_70.png</pictureURL><createdOn>2013-12-16T09:22:00Z</createdOn><updatedOn>2013-12-16T09:22:03Z</updatedOn><name>Supporter
        4</name></organisation></parties>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545/customfield
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:01 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '319'
      Content-Type:
      - ! '*/*'
    body:
      encoding: US-ASCII
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><customFields
        size="2"><customField><id>53423399</id><tag>Membership</tag><label>Level</label><text>supporter</text></customField><customField><id>53423400</id><tag>Membership</tag><label>Joined</label><date>2013-06-23T00:00:00Z</date></customField></customFields>
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925532
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:02 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925533
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:02 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925534
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:03 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925536
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:03 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925539
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:04 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925541
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:04 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925542
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:05 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925543
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:05 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925544
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:06 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
- request:
    method: delete
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party/52925545
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 16 Dec 2013 09:21:06 GMT
      Server:
      - Apache
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      Content-Length:
      - '0'
    body:
      encoding: US-ASCII
      string: ''
    http_version: 
  recorded_at: Mon, 16 Dec 2013 09:22:03 GMT
recorded_with: VCR 2.8.0