{
    "mockBidRequest": {
      "id": "test-request-id",
      "imp": [
        {
          "id": "test-imp-id",
          "banner": {
            "format": [
              {
                "w": 300,
                "h": 250
              },
              {
                "w": 300,
                "h": 600
              }
            ]
          },
          "ext": {
            "bidder": {
              "member": "103",
              "inv_code": "abc",
              "reserve": 20,
              "position": "below",
              "use_payment_rule": true
            }
          }
        },
        {
            "id": "test-imp-id-2",
            "banner": {
              "format": [
                {
                  "w": 300,
                  "h": 250
                },
                {
                  "w": 300,
                  "h": 600
                }
              ]
            },
            "ext": {
              "bidder": {
                "member": "103",
                "inv_code": "abc",
                "reserve": 20,
                "position": "below",
                "use_pmt_rule": true,
                "use_payment_rule": false
              }
            }
          }
      ]
    },
  
    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "http://ib.adnxs.com/openrtb2?member_id=103",
          "body": {
            "id": "test-request-id",
            "ext": {
              "appnexus": {
                "hb_source": 5
              }
            },
            "imp": [
              {
                "id":"test-imp-id",
                "banner": {
                  "format": [
                    {"w":300,"h":250},
                    {"w":300,"h":600}
                  ],
                  "w": 300,
                  "h": 250,
                  "pos": 3
                },
                "tagid": "abc",
                "bidfloor": 20,
                "ext": {
                  "appnexus": {
                    "use_pmt_rule": true
                  }
                }
              },
              {
                "id":"test-imp-id-2",
                "banner": {
                  "format": [
                    {"w":300,"h":250},
                    {"w":300,"h":600}
                  ],
                  "w": 300,
                  "h": 250,
                  "pos": 3
                },
                "tagid": "abc",
                "bidfloor": 20,
                "ext": {
                  "appnexus": {
                    "use_pmt_rule": true
                  }
                }
              }
            ]
          },
          "impIDs":["test-imp-id","test-imp-id-2"]
        },
        "mockResponse": {
          "status": 204
        }
      }
    ],
    "expectedBidResponses": []
  }