Create Transaction Batch

POST {{baseUrl}}/directories/:directoryId/transactionbatches

Create a batch, a collection of transactions <!--From Readme--> <!-- theme: danger -->

creationDate format

Currently creationDate is interpreted as 24-hour based UTC time. Specifying AM or PM or any other date-time format will return an error. Note that timezones are not supported.

Request Body

{"transactionIds"=>["<string>", "<string>"], "creationDate"=>"<dateTime>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;result&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;},&quot;meta&quot;:{&quot;httpStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;requestId&quot;:&quot;\u003cstring\u003e&quot;,&quot;notice&quot;:&quot;\u003cstring\u003e&quot;}}