v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Create Journal

post/v2/ledger/journal

Headers

client_idstring required

Decentro assigned client_id for the company

client_secretstring required

Decentro assigned client_secret for the company

module_secretstring required

Decentro assigned module_secret for the company

Request body

reference_idstring required

Your unique API reference id

namestring required

Name to be assigned for the Journal

purposestring required

Purpose of the Journal

consentboolean required

Consent of creation

Response

200

decentroTxnIdstring
statusstring
responseCodestring
messagestring

Example response

{
  "decentroTxnId": "878986955DD346E98C45A0135CEA1AC5",
  "status": "SUCCESS",
  "responseCode": "S00000",
  "message": "Transaction successful",
  "data": {
    "transactionStatus": "SUCCESS",
    "transactionDescription": "Journal created successfully",
    "urn": "J5A7F4F29EF454E02BEF38206D94DD170",
    "referenceId": "ef2dc2e8-c0d5-4cd1-b02d-767c5e2ac6ec",
    "name": "Journal A",
    "purpose": "To test a create journal",
    "additionalParameters": {
      "udf1": "ABC",
      "udf2": "334",
      "udf3": "XXX",
      "udf4": "20",
      "width": "6"
    },
    "status": "ACTIVE",
    "creationTimestamp": "05-08-2022 14:57:39",
    "lastModificationTimestamp": "NA"
  }
}