theodi/open-orgn-services

View on GitHub
fixtures/vcr_cassettes/Add_person_details_to_Capsule_CRM/Requeue_Xero_job_if_contact_does_not_exist_yet.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=Arnold%20Rimmer
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Wed, 04 Nov 2015 14:00:15 GMT
      Server:
      - Apache
      X-Frame-Options:
      - DENY
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      X-Ratelimit-Remaining:
      - '2559'
      X-Ratelimit-Reset:
      - '1446647751'
      X-Ratelimit-Limit:
      - '4000'
      Content-Length:
      - '74'
      X-Xss-Protection:
      - 1; mode=block
      X-Content-Type-Options:
      - nosniff
      Strict-Transport-Security:
      - max-age=31536000
      Content-Type:
      - "*/*;charset=UTF-8"
    body:
      encoding: UTF-8
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Wed, 04 Nov 2015 14:00:16 GMT
- request:
    method: get
    uri: https://<CAPSULECRM_API_TOKEN>:x@<CAPSULECRM_ACCOUNT_NAME>.capsulecrm.com/api/party?q=HG5646HD
    body:
      encoding: US-ASCII
      string: ''
    headers:
      User-Agent:
      - CapsuleCRM ruby gem
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Wed, 04 Nov 2015 14:00:16 GMT
      Server:
      - Apache
      X-Frame-Options:
      - DENY
      Set-Cookie:
      - JSESSIONID=; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
      X-Ratelimit-Remaining:
      - '2558'
      X-Ratelimit-Reset:
      - '1446647751'
      X-Ratelimit-Limit:
      - '4000'
      Content-Length:
      - '74'
      X-Xss-Protection:
      - 1; mode=block
      X-Content-Type-Options:
      - nosniff
      Strict-Transport-Security:
      - max-age=31536000
      Content-Type:
      - "*/*;charset=UTF-8"
    body:
      encoding: UTF-8
      string: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><parties size="0"/>
    http_version: 
  recorded_at: Wed, 04 Nov 2015 14:00:17 GMT
recorded_with: VCR 2.9.3