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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"result":{"id":"\u003cstring\u003e"},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}