Private Marketplace Object¶
Note
Fields marked with an asterisk (*) are optional.
Value |
Type |
Description |
---|---|---|
private_auction* |
integer |
A value of 1 indicates that only bids submitted inside |
deals |
array of objects |
Array of Deal objects, for more information, see the Deal Object section. |
Private Marketplace Object Example¶
{
"pmp":{
"private_auction":1,
"deals":[
{
"id":"deal-1",
"wseat":[
"58"
],
"bidfloor":2.5,
"at":1
},
{
"id":"deal-2",
"bidfloor":2,
"at":2
}
]
}
}