POST api/posting/addadjustmentitem

Add adjustment to ledger entry

Request Information

URI Parameters

None.

Body Parameters

AddAdjustmentItemDataContract
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.