Search split lots

SecuritybearerToken
Request
path Parameters
AccountIdentifier
required
string

Account identifier

Example: 098B0A25
query Parameters
page
integer <int32>
size
integer <int32>
Request Body schema: application/json
programs
Array of strings (ProgramCode)
Items Enum: "NEPOOL" "M_RETS" "NAR" "ERCOT" "PJM" "MIRECS" "NCRETS" "NYGATS" "IREC" "TIGR" "CAR" "VCS" "ACR" "CERCARBONO" "RMS"
createdDateFrom
string <date-time>
createdDateTo
string <date-time>
counterpartyName
string
Responses
200

List of split lots

400

Bad request

401

Not authorized error

500

Internal server error

post/splitlots/account/{AccountIdentifier}/action/search
Request samples
application/json
{
  • "programs": [
    ],
  • "createdDateFrom": "2019-08-24T14:15:22Z",
  • "createdDateTo": "2019-08-24T14:15:22Z",
  • "counterpartyName": "string"
}
Response samples
application/json
{
  • "page": 0,
  • "size": 0,
  • "totalPages": 0,
  • "totalElements": 0,
  • "content": [
    ]
}