Update Partner contact
https://api.ocamba.com/v1/hood/partners/{id}/contacts/{contact_id}
https://api.ocamba.com/v1/hood/partners/{id}/contacts/{contact_id}
Updates the specific Partner contact by setting the values of the parameters passed. Any parameters not provided will be left unchanged
Name
Descriptionidstringrequired
Unique resource identifier.Example: 12345
contact_idstringrequired
Unique contact id.Example: 95eb301b-6aaf-42ad-a219-ccbd5f4d3d2b
Name
Descriptiontypestringrequired
Describes type of the contact.Example: email
Possible values: phone | mobile | skype | sip | email | website
valuestringrequired
Contact value.Example: [email protected]
204 - No Content
tip
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the partner.
2 If you don't know the partner contacts id, list the partner contacts to find it.
3 If you don't know the partner id, list the partner to find it.