POST api/suppliers/sendlink

Send link on supplier to user in email

Request Information

URI Parameters

None.

Body Parameters

Link Request Model

NameDescriptionTypeAdditional information
SupplierId

integer

Required

DealId

integer

Required

OnContentSet

On Content Set Options

boolean

Default value is False

Request Formats

application/json, text/json

Sample:
{
  "supplierId": 1,
  "dealId": 2,
  "onContentSet": true
}

Response Information

Response Formats

application/json, text/json

Sample:
true