Withdraw credits and create exports

Allows the combination of withdrawal of credits and creation of export in bulk

SecuritybearerToken
Request
path Parameters
ExchangeCode
required
string

Exchange code

Example: CBL
AccountIdentifier
required
string

Account identifier

Example: 098B0A25
ProgramCode
required
string (ProgramCode)

Any program code. Ref.Data.REGISTRY_PROGRAM_REGI

Enum: "NEPOOL" "M_RETS" "NAR" "ERCOT" "PJM" "MIRECS" "NCRETS" "NYGATS" "IREC" "TIGR" "CAR" "VCS" "ACR" "CERCARBONO" "RMS" "TERC"
Request Body schema: application/json
required
dryRun
boolean

If true it will only do the validation of the request but not withdraw nor export

required
Array of objects
Responses
200

Successful withdraw and export

400

Bad request

401

Not authorized error

500

Internal server error

post/exchanges/{ExchangeCode}/account/{AccountIdentifier}/program/{ProgramCode}/action/withdraw-and-export
Request samples
application/json
{
  • "dryRun": true,
  • "exports": [
    ]
}
Response samples
application/json
{
  • "batchIdentifier": "string",
  • "exports": [
    ]
}