Skip to content

API: Create child record

jennifersmith edited this page Apr 25, 2011 · 8 revisions

Description:
Creates a new child record in the system

URL:
http://localhost:3000/children

Formats:
XML, JSON

HTTP Method:
POST

Requires Authentication:
true

Parameters:

  • child[ last_known_location ] Required
  • child[ photo ] Required
  • child[ created_at ] Optional: defaults to the date the record is posted to the blackberry client
  • child[ posted_from] Required: should be set to ‘Mobile’
  • Addition optional fields

Returns:
New child record in JSON or XML format

Clone this wiki locally