{"info":{"_postman_id":"058691c3-a1cd-4c1f-87b9-256abc038a5e","name":"Partner Registration API","description":"<html><head></head><body><p>This documentation describes API for user profile creation on StartWire. \nThe API is to be used by partners of StartWire.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2720644","collectionId":"058691c3-a1cd-4c1f-87b9-256abc038a5e","publishedId":"RVu7C7Ws","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-04-10T15:39:03.000Z"},"item":[{"name":"Create User from Nexxt","id":"b0e0b22a-7373-484b-8327-e5a4c7726952","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://www.startwire.com/beyond_reg.json","description":"<p>Creates user profile on StartWire or updates an existing one based on lead sent via POST request from Nexxt.</p>\n<p>The POST request should be made to the endpoint mentioned above and the BODY of request should contain parameters in a form of JSON or form-data.</p>\n<br />\n\n<h4>TESTING</h4>\n<hr />\n<br />\nTest requests should be made to this test endpoint\n\n<p><code>https://www.stage-startwire.com/beyond_reg.json</code></p>\n<br />\n\n<h4>HEADERS</h4>\n<hr />\n<br />\n<div class=\"param\">\n<div class=\"name col-md-3 col-xs-12\">Content-Type</div>\n<div class=\"value col-md-9 col-xs-12\">application/json</div></div>\n\n<br />\n<br />\n\n<h4>BODY</h4>\n<hr />\n<br />\n<pre><code>\n{\n  \"customer\": {\n    \"email\": \"zzzjanedoejsonnnnnzzz@mailinator.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"profile_attributes\": {\n      \"home_zip_title\": \"10001\",\n      \"function_id\": \"132\",\n      \"specialization_id\": \"104\",\n      \"last_salary_id\": \"5\",\n      \"education_id\": \"52\",\n      \"years_of_experience_id\": \"2\",\n      \"resume_attributes\": {\n        \"file_data\": \"{{base64_encoded_file}}\",\n        \"file_name\": \"TestResume.docx\"\n      }\n    }\n  }\n}\n</code></pre>\n\n<br />\n<i>Note:\n<br />\ninstead of base64 encoded resume file there can be passed the link to resume file as \"file_url\"</i>\n<br />\n<br />\nResume file and parameters can also be passed in POST request as form-data.\n\n<br />\n\n<h4>PARAMETERS</h4>\n<hr />\n<br />\n\n<p><b>customer.email</b></p>\n<p>Email of user. Required field to create profile.\n<br />\n<br /></p>\n<p><b>customer.first_name</b></p>\n<p>First name of user. Required field to create profile.\n<br />\n<br /></p>\n<p><b>customer.last_name</b></p>\n<p>Last name of user. Required field to create profile.\n<br />\n<br /></p>\n<p><b>customer.profile_attributes.home_zip_title</b></p>\n<p>Zip code. Format is \"ddddd\". Required field to create completed profile.\n<br />\n<br /></p>\n<p><b>customer.profile_attributes.function_id</b></p>\n<p>SW function id. Required field to create completed profile.\n<br />\n<br /></p>\n<p><b>customer.profile_attributes.specialization_id</b></p>\n<p>SW specialization id.\nSpecialization must match function.\nIncorrect combinations of function-specialization ids are not allowed.\nThe mapping for functions and specializations is further below.\n<br />\n<br /></p>\n<p><b>customer.profile_attributes.last_salary_id</b></p>\n<p>SW salary id. Required field to create completed profile.\nThe mapping for salaries is further below.\n<br />\n<br /></p>\n<p><b>customer.profile_attributes.education_id</b></p>\n<p>SW education id. Required field to create completed profile.\nThe mapping for educations is further below.\n<br />\n<br /></p>\n<p><b>customer.profile_attributes.years_of_experience_id</b></p>\n<p>SW years of experience id.\nThe mapping for experience is further below.\n<br />\n<br /></p>\n<p><b>customer.profile_attributes.resume_attributes.file</b></p>\n<p>Resume file. As form-data attachment.\n<br />\n<br />\n<b>or</b>\n<br />\n<br />\n<b>customer.profile_attributes.resume_attributes.file_url</b></p>\n<p>Resume url.\n<br />\n<br />\n<b>or</b>\n<br />\n<br />\n<b>customer.profile_attributes.resume_attributes.file_data</b></p>\n<p>Base64 encoded resume file.\n<br />\n<br /></p>\n<p><b>customer.profile_attributes.resume_attributes.file_name</b></p>\n<p>The name of resume file with extension.</p>\n<br />\n\n<h4>MAPPINGS</h4>\n<hr />\n<br />\n\n<p>Function and specialization mapping:</p>\n<pre><code>\n{\n    \"104\": {\n        \"title\": \"Accounting\",\n        \"specializations\": {\n            \"2\": \"Accountant/Controller\",\n            \"3\": \"Audit\",\n            \"4\": \"Bookkeeping/Payables/Recievables\",\n            \"5\": \"Tax\",\n            \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"105\": {\n        \"title\": \"Admin/Clerical\",\n        \"specializations\": {}\n    },\n    \"137\": {\n        \"title\": \"Advertising/Public Relations\",\n        \"specializations\": {\n            \"116\": \"Account Management\",\n            \"117\": \"Account Planning\",\n            \"118\": \"Creative\",\n            \"119\": \"Interactive Marketing\",\n            \"120\": \"Media\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Advertising/Public Relations jobs --\"\n        }\n    },\n    \"138\": {\n        \"title\": \"Automotive\",\n        \"specializations\": {\n            \"121\": \"Management\",\n            \"122\": \"Mechanic/Technician\",\n            \"123\": \"Parts Specialist\",\n            \"124\": \"Sales\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"106\": {\n        \"title\": \"Aviation\",\n        \"specializations\": {\n            \"7\": \"Flight Attendant\",\n            \"8\": \"Ground Crew/Maintenance\",\n            \"9\": \"Pilot\",\n            \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"107\": {\n        \"title\": \"Banking\",\n        \"specializations\": {\n            \"10\": \"Branch Management\",\n            \"11\": \"Lending/Mortgage/Underwriting\",\n            \"12\": \"Teller/Customer Service\",\n             \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"108\": {\n        \"title\": \"Biotechnology/Pharmaceutical\",\n        \"specializations\": {\n             \"13\": \"Operations/Manufacturing\",\n             \"14\": \"Research\",\n             \"15\": \"Sales\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Biotechnology/Pharmaceutical jobs --\"\n        }\n    },\n    \"109\": {\n        \"title\": \"Building/Facilities\",\n        \"specializations\": {\n             \"18\": \"Cleaning/Housekeeping/Janitorial\",\n             \"17\": \"Landscaping/Grounds\",\n             \"16\": \"Maintenance\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Building/Facilities jobs --\"\n        }\n    },\n    \"110\": {\n        \"title\": \"Childcare\",\n        \"specializations\": {}\n    },\n    \"139\": {\n        \"title\": \"Communications/Media/Writers\",\n        \"specializations\": {\n            \"125\": \"Author\",\n            \"126\": \"Broadcasting\",\n            \"127\": \"Editor\",\n            \"128\": \"Film\",\n            \"129\": \"Producer\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"111\": {\n        \"title\": \"Construction/Trades\",\n        \"specializations\": {\n            \"20\": \"Carpentry\",\n            \"21\": \"Construction/Project Management\",\n            \"22\": \"Electrical\",\n            \"23\": \"Excavation\",\n            \"24\": \"Plumbing\",\n             \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"112\": {\n        \"title\": \"Customer Service\",\n        \"specializations\": {}\n    },\n    \"113\": {\n        \"title\": \"Education\",\n        \"specializations\": {\n             \"26\": \"Administration - K-12\",\n             \"27\": \"Instructor/Professor - College/University\",\n             \"28\": \"Library\",\n             \"29\": \"Preschool\",\n             \"30\": \"Teacher - General Education - K-12\",\n             \"31\": \"Teacher - Special Education - K-12\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Education jobs --\"\n        }\n    },\n    \"114\": {\n        \"title\": \"Emergency/Fire\",\n        \"specializations\": {}\n    },\n    \"115\": {\n        \"title\": \"Engineering\",\n        \"specializations\": {\n             \"33\": \"Aerospace\",\n             \"34\": \"Biomedical\",\n             \"35\": \"CAD Design\",\n             \"36\": \"Chemical\",\n             \"37\": \"Civil\",\n             \"38\": \"Electrical\",\n             \"39\": \"Environmental\",\n             \"40\": \"Industrial\",\n             \"41\": \"Mechanical\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Engineering jobs --\"\n        }\n    },\n    \"140\": {\n        \"title\": \"Executive\",\n        \"specializations\": {\n            \"130\": \"Accounting\",\n            \"131\": \"Communications\",\n            \"132\": \"Healthcare\",\n            \"133\": \"HR\",\n            \"134\": \"Marketing\",\n            \"135\": \"Operations\",\n            \"136\": \"Sales\",\n            \"137\": \"Technology\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"116\": {\n        \"title\": \"Finance\",\n        \"specializations\": {\n             \"42\": \"Analyst\",\n             \"43\": \"Contracts\",\n             \"44\": \"General\",\n             \"45\": \"Operations/Admin\",\n             \"46\": \"Treasury/Risk\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Finance jobs --\"\n        }\n    },\n    \"141\": {\n        \"title\": \"Government - Military\",\n        \"specializations\": {\n            \"138\": \"Administration\",\n            \"139\": \"Armed Forces\",\n            \"140\": \"Immigration Services\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"118\": {\n        \"title\": \"Healthcare - Allied Health\",\n        \"specializations\": {\n             \"52\": \"Administration\",\n             \"53\": \"Assistant\",\n            \"141\": \"Audiology\",\n             \"54\": \"Behavioral\",\n             \"55\": \"Dentistry\",\n            \"142\": \"Diet/Nutrition\",\n             \"56\": \"Home Services\",\n            \"143\": \"Occupational Therapy\",\n             \"58\": \"Optometry\",\n             \"59\": \"Pharmacy\",\n             \"60\": \"Phlebotomy\",\n            \"144\": \"Physical Therapy\",\n             \"62\": \"Radiology\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"135\": {\n        \"title\": \"Healthcare - Nursing\",\n        \"specializations\": {\n            \"145\": \"CNA\",\n            \"146\": \"LPN\",\n            \"147\": \"Practitioner\",\n             \"57\": \"RN\",\n            \"148\": \"Traveling\",\n            \"149\": \"Triage\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Healthcare - Nursing jobs --\"\n        }\n    },\n    \"136\": {\n        \"title\": \"Healthcare - Physicians\",\n        \"specializations\": {\n            \"150\": \"Anethesiology\",\n             \"61\": \"Physician\",\n            \"152\": \"Psychiatrist\",\n            \"151\": \"Surgeon\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Healthcare - Physicians jobs --\"\n        }\n    },\n    \"119\": {\n        \"title\": \"Hospitality\",\n        \"specializations\": {}\n    },\n    \"142\": {\n        \"title\": \"Hourly\",\n        \"specializations\": {\n            \"153\": \"Childcare\",\n            \"154\": \"Clerical\",\n            \"155\": \"Construction\",\n            \"156\": \"Customer Service\",\n            \"157\": \"Hospitality\",\n            \"158\": \"Restaurant\",\n            \"159\": \"Retail\",\n            \"160\": \"Security\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"120\": {\n                  \"title\": \"HR\",\n        \"specializations\": {\n             \"64\": \"Benefits/Compensation\",\n             \"65\": \"Generalists\",\n             \"66\": \"Information Systems\",\n             \"67\": \"Recruiting\",\n             \"68\": \"Training and Development\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All HR jobs --\"\n        }\n    },\n    \"117\": {\n        \"title\": \"Insurance\",\n        \"specializations\": {\n             \"47\": \"Actuary\",\n             \"48\": \"Adjuster\",\n            \"161\": \"Appraiser\",\n             \"50\": \"Risk/Loss Control\",\n             \"49\": \"Sales Agent\",\n            \"162\": \"Underwriter\",\n             \"51\": \"Underwriting\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"121\": {\n        \"title\": \"Journalism\",\n        \"specializations\": {}\n    },\n    \"122\": {\n        \"title\": \"Law Enforcement\",\n        \"specializations\": {}\n    },\n    \"123\": {\n        \"title\": \"Legal\",\n        \"specializations\": {\n             \"71\": \"Attorney\",\n             \"72\": \"Paralegal and Support Staff\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Legal jobs --\"\n        }\n    },\n    \"103\": {\n        \"title\": \"-- Let me type in my own desired title. --\",\n        \"specializations\": {\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All -- Let me type in my own desired title. -- jobs --\"\n        }\n    },\n    \"124\": {\n        \"title\": \"Manufacturing/Production\",\n        \"specializations\": {\n             \"76\": \"Assemblers/Fabricators/Operators\",\n             \"73\": \"Buyer, Purchasing, Materials\",\n             \"77\": \"Maintenance\",\n             \"74\": \"Management\",\n             \"78\": \"Packaging\",\n             \"79\": \"Project Management\",\n             \"80\": \"Quality Assurance/Testing\",\n             \"75\": \"Scheduler\",\n             \"81\": \"Supply Chain/Logistics\",\n             \"82\": \"Welding\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Manufacturing/Production jobs --\"\n        }\n    },\n    \"125\": {\n        \"title\": \"Marketing\",\n        \"specializations\": {\n            \"83\": \"Advertising\",\n            \"84\": \"Communications/PR\",\n            \"85\": \"Event/Meeting Planning\",\n            \"86\": \"General\",\n            \"87\": \"Graphic Designer\",\n             \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"126\": {\n        \"title\": \"Non-Profit\",\n        \"specializations\": {\n            \"88\": \"Fund Raising\",\n            \"89\": \"General\",\n             \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"143\": {\n        \"title\": \"Oil/Energy/Power\",\n        \"specializations\": {\n            \"163\": \"Engineer\",\n            \"164\": \"Green Energy\",\n            \"165\": \"Operations\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Oil/Energy/Power jobs --\"\n        }\n    },\n    \"127\": {\n        \"title\": \"Real Estate\",\n        \"specializations\": {\n            \"90\": \"Property Management\",\n            \"91\": \"Sales\",\n             \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"128\": {\n        \"title\": \"Restaurant\",\n        \"specializations\": {\n            \"92\": \"Bartenders/Waitstaff/Host\",\n            \"93\": \"Chef/Cooks\",\n            \"94\": \"Managers\",\n             \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"129\": {\n        \"title\": \"Retail\",\n        \"specializations\": {}\n    },\n    \"130\": {\n        \"title\": \"Sales\",\n        \"specializations\": {\n             \"97\": \"Inside\",\n             \"98\": \"Management\",\n             \"99\": \"Outside\",\n            \"100\": \"Technical\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"144\": {\n        \"title\": \"Salon/Beauty/Fitness\",\n        \"specializations\": {\n            \"166\": \"Coach/Instructor/Fitness\",\n            \"167\": \"Cosmetology\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    },\n    \"131\": {\n        \"title\": \"Security\",\n        \"specializations\": {}\n    },\n    \"145\": {\n        \"title\": \"Social Services\",\n        \"specializations\": {\n            \"168\": \"Case Management\",\n            \"169\": \"Community\",\n            \"170\": \"Social Worker\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Social Services jobs --\"\n        }\n    },\n    \"146\": {\n        \"title\": \"Supply Chain/Logistics\",\n        \"specializations\": {\n            \"171\": \"Engineering\",\n            \"172\": \"Fleet Operations\",\n            \"173\": \"Manufacturing\",\n            \"174\": \"Quality Control\",\n            \"175\": \"Receiving\",\n            \"176\": \"Shipping\",\n            \"177\": \"Transportation\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Supply Chain/Logistics jobs --\"\n        }\n    },\n    \"132\": {\n        \"title\": \"Technology\",\n        \"specializations\": {\n            \"103\": \"Analysis/Project Mgmt\",\n            \"102\": \"Database\",\n            \"104\": \"Developer, Programmer, Engineer\",\n            \"105\": \"Documentation/Technical Writing\",\n            \"106\": \"Internet/Web Development\",\n            \"107\": \"Networking\",\n            \"108\": \"Quality Assurance/Testing\",\n            \"109\": \"Technical Support\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Technology jobs --\"\n        }\n    },\n    \"147\": {\n        \"title\": \"Telecommunications\",\n        \"specializations\": {\n            \"178\": \"Administration\",\n            \"179\": \"Cable Technician\",\n            \"180\": \"Engineer\",\n            \"181\": \"Field Technician\",\n            \"182\": \"Management\",\n            \"183\": \"Sales\",\n            \"184\": \"Technical Support\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Telecommunications jobs --\"\n        }\n    },\n    \"133\": {\n        \"title\": \"Transportation\",\n        \"specializations\": {\n            \"110\": \"Dispatcher\",\n            \"111\": \"Mechanic\",\n            \"112\": \"Truck/Bus/Delivery/Driver - CDL\",\n            \"191\": \"Truck/Bus/Delivery/Driver - Non-CDL\",\n              \"1\": \"-- Let me type in my own desired title. --\",\n            \"188\": \"-- All Transportation jobs --\"\n        }\n    },\n    \"148\": {\n        \"title\": \"Travel/Tourism\",\n        \"specializations\": {}\n    },\n    \"134\": {\n        \"title\": \"Vet/Animal Services\",\n        \"specializations\": {\n            \"113\": \"Groomer\",\n            \"115\": \"Veterinarian\",\n            \"114\": \"Vet Technician\",\n              \"1\": \"-- Let me type in my own desired title. --\"\n        }\n    }\n}\n\n</code></pre>\n<br />\n\n<p>Salary mapping:</p>\n<pre><code>\n{\n    \"11\": \"$100,001 to $110,000\",\n    \"2\": \"$10,001 to $20,000\",\n    \"12\": \"$110,001 to $120,000\",\n    \"13\": \"$120,001 to $130,000\",\n    \"14\": \"$130,001 to $140,000\",\n    \"15\": \"$140,001 to $150,000\",\n    \"16\": \"$150,001 to $175,000\",\n    \"17\": \"$175,001 to $200,000\",\n    \"18\": \"$200,001 to $225,000\",\n    \"3\": \"$20,001 to $30,000\",\n    \"19\": \"$225,001 to $250,000\",\n    \"4\": \"$30,001 to $40,000\",\n    \"5\": \"$40,001 to $50,000\",\n    \"6\": \"$50,001 to $60,000\",\n    \"7\": \"$60,001 to $70,000\",\n    \"8\": \"$70,001 to $80,000\",\n    \"9\": \"$80,001 to $90,000\",\n    \"10\": \"$90,001 to $100,000\",\n    \"20\": \"Greater Than $250,000\",\n    \"1\": \"Less than $10,000\"\n}\n</code></pre>\n<br />\n\n<p>Education mapping:</p>\n<pre><code>\n{\n    \"50\": \"High School Diploma/GED\",\n    \"51\": \"Associates Degree (AA/AS/AAS)\",\n    \"52\": \"Bachelor's Degree\",\n    \"53\": \"Master's Degree\",\n    \"56\": \"Doctoral Degree\",\n    \"57\": \"Some College\",\n    \"58\": \"No High School Diploma/HS Student\",\n    \"60\": \"3-Year Baccalaureate Degree (Non-US)\",\n    \"59\": \"Technical School\"\n}\n</code></pre>\n<br />\n\n<p>Years of experience mapping:</p>\n<pre><code>\n{\n    \"2\": \"0-2 Years\",\n    \"3\": \"3 to 10 years\",\n    \"4\": \"11 to 20 years\",\n    \"5\": \"21 to 30 years\",\n    \"8\": \"30+ years\",\n    \"1\": \"Current College Student\",\n    \"7\": \"Current High School Student\"\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["beyond_reg.json"],"host":["www","startwire","com"],"query":[],"variable":[]}},"response":[{"id":"094b24b5-9c30-4a36-89d6-050a2a9265c3","name":"Full User Profile With Resume File (form-data)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"customer[email]","value":"zzzjanedoetestzzz@mailinator.com","description":"Email","type":"text"},{"key":"customer[first_name]","value":"Jane","description":"First Name","type":"text"},{"key":"customer[last_name]","value":"Doe","description":"Last Name","type":"text"},{"key":"customer[profile_attributes][home_zip_title]","value":"10001","description":"Zip Code","type":"text"},{"key":"customer[profile_attributes][function_id]","value":"132","description":"SW ID of Function","type":"text"},{"key":"customer[profile_attributes][specialization_id]","value":"104","description":"SW ID of Specialization","type":"text"},{"key":"customer[profile_attributes][last_salary_id]","value":"5","description":"SW ID of Salary","type":"text"},{"key":"customer[profile_attributes][education_id]","value":"52","description":"SW ID of Education","type":"text"},{"key":"customer[profile_attributes][years_of_experience_id]","value":"2","description":"SW ID of Experience","type":"text"},{"key":"customer[profile_attributes][resume_attributes][file]","description":"Resume File","type":"file","src":null}]},"url":"https://www.startwire.com/beyond_reg.json"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"Сreated completed profile\"\n}"},{"id":"1343b905-1476-4e3c-9de5-8f747dfded6b","name":"Not Enough Parameters to Register a User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"zzzjanedoejsonzzz@mailinator.com\",\n    \"first_name\": \"Jane\"\n  }\n}\n"},"url":"https://www.startwire.com/beyond_reg.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 21 Aug 2017 06:54:16 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"e24a024684b58b7a5025c51920386ba6\"","name":"ETag","description":""},{"key":"Server","value":"nginx","name":"Server","description":""},{"key":"Set-Cookie","value":"ahoy_visit=84f5ff6d-dc0b-4a45-b6c8-7cae0032892f; domain=.startwire.com; path=/; expires=Mon, 21 Aug 2017 10:54:16 -0000","name":"Set-Cookie","description":""},{"key":"Set-Cookie","value":"_startwire_session_store_production=f5e924d88591bc9f43e0dbb67751ff65; domain=.startwire.com; path=/; expires=Tue, 21 Aug 2018 06:54:16 -0000; HttpOnly","name":"Set-Cookie","description":""},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload","name":"Strict-Transport-Security","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Content-Type-Options","value":"nosniff","name":"X-Content-Type-Options","description":""},{"key":"X-Frame-Options","value":"SAMEORIGIN","name":"X-Frame-Options","description":""},{"key":"X-Request-Id","value":"794b432f-a0b4-4414-bb6d-fd3eb10fca9a","name":"X-Request-Id","description":""},{"key":"X-Runtime","value":"0.238773","name":"X-Runtime","description":""},{"key":"X-XSS-Protection","value":"1; mode=block","name":"X-XSS-Protection","description":""}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"startwire.com","path":"/","secure":false,"value":"141b7436-967c-46fc-be8f-0c72e0fc6f4d","key":"ahoy_visitor"},{"expires":"Invalid Date","httpOnly":false,"domain":"startwire.com","path":"/","secure":false,"value":"true","key":"ahoy_track"},{"expires":"Invalid Date","httpOnly":true,"domain":"startwire.com","path":"/","secure":false,"value":"f5e924d88591bc9f43e0dbb67751ff65","key":"_startwire_session_store_production"},{"expires":"Invalid Date","httpOnly":false,"domain":"startwire.com","path":"/","secure":false,"value":"c5d691e3cb9d5156a8608df1f3cbc728b478baf748683709e9d69bcdec4d8fa8871043973a186f68f51951a817ddd8f12a1853fc826f52b633ddfc154126c728%3A%3A","key":"user_credentials"},{"expires":"Invalid Date","httpOnly":false,"domain":"startwire.com","path":"/","secure":false,"value":"7551c66e6d1692e23334738700ba9aeb689f052e2d4c0e19f2309d6b0fd6e74edef12bf8b1b19ff4d680bcd7e62d077bae4527eee43f0ac0c122d517de63f999%3A%3A13106450","key":"production_user_credentials"},{"expires":"Invalid Date","httpOnly":false,"domain":"startwire.com","path":"/","secure":false,"value":"84f5ff6d-dc0b-4a45-b6c8-7cae0032892f","key":"ahoy_visit"}],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Not enough parameters to register a user\",\n    \"errors\": {\n        \"last_name\": [\n            \"Required field\",\n            \"Required field\"\n        ]\n    }\n}"},{"id":"1cb8d10d-1829-4dc0-bfaa-5ed0bed67ddb","name":"Update User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"zzzjanedoejsonzzz@mailinator.com\",\n    \"profile_attributes\": {\n      \"last_salary_id\": \"1\"\n    }\n  }\n}\n"},"url":"https://www.startwire.com/beyond_reg.json"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Updated existing user\"\n}"},{"id":"867fe4e3-7dc7-471a-9f1f-18ffcfeddd63","name":"Full User Profile Without Resume","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"zzzjanedoejsonzzz@mailinator.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"profile_attributes\": {\n      \"home_zip_title\": \"10001\",\n      \"function_id\": \"132\",\n      \"specialization_id\": \"104\",\n      \"last_salary_id\": \"5\",\n      \"education_id\": \"52\",\n      \"years_of_experience_id\": \"2\"\n    }\n  }\n}\n"},"url":"https://www.startwire.com/beyond_reg.json"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Сreated completed profile\"\n}"},{"id":"a457bc40-e789-41a3-940f-45a1886130a1","name":"Full User Profile With Resume Url","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"zzzjanedoejsonzzz@mailinator.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"profile_attributes\": {\n      \"home_zip_title\": \"10001\",\n      \"function_id\": \"132\",\n      \"specialization_id\": \"104\",\n      \"last_salary_id\": \"5\",\n      \"education_id\": \"52\",\n      \"years_of_experience_id\": \"2\",\n      \"resume_attributes\": {\n      \t\"file_url\": \"http://www.resume-resource.com/pdf/extec18.pdf\"\n      }\n    }\n  }\n}\n"},"url":"https://www.startwire.com/beyond_reg.json"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"Сreated completed profile\"\n}"},{"id":"ae8d9702-986c-4778-b6be-c77c729c7457","name":"Incomplete User Profile","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"zzzjanedoejsonzzz@mailinator.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"profile_attributes\": {\n      \"home_zip_title\": \"10001\",\n      \"function_id\": \"132\",\n      \"specialization_id\": \"104\"\n    }\n  }\n}\n"},"url":"https://www.startwire.com/beyond_reg.json"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Created incomplete profile\"\n}"},{"id":"e29ac44e-4d80-4e43-91b9-2e6b7df3e51c","name":"Full User Profile With Resume File (base64 encoded)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"customer\": {\n    \"email\": \"zzzjanedoejsonzzz@mailinator.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"profile_attributes\": {\n      \"home_zip_title\": \"10001\",\n      \"function_id\": \"132\",\n      \"specialization_id\": \"104\",\n      \"last_salary_id\": \"5\",\n      \"education_id\": \"52\",\n      \"years_of_experience_id\": \"2\",\n      \"resume_attributes\": {\n      \t\"file_data\": \"Q2hyaXMgSm9obnNvbnNraQpCYW5raW5nIFNwZWNpYWxpc3QKMTAwMDEgTmV3IFlvcmssIE5Z4oCoSG9tZTogKDUxNyk1NTUtMTExMeKAqE1vYmlsZTogKDczNCk2NjYtMTExMeKAqEVtYWlsOiBjaHJpcy5qb2huc29uc2tpQG1haWxpbmF0b3IuY29tClRvIG9idGFpbiBhbiBlbmdpbmVlcmluZyBtYW5hZ2VtZW50IG9yIHNlbmlvciBlbmdpbmVlcmluZyBwb3NpdGlvbiBpbiBSJkQsIGNvbnRyb2xzLCB0ZXN0LCBjb250aW51b3VzIGltcHJvdmVtZW50IG9yIHF1YWxpdHkgYXQgYSBncm93aW5nLCBwZW9wbGUtb3JpZW50ZWQsIGhpZ2gtdGVjaG5vbG9neSBjb25zdW1lciwgbWVkaWNhbCwgZWxlY3RyaWNhbC9lbGVjdHJvbmljIG9yIHRyYW5zcG9ydGF0aW9uIGNvcnBvcmF0aW9uIHdoZXJlIEkgY2FuIHVzZSBteSBzdHJvbmcgYW5hbHl0aWNhbCwgZGV0YWlsLW9yaWVudGVkIGFuZCBpbnRlcnBlcnNvbmFsIHNraWxscyBhbG9uZyB3aXRoIG15IGV4Y2VwdGlvbmFsIGNvbW1vbiBzZW5zZSB0byBpbXByb3ZlIHNlcnZpY2VzIGFuZCBwcm9kdWN0cywgcmVkdWNlIGNvc3RzIGFuZCBsZWFkIHRpbWVzLCBkZWxpZ2h0IGN1c3RvbWVycyBhbmQgaGVscCBhbmQgbWVudG9yIG90aGVycy4gQWxsIHRoZSB3aGlsZSBlbmdhZ2luZyBpbiBuZXcgY2hhbGxlbmdlcyBhbmQgbGVhcm5pbmcgZXhwZXJpZW5jZXMuClNVTU1BUlkgb2YgUVVBTElGSUNBVElPTlMKRXh0ZW5zaXZlIGV4cGVyaWVuY2UgaW4gZW5naW5lZXJpbmcgYW5kIG1hbmFnZW1lbnQsIHJlc2VhcmNoIGFuZCBkZXZlbG9wbWVudCwgbGVhZGVyc2hpcCBhbmQgbWVudG9yaW5nLCB0ZXN0IGFuZCBwcm9ibGVtLXNvbHZpbmcuIE15IGVuZ2luZWVyaW5nIGZvcnRlIGlzIGluIGVsZWN0cmljYWwvZWxlY3Ryb25pYyBhbmQgYXV0b21hdGVkIHRlc3Qgc3lzdGVtcy4gRXhwZXJ0IGF0IGFuYWx5emluZyBhbmQgc29sdmluZyB0aGUgbW9zdCBjb21wbGV4IG9mIHByb2JsZW1zLiBNeSBzb2x1dGlvbnMgaGF2ZSBzYXZlZCBvdmVyICQyMywwMDAsMDAwIGluIGNvc3RzIHRvIGRhdGUuIFNlbGYgbW90aXZhdGVkIHByb2Zlc3Npb25hbCwgY2FwYWJsZSBvZiB3b3JraW5nIGluZGVwZW5kZW50bHkgb3IgYXMgcGFydCBvZiBhIHRlYW0uClBST0ZFU1NJT05BTCBFWFBFUklFTkNFCkFkdmFuY2VkIFRlY2hub2xvZ3ksIExpdm9uaWEsIE1JCkNoaWVmIFImRCBFbmdpbmVlcmluZyBUZWNobm9sb2dpc3TCoDIwMDEgdG8gUHJlc2VudApUZXN0IFRlc3QKQ29uZHVjdCBTaXggU2lnbWEgYW5kIExlYW4gU2l4IFNpZ21hIHByb2plY3RzIHRvIHJlZHVjZSBlbmdpbmVlcmluZyByZXdvcmssIHJlZHVjZSBwcm9qZWN0IGxlYWQgdGltZXMsIHJlZHVjZSB3YXJyYW50eSBjb3N0cywgaW1wcm92ZSBwcm9jZXNzZXMsIGFuZCBpbXByb3ZlIHByb2R1Y3QgcXVhbGl0eSBhbmQgbWFudWZhY3R1cmFiaWxpdHkuClJlc2VhcmNoLCBkZXZlbG9wbWVudCBhbmQgaW1wbGVtZW50YXRpb24gb2YgYWxsIHRlY2hub2xvZ2llcywgcHJvZHVjdHMsIHN0YW5kYXJkcywgcHJvY2VkdXJlcyBhbmQgcHJvY2Vzc2VzIGluY2x1ZGluZyBlbmdpbmVzL3RyYW5zbWlzc2lvbiBjb250cm9sLCBjdXN0b20gZGF0YSBhY3F1aXNpdGlvbiBhbmQgTlZIIHRlc3Rpbmcgc3lzdGVtcy4KQ2hpZWYgQ29udHJvbHMgRW5naW5lZXLCoDE5ODQgdG8gMjAwMQpUZXN0IFRlc3QKTWFuYWdlZCBhIGdyb3VwIG9mIDIwKyBlbmdpbmVlcnMgaW5jbHVkaW5nIGhpcmluZywgcGVyZm9ybWFuY2UgcmV2aWV3LCBkYWlseSBzdXBlcnZpc2lvbiwgc2FsYXJ5IGFkbWluaXN0cmF0aW9uLCBtZW50b3JpbmcgYW5kIHRyYWluaW5nLgpFdmFsdWF0ZWQgd29yayBhc3NpZ25tZW50cyBhbmQgZGV2ZWxvcGVkIGEgbWFzdGVyIHNjaGVkdWxlIGZvciBtdWx0aXBsZSBwcm9qZWN0cyB0byBmYWNpbGl0YXRlIHByb3BlciB1c2FnZSBvZiBsaW1pdGVkIGxhYm9yIHJlc291cmNlcy4KV29ya2VkIGFzIHBhcnQgb2YgYSBtdWx0aS1uYXRpb25hbC9tdWx0aS1zaXRlIHRlYW0gdG8gZGV2ZWxvcCwgZG9jdW1lbnQgYW5kIGltcGxlbWVudCBzdGFuZGFyZHMgZm9yIGVuZ2luZWVyaW5nIGRlc2lnbiBhbmQgcHJhY3RpY2VzLgpJbXBsZW1lbnRlZCBhbmQgZW5mb3JjZWQgSVNPIDkwMDEgZW5naW5lZXJpbmcgcHJvY2VkdXJlcy4KRGV2ZWxvcGVkIGFuZCBhZG1pbmlzdGVyZWQgZW5naW5lZXJpbmcgY29uY2VwdCwgcHJlbGltaW5hcnkgYW5kIGZpbmFsIGRlc2lnbiByZXZpZXcgcHJvY2Vzc2VzLgpQcm92aWRlZCBleHBlcnQgY29udHJpYnV0aW9uIHRvIHF1YWxpZnkgZXF1aXBtZW50IGJ1aWx0IGZvciBDRSBtYXJraW5nLgrigKgKRURVQ0FUSU9OCkZlcnJpcyBTdGF0ZSBVbml2ZXJzaXR5wqBCaWcgUmFwaWRzLCBNSS4KQmFjaGVsb3Igb2YgU2NpZW5jZSBFbGVjdHJpY2FsICYgRWxlY3Ryb25pYyBFbmdpbmVlcmluZwo=\",\n      \t\"file_name\": \"TestResume.txt\"\n      }\n    }\n  }\n}\n"},"url":"https://www.startwire.com/beyond_reg.json"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"Сreated completed profile\"\n}"}],"_postman_id":"b0e0b22a-7373-484b-8327-e5a4c7726952"}]}