Skip to content

Instantly share code, notes, and snippets.

@zegomesjf
Created March 27, 2014 11:07
Show Gist options
  • Save zegomesjf/9805170 to your computer and use it in GitHub Desktop.
Save zegomesjf/9805170 to your computer and use it in GitHub Desktop.
Freshbooks - Contractor data
ap c.contractor.list.first
[
[0] "contractors",
[1] {
"contractor" => [
[ 0] {
"contractor_id" => "xxxx",
"name" => "José Gomes Júnior",
"email" => "xxxx@gmail.com",
"status" => "accepted",
"rate" => "xx",
"task_id" => "xxxx",
"projects" => {
"project" => [
[0] {
"project_id" => "xxxx"
},
[1] {
"project_id" => "xxxx"
}
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment