POST api/posting/addadjustmentitem
Add adjustment to ledger entry
Request Information
URI Parameters
None.
Body Parameters
AddAdjustmentItemDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| LedgerId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Description | string |
None. |
|
| FromManualReconciliation | boolean |
None. |
|
| Type | 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.