Method: Fellowshipone::Client::Communication#create_communication
- Defined in:
- lib/fellowshipone/resources/communication.rb
#create_communication(person_id, json_body) ⇒ Object
9 10 11 |
# File 'lib/fellowshipone/resources/communication.rb', line 9 def create_communication(person_id, json_body) post("/v1/People/#{person_id}/Communications.json", json_body) end |