Create Partner
Copied
https://api.ocamba.com/v1/hood/partners
Copied
https://api.ocamba.com/v1/hood/partners
Creates a new Partner object
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_idsarrayrequired
Array of hood member id's created on the Ocamba platform.Example: 11153151,6643410,3183560
namestringrequired
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
statusstringrequired
Describes the status of the partner.Example: active
Possible values: active | inactive | pending | suspended | terminated
typearrayrequired
Describes the role of the partner.Example: advertiser
Possible values: advertiser | publisher
201 - Created
note
1 The billing_address and payment_terms are optional until you fill out at least one field. Once you do, all fields will become required.