Updates the proposal's customer invoice contact.

PUT {{baseUrl}}/proposals/:proposal-id/customer/invoice-contact

This endpoint updates the proposal's customer invoice contact and returns the new state.

Request Body

{"name"=>"<string>", "email"=>"<string>", "phone"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
If-Matchstring(Required) The If-Match HTTP request header makes the request conditional. For PUT and other modifying methods, it will only modify the resource in case the ETag indicated by the If-Match header is identical to the resource's current ETag.
Content-Typestring
Acceptstring