POST api/rfqs/user/{userId}/SetupTimers/{pid}?interval={interval}&timerType={timerType}&flag={flag}

Setup Bid Timer or Revision Request Timer, also change existing timer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pid

Product ID.

integer

Required

interval

Timer interval in days

string

Required

timerType

Type of the timer

TypeOfTimers

Default value is RFQRevisionTimer

flag

Action of either Extend time limit or Asisgn new vendors

ActionFlag

None.

userId

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.