POST http://site.com/customer
<customer>
<firstName>Paul</firstName>
<lastName>Serby</lastName>
<email>paul@site.com</email>
</customer>
----成功:HTTP响应200
<response>
</response>
----失败:HTTP响应400
<response>
<errors>
<error>Missing email</error>
</errors>
</response>