POST v1/advisors/buyer-followup-save

Request Information

URI Parameters

None.

Body Parameters

BuyerFollowUpRequestDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

BuyerId

globally unique identifier

None.

ProductId

integer

None.

CustomerId

globally unique identifier

None.

StartDate

date

None.

DueDate

date

None.

ReminderDateTime

date

None.

Status

integer

None.

SnoozeDateTime

date

None.

Message

string

None.

CreatedOn

date

None.

UpdatedOn

date

None.

CreatedBy

globally unique identifier

None.

UpdatedBy

globally unique identifier

None.

DeleteStatus

boolean

None.

ReminderDismissed

boolean

None.

StatusId

globally unique identifier

None.

productDisplayName

string

None.

customerFullName

string

None.

RequestType

RequestType

None.

CanRemind

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "6e62b8c4-1124-42bb-bdc0-acf4cb48cb93",
  "buyerId": "21f5356d-c9f3-41a3-881b-37f26058b4a6",
  "productId": 3,
  "customerId": "0f424be8-3ba6-420e-8909-4295e8cc7e84",
  "startDate": "2024-09-13T06:20:12.0338887Z",
  "dueDate": "2024-09-13T06:20:12.0348881Z",
  "reminderDateTime": "2024-09-13T06:20:12.0348881Z",
  "status": 1,
  "snoozeDateTime": "2024-09-13T06:20:12.0348881Z",
  "message": "sample string 7",
  "createdOn": "2024-09-13T06:20:12.0348881Z",
  "updatedOn": "2024-09-13T06:20:12.0348881Z",
  "createdBy": "549ac332-a3b4-4353-b884-c0add4e01274",
  "updatedBy": "923da96f-5a5a-49fa-97ad-a600efbe3432",
  "deleteStatus": true,
  "reminderDismissed": true,
  "statusId": "0171c334-2b95-47d3-928a-b2f1874902bc",
  "productDisplayName": "sample string 11",
  "customerFullName": "sample string 12",
  "requestType": "Callback",
  "canRemind": true
}

text/html, multipart/form-data

Sample:
{"id":"6e62b8c4-1124-42bb-bdc0-acf4cb48cb93","buyerId":"21f5356d-c9f3-41a3-881b-37f26058b4a6","productId":3,"customerId":"0f424be8-3ba6-420e-8909-4295e8cc7e84","startDate":"2024-09-13T06:20:12.0338887Z","dueDate":"2024-09-13T06:20:12.0348881Z","reminderDateTime":"2024-09-13T06:20:12.0348881Z","status":1,"snoozeDateTime":"2024-09-13T06:20:12.0348881Z","message":"sample string 7","createdOn":"2024-09-13T06:20:12.0348881Z","updatedOn":"2024-09-13T06:20:12.0348881Z","createdBy":"549ac332-a3b4-4353-b884-c0add4e01274","updatedBy":"923da96f-5a5a-49fa-97ad-a600efbe3432","deleteStatus":true,"reminderDismissed":true,"statusId":"0171c334-2b95-47d3-928a-b2f1874902bc","productDisplayName":"sample string 11","customerFullName":"sample string 12","requestType":"Callback","canRemind":true}

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.