POST api/Transaction/SyncAllAccounts
Request Information
URI Parameters
None.
Body Parameters
Collection of TrsSyncAccounts| Name | Description | Type | Additional information |
|---|---|---|---|
| TRS_UID | string |
None. |
|
| TRS_Invid | integer |
None. |
|
| TRS_Date | date |
None. |
|
| TRS_Invtype | string |
None. |
|
| TRS_Invno | string |
None. |
|
| TRS_Drlid | integer |
None. |
|
| TRS_Crlid | integer |
None. |
|
| TRS_DrAmount | decimal number |
None. |
|
| TRS_CrAmount | decimal number |
None. |
|
| TRS_Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"TRS_UID": "sample string 1",
"TRS_Invid": 2,
"TRS_Date": "2025-12-26T01:25:27.4085256+05:30",
"TRS_Invtype": "sample string 4",
"TRS_Invno": "sample string 5",
"TRS_Drlid": 6,
"TRS_Crlid": 7,
"TRS_DrAmount": 8.0,
"TRS_CrAmount": 9.0,
"TRS_Remarks": "sample string 10"
},
{
"TRS_UID": "sample string 1",
"TRS_Invid": 2,
"TRS_Date": "2025-12-26T01:25:27.4085256+05:30",
"TRS_Invtype": "sample string 4",
"TRS_Invno": "sample string 5",
"TRS_Drlid": 6,
"TRS_Crlid": 7,
"TRS_DrAmount": 8.0,
"TRS_CrAmount": 9.0,
"TRS_Remarks": "sample string 10"
}
]
application/xml, text/xml
Sample:
<ArrayOfTrsSyncAccounts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaReport.Models">
<TrsSyncAccounts>
<TRS_CrAmount>9</TRS_CrAmount>
<TRS_Crlid>7</TRS_Crlid>
<TRS_Date>2025-12-26T01:25:27.4085256+05:30</TRS_Date>
<TRS_DrAmount>8</TRS_DrAmount>
<TRS_Drlid>6</TRS_Drlid>
<TRS_Invid>2</TRS_Invid>
<TRS_Invno>sample string 5</TRS_Invno>
<TRS_Invtype>sample string 4</TRS_Invtype>
<TRS_Remarks>sample string 10</TRS_Remarks>
<TRS_UID>sample string 1</TRS_UID>
</TrsSyncAccounts>
<TrsSyncAccounts>
<TRS_CrAmount>9</TRS_CrAmount>
<TRS_Crlid>7</TRS_Crlid>
<TRS_Date>2025-12-26T01:25:27.4085256+05:30</TRS_Date>
<TRS_DrAmount>8</TRS_DrAmount>
<TRS_Drlid>6</TRS_Drlid>
<TRS_Invid>2</TRS_Invid>
<TRS_Invno>sample string 5</TRS_Invno>
<TRS_Invtype>sample string 4</TRS_Invtype>
<TRS_Remarks>sample string 10</TRS_Remarks>
<TRS_UID>sample string 1</TRS_UID>
</TrsSyncAccounts>
</ArrayOfTrsSyncAccounts>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |