POST /v2/bookings/{id}/client

Changes files client.

Resource information

Authentication Yes
Request Formats xml, json
HTTP Method POST
Request Object Customer object
API Version v2

Example Request

https://api.poplidays.com/v2/bookings/1430771/client

json post body

{
"address":{
         "city":"Gradignan",
         "country":"France",
         "line1":"164 route de Canéjan",
         "postalCode":"33170" 
      },
      "civility":"MISTER",
      "email":"john.doe@radhius.fr",
      "firstName":"John",
      "language":"fr",
      "lastName":"Doe",
      "phoneNumber":"+33654545454"
      }