InsertTransaction

Add Transaction

This API sends transaction information to the LBMS database.

Example Response:

{
    "results": {
        "IsSuccessful": true,
        "ErrorCode": "000",
        "ExceptionMessage": "Success",
        "ReturnObject": true,
        "Count": 0
    }
}

Error Codes:

CodeDescription
000Success
006Specific error code
400Bad Request
Language
Click Try It! to start a request and see the response here!