Skip to main content

add contact to buyer

POST 

/org/:orgId/contact/:contactId/buyer/:buyerId

add contact to buyer by the given organization, buyer id and contact id.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    buyerId stringrequired

    Buyer ID

    contactId stringrequired

    Contact ID

Responses

empty string if success

Schema

    string

Loading...