{"id": "395614","postcode": "7940XX","postcode_id": "79408888","pnum": "7940","pchar": "XX","minnumber": "4","maxnumber": "12","numbertype": "mixed","street": "Troelstraplein","city": "Meppel","city_id": "1082","municipality": "Meppel","municipality_id": "119","province": "Drenthe","province_code": "DR","lat": "52.7047653217626","lon": "6.1977201775604","rd_x": "209781.52077777777777777778","rd_y": "524458.25733333333333333333","location_detail": "postcode","changed_date": "2014-04-10 13:20:28","doctype": "postcode"}
curl -X POST -H "Content-Type: application/json" http://localhost:4984/db/_bulk_docs -d '{"docs":[{"_id": "395614","postcode": "7940XX","postcode_id": "79408888"},{"_id": "395615","postcode": "7940XX","postcode_id": "79408889"},{"_id": "395616","postcode": "7940XX","postcode_id": "79408890"}]}'
With the sync_gateway response being:
[{"id":"395614","rev":"1-05f0f1bc377c413076b6b687a7fc77a8"},{"id":"395615","rev":"1-ef00f67e65fa0667f833d3fcb9b6bb9f"},{"id":"395616","rev":"1-379f9bdd754ccb0c2d768bf0709b7c0d"}]
There is a CouchDB Wiki page giving more examples for _bulk_docs here