-
-
Save teamon/1839423 to your computer and use it in GitHub Desktop.
POST /api/v1/projects.json
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 characters
// POST http://staginginfo.marketmaker4.com/api/v1/projects.json | |
{ | |
"project": { | |
"actor_uid": "7ajxdiGvTvZ8DJoT2uY4", | |
"list": { | |
"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", | |
"company_name": "African Oxygen Ltd. - Afrox" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment