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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddAdjustmentItemDataContract'.

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.