Closed yamyoume closed 4 years ago
Hey, so this is how I'm setting the phones_array
$phones_array[] = [ [ "number" => $client['mobile'] , "extension" => null, "field" => "PHONE1", "type" => null ], ]; $contact = $infusionsoft->contacts()->find('362267'); $contact['phone_numbers'] = $phones_array; $contact->save(); {"message":"Input could not be converted to a valid request"}
apparently after sleeping and starting up in the morning made me see my where the bug was, it was because I had an extra array in there
Hey, so this is how I'm setting the phones_array