Add/Update Customer Metadata

This endpoint can be used to add or update customer metadata.

POST {{BASE_URL}}/comhub/add_update_customer_metadata/

ParameterTypeDescriptionRequired

customer_ref

string

Customer reference

true

meta_data

string

Any data relating to the customer you intend to store. This is a Jsonfield.

true

{
     'Authorization': 'Bearer xhscIjHgpm2ZiPjzKos4ivl4GhyZp5',
      'Content-Type': 'application/json',
      'moni-signature': 'wed332eeddrdbdbdbdbvdvdvdvvsbsvsd'
 }

Last updated