POST api/Accounts/GetReversal

Request Information

URI Parameters

None.

Body Parameters

AutoBankReconcilation
NameDescriptionTypeAdditional information
BSD_ID

integer

None.

BRR_ID

integer

None.

BSD_BK_ID

integer

None.

BSD_FROM_DATE

date

None.

BSD_TO_DATE

date

None.

BSD_DATE

date

None.

BSD_TRANS_DETAILS

string

None.

BSD_AMOUNT

decimal number

None.

BSD_RUN_BAL

decimal number

None.

BSD_REFERENCE_1

string

None.

BSD_REFERENCE_2

string

None.

BSD_REFERENCE_3

string

None.

BSD_REFERENCE_4

string

None.

BSD_REFERENCE_5

string

None.

BSD_STATUS

string

None.

BSD_GLT_ID

integer

None.

BSD_REV_GLT_ID

integer

None.

BSD_RECON_ON

date

None.

BSD_NOTES

string

None.

BSD_PROGRAM_ID

string

None.

BSD_CREATED_BY

integer

None.

BSD_AUTO_MATCH

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BSD_ID": 1,
  "BRR_ID": 1,
  "BSD_BK_ID": 1,
  "BSD_FROM_DATE": "2024-05-19T16:49:58.677227+05:30",
  "BSD_TO_DATE": "2024-05-19T16:49:58.677227+05:30",
  "BSD_DATE": "2024-05-19T16:49:58.677227+05:30",
  "BSD_TRANS_DETAILS": "sample string 1",
  "BSD_AMOUNT": 1.1,
  "BSD_RUN_BAL": 1.1,
  "BSD_REFERENCE_1": "sample string 2",
  "BSD_REFERENCE_2": "sample string 3",
  "BSD_REFERENCE_3": "sample string 4",
  "BSD_REFERENCE_4": "sample string 5",
  "BSD_REFERENCE_5": "sample string 6",
  "BSD_STATUS": "sample string 7",
  "BSD_GLT_ID": 1,
  "BSD_REV_GLT_ID": 1,
  "BSD_RECON_ON": "2024-05-19T16:49:58.677227+05:30",
  "BSD_NOTES": "sample string 8",
  "BSD_PROGRAM_ID": "sample string 9",
  "BSD_CREATED_BY": 1,
  "BSD_AUTO_MATCH": "sample string 10"
}

application/xml, text/xml

Sample:
<AutoBankReconcilation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BRR_ID>1</BRR_ID>
  <BSD_AMOUNT>1.1</BSD_AMOUNT>
  <BSD_AUTO_MATCH>sample string 10</BSD_AUTO_MATCH>
  <BSD_BK_ID>1</BSD_BK_ID>
  <BSD_CREATED_BY>1</BSD_CREATED_BY>
  <BSD_DATE>2024-05-19T16:49:58.677227+05:30</BSD_DATE>
  <BSD_FROM_DATE>2024-05-19T16:49:58.677227+05:30</BSD_FROM_DATE>
  <BSD_GLT_ID>1</BSD_GLT_ID>
  <BSD_ID>1</BSD_ID>
  <BSD_NOTES>sample string 8</BSD_NOTES>
  <BSD_PROGRAM_ID>sample string 9</BSD_PROGRAM_ID>
  <BSD_RECON_ON>2024-05-19T16:49:58.677227+05:30</BSD_RECON_ON>
  <BSD_REFERENCE_1>sample string 2</BSD_REFERENCE_1>
  <BSD_REFERENCE_2>sample string 3</BSD_REFERENCE_2>
  <BSD_REFERENCE_3>sample string 4</BSD_REFERENCE_3>
  <BSD_REFERENCE_4>sample string 5</BSD_REFERENCE_4>
  <BSD_REFERENCE_5>sample string 6</BSD_REFERENCE_5>
  <BSD_REV_GLT_ID>1</BSD_REV_GLT_ID>
  <BSD_RUN_BAL>1.1</BSD_RUN_BAL>
  <BSD_STATUS>sample string 7</BSD_STATUS>
  <BSD_TO_DATE>2024-05-19T16:49:58.677227+05:30</BSD_TO_DATE>
  <BSD_TRANS_DETAILS>sample string 1</BSD_TRANS_DETAILS>
</AutoBankReconcilation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.