Revisions
-
teamon revised this gist
Feb 15, 2012 . 1 changed file with 30 additions and 40 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,70 +6,60 @@ "name": "Test 1329343404", "companies": [ { "contact_person": { "email": "[email protected]", "position": "", "phone": null, "last_name": "Dellis Philippe" }, "duns": "342249299", "company_id": "00-MON", "primary_url": "", "company_name": "Monachem" }, { "contact_person": { "email": "[email protected]", "position": "Business Development", "phone": null, "last_name": "Erika Lemainque" }, "duns": null, "company_id": "00-SOM", "primary_url": "www.somet.mc", "company_name": "Somet" }, { "contact_person": { "email": "[email protected]", "position": "General Manager", "phone": null, "last_name": "Khaled Abdel Azmin" }, "duns": null, "company_id": "03-HEB", "primary_url": "www.hebi.se", "company_name": "Hebi Pharmaceutical" }, { "contact_person": { "email": "[email protected]", "position": "", "phone": null, "last_name": "Treasure Froy" }, "duns": "538487083", "company_id": "05-AFP", "primary_url": "www.tongaathulettstarch.co.za", "company_name": "Tongaat Hulett Starch (Formerly African Products (Pty.) Ltd.)" }, { "contact_person":{ "email": "[email protected]", "position": "Industrial Gases Sales", "phone": null, "last_name": "Carte Lubbe" }, "duns": null, "company_id": "05-AOX", "primary_url": "www.afrox.co.za", -
wesQ3 revised this gist
Feb 15, 2012 . 1 changed file with 7 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,17 @@ // POST http://staginginfo.marketmaker4.com/api/v1/projects.json { "project": { "actor_uid": "7ajxdiGvTvZ8DJoT2uY4", "list": { "name": "Test 1329343404", "companies": [ { "contacts": [ { "email": "[email protected]", "position": "", "phone": null, "last_name": "Dellis Philippe" } ], "duns": "342249299", @@ -24,7 +25,7 @@ "email": "[email protected]", "position": "Business Development", "phone": null, "last_name": "Erika Lemainque" } ], "duns": null, @@ -38,13 +39,7 @@ "email": "[email protected]", "position": "General Manager", "phone": null, "last_name": "Khaled Abdel Azmin" } ], "duns": null, @@ -58,7 +53,7 @@ "email": "[email protected]", "position": "", "phone": null, "last_name": "Treasure Froy" } ], "duns": "538487083", @@ -72,7 +67,7 @@ "email": "[email protected]", "position": "Industrial Gases Sales", "phone": null, "last_name": "Carte Lubbe" } ], "duns": null, -
wesQ3 created this gist
Feb 9, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,86 @@ // POST http://staginginfo.marketmaker4.com/api/v1/projects.json { "project": { "actor_uid": "sXuNutBwR6qt71gTHgMn", "list": { "companies": [ { "contacts": [ { "email": "[email protected]", "position": "", "phone": null, "full_name": "Dellis Philippe" } ], "duns": "342249299", "company_id": "00-MON", "primary_url": "", "company_name": "Monachem" }, { "contacts": [ { "email": "[email protected]", "position": "Business Development", "phone": null, "full_name": "Erika Lemainque" } ], "duns": null, "company_id": "00-SOM", "primary_url": "www.somet.mc", "company_name": "Somet" }, { "contacts": [ { "email": "[email protected]", "position": "General Manager", "phone": null, "full_name": "Khaled Abdel Azmin" }, { "email": "[email protected]", "position": "", "phone": null, "full_name": "Moustafa Fouad" } ], "duns": null, "company_id": "03-HEB", "primary_url": "www.hebi.se", "company_name": "Hebi Pharmaceutical" }, { "contacts": [ { "email": "[email protected]", "position": "", "phone": null, "full_name": "Treasure Froy" } ], "duns": "538487083", "company_id": "05-AFP", "primary_url": "www.tongaathulettstarch.co.za", "company_name": "Tongaat Hulett Starch (Formerly African Products (Pty.) Ltd.)" }, { "contacts": [ { "email": "[email protected]", "position": "Industrial Gases Sales", "phone": null, "full_name": "Carte Lubbe" } ], "duns": null, "company_id": "05-AOX", "primary_url": "www.afrox.co.za", "company_name": "African Oxygen Ltd. - Afrox" } ] } } }