POST api/posting/addadjustmentitem
Add adjustment to ledger entry
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Ledger.Command.AddAdjustmentItemDataContractName | Description | Type | Additional information |
---|---|---|---|
LedgerId | integer |
None. |
|
Amount | decimal number |
None. |
|
Description | string |
None. |
|
FromManualReconciliation | boolean |
None. |
|
Type | Dezrez.Core.DataContracts.Accounts.Ledger.Query.AdjustmentItemType |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "LedgerId": 1, "Amount": 2.0, "Description": "sample string 3", "FromManualReconciliation": true, "Type": 0 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.