Update Partner
Copied
https://api.ocamba.com/v1/hood/partners/{id}
Copied
https://api.ocamba.com/v1/hood/partners/{id}
Updates a specific Partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Name
Descriptionidstringrequired
Unique resource identifier.Example: 12345
Name
Descriptionbilling_addressbilling-address
The billing address of the partner.Billing Address
Name
Descriptioncitystring
City.Example: Toronto
countrystring
Accepts only valid 2 letter country codes.Example: ca
postal_codestring
Postal code.Example: M4C 1A1
streetstring
Street.Example: 108 Hanson St
contactcontact
The contact of the partner.Contact
Name
Descriptionemailstring
The email of the partner.Example: [email protected]
mobilestring
The mobile phone of the partner.Example: +15551234567
phonestring
The landline of the partner.Example: +441632960961
sipstring
The SIP of the partner.Example: [email protected]
skypestring
The skype contact of the partner.Example: john.doe123
websitestring
The website of the partner.Example: https://www.example.com
descriptionstring
The description of the partner.Example: Example description.
manager_idsarray
Array of hood member id's created on the Ocamba platform.Example: 11153151,6643410,3183560
namestring
The name of the partnerExample: Example Partner Name
payment_termspayment-terms
The payment terms to which the partner agreed.Payment Terms
Name
Descriptioncurrency_codestring
Currency code.Example: usd
Possible values: usd | eur
net_termsstring
Net Terms.Example: net30
Possible values: net30 | net45 | net60 | net90
payment_frequencystring
The frequency of payment.Example: annually
Possible values: monthly | quarterly | annually
payment_methodstring
Payment method.Example: card
Possible values: bank-transfer | card | paypal
statusstring
Describes the status of the partner.Example: active
Possible values: active | inactive | pending | suspended | terminated
204 - No Content
note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the integration.
2 The billing_address and payment_terms are optional until you fill out at least one field. Once you do, all fields will become required.
tip
1 If you don't know the Partner 'id', list the Partners to find it.
warning
1 Please note that updating the Partner status will also lead to updating the status of it's related resources. So the Deals to which the Partner is attached will have the same status set as effective, as well as Campaigns effective status.