0% found this document useful (0 votes)
202 views

This Is Sample FT Transaction. Posting The Request

The document discusses overrides in T24 transactions. It states that any overrides from T24 must be approved by including them in the overrides tag. Once overrides are included, the transaction can be accepted/committed in T24. It provides an example of including override codes in a request to T24 and checking the transaction status.

Uploaded by

Coba Coba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
202 views

This Is Sample FT Transaction. Posting The Request

The document discusses overrides in T24 transactions. It states that any overrides from T24 must be approved by including them in the overrides tag. Once overrides are included, the transaction can be accepted/committed in T24. It provides an example of including override codes in a request to T24 and checking the transaction status.

Uploaded by

Coba Coba
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

In case of any overrides from T24, the same has to be approved by sending as part of overrides tag.

Then only the transaction will be accepted/committed in T24.

This is Sample FT transaction.

Posting the request

Overrides are raised


"ErrorsMvGroup": [
                    {
                        "Type": "OVERRIDE",
                        "Text": "SAME DEBIT AND CREDIT ACCOUNT",
                        "Info": "NO",
                        "Code": "SAME.ACCT"
                    },
                    {
                        "Type": "OVERRIDE",
                        "Text": "Unauthorised overdraft of USD 100 on account 86967.",
                        "Info": "NO",
                        "Code": "ACCT.UNAUTH.OD"
                    }
                ]

Place the override codes in request and send the request again
"OverrideMvGroup": [
        {
            "valuePosition": "1",
            "subValuePosition": "1",
            "Override": "SAME.ACCT"
        },
        {
            "valuePosition": "1",
            "subValuePosition": "2",
            "Override": "ACCT.UNAUTH.OD"
        }

    ],
Transaction Successful.
T24

Apply the same in the area and check the status of the transaction.
OFS.REQUEST.DETAIL

In IRIS1, Enquiry request alone is processed through OFS.SOURCE. Version request is not processed, it
will update directly.

Because of this, only for enquiry requests we can have OFS.REQUEST.DETAIL


GET request through postman

You might also like