POST v1/users/connections
Request Information
URI Parameters
None.
Body Parameters
UserConnectionRequestName | Description | Type | Additional information |
---|---|---|---|
ProductId | integer |
Required |
|
BuyerId | globally unique identifier |
None. |
|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "productId": 1, "buyerId": "9e8dded8-2d90-49bc-b54e-4baf83686e03", "customerId": "e6fa28bf-60c3-4e68-bb0d-96300fbbcf26" }
text/html, multipart/form-data
Sample:
{"productId":1,"buyerId":"9e8dded8-2d90-49bc-b54e-4baf83686e03","customerId":"e6fa28bf-60c3-4e68-bb0d-96300fbbcf26"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
Sample not available.