PUT v1/advisors/buyer-flowup-update/{flowUpId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
flowUpId | globally unique identifier |
Required |
Body Parameters
UpdateBuyerFlowUpDtoName | Description | Type | Additional information |
---|---|---|---|
BuyerId | globally unique identifier |
None. |
|
CustomerId | globally unique identifier |
None. |
|
ProductId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "buyerId": "2403135d-0805-4efa-8f1e-484574c210de", "customerId": "c567a8b8-73b4-481f-af25-6ad7e7570bb8", "productId": 3 }
text/html, multipart/form-data
Sample:
{"buyerId":"2403135d-0805-4efa-8f1e-484574c210de","customerId":"c567a8b8-73b4-481f-af25-6ad7e7570bb8","productId":3}
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.