Transaction Management API
General Input For Any Request
Headers
Name
Type
Description
{
"data": <Data model according to each model described below>,
"error_code": <int>,
"error_message": <string>
}Gets transactions list according to the provided filters
Query Parameters
Name
Type
Description
Gets a single transaction basic data
Path Parameters
Name
Type
Description
Gets a single transaction with all the underlying steps
Path Parameters
Name
Type
Description
Deletes the transaction with the specified id along with all underlying steps and documents
Creates a new step
Request Body
Name
Type
Description
Updates an existing step
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated