PUT v1/advisors/buyer-flowup-update/{flowUpId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
flowUpId

globally unique identifier

Required

Body Parameters

UpdateBuyerFlowUpDto
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, multipart/form-data

Sample:

Sample not available.