POST api/InvoiceDashboardNew/InsertInvoiceAdjustment

Request Information

URI Parameters

None.

Body Parameters

InvoiceAdjustmentModel
NameDescriptionTypeAdditional information
InvoiceAmount

decimal number

None.

InvoiceAdjustedDate

date

None.

CreatedBy

integer

None.

CreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "InvoiceAmount": 1.0,
  "InvoiceAdjustedDate": "2021-02-24T12:59:55.6858062+11:00",
  "CreatedBy": 3,
  "CreatedDate": "2021-02-24T12:59:55.6858062+11:00"
}

application/xml, text/xml

Sample:
<InvoiceAdjustmentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models">
  <CreatedBy>3</CreatedBy>
  <CreatedDate>2021-02-24T12:59:55.6858062+11:00</CreatedDate>
  <InvoiceAdjustedDate>2021-02-24T12:59:55.6858062+11:00</InvoiceAdjustedDate>
  <InvoiceAmount>1</InvoiceAmount>
</InvoiceAdjustmentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.