“-d {wehperjson} curl” Ответ

-d {wehperjson} curl



$data = json_decode($response, true);
print_r($data);

  $j=count($data["content"]);

                for ( $say=0 ; $say < $j ; $say++ )
                {

                    print $data["content"][$say]["name"];

                }


Frightened Flamingo

-d {wehperjson} curl

curl 
--user "APITest\API.User" 
--header "Content-Type: application/json" 
--request POST 
--data '{"emailAddress":"george.washington@america.com"}' 
https://secure.p03.eloqua.com/api/REST/1.0/data/contact
Lokesh003Coding

-d {wehperjson} curl


-H "Content-Type: application/json"

Kind Kookaburra

Ответы похожие на “-d {wehperjson} curl”

Вопросы похожие на “-d {wehperjson} curl”

Смотреть популярные ответы по языку

Смотреть другие языки программирования