POST V2/Enquiry/SaveInviteBidList

Request Information

URI Parameters

None.

Body Parameters

BiderView
NameDescriptionTypeAdditional information
AppId

string

None.

Bider

Bider

None.

BidViews

Collection of BidView

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Intimex.Common.KeyValue'. Path 'Bider.Groups.Names[0].List[0].List'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Intimex.Common.KeyValue'. Path 'Bider.Groups.Names[0].List[0].List'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BiderView'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {},
  "Code": 4
}