POST api/v1/finance_BillingItemDetail

Request Information

URI Parameters

None.

Body Parameters

Finance_BillingItemDetailVM
NameDescriptionTypeAdditional information
billingItemDetailId

integer

None.

billingSystemId

integer

None.

product

string

None.

rate

decimal number

None.

quantity

integer

None.

discountPercent

decimal number

None.

discountAmount

decimal number

None.

taxAmount

decimal number

None.

netAmonnt

decimal number

None.

transactionDate

date

None.

vendorId

integer

None.

referenceNumber

string

None.

paymentAccountId

integer

None.

receivingAccountId

integer

None.

debitAmount

decimal number

None.

creditAmount

decimal number

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "billingItemDetailId": 1,
  "billingSystemId": 1,
  "product": "sample string 2",
  "rate": 1.0,
  "quantity": 1,
  "discountPercent": 1.0,
  "discountAmount": 1.0,
  "taxAmount": 1.0,
  "netAmonnt": 1.0,
  "transactionDate": "2024-09-19T10:56:27.7891034-07:00",
  "vendorId": 1,
  "referenceNumber": "sample string 3",
  "paymentAccountId": 1,
  "receivingAccountId": 1,
  "debitAmount": 1.0,
  "creditAmount": 1.0,
  "tenantId": 1,
  "dateCreated": "2024-09-19T10:56:27.7891034-07:00",
  "createdBy": 1
}

application/xml, text/xml

Sample:
<Finance_BillingItemDetailVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <billingItemDetailId>1</billingItemDetailId>
  <billingSystemId>1</billingSystemId>
  <createdBy>1</createdBy>
  <creditAmount>1</creditAmount>
  <dateCreated>2024-09-19T10:56:27.7891034-07:00</dateCreated>
  <debitAmount>1</debitAmount>
  <discountAmount>1</discountAmount>
  <discountPercent>1</discountPercent>
  <netAmonnt>1</netAmonnt>
  <paymentAccountId>1</paymentAccountId>
  <product>sample string 2</product>
  <quantity>1</quantity>
  <rate>1</rate>
  <receivingAccountId>1</receivingAccountId>
  <referenceNumber>sample string 3</referenceNumber>
  <taxAmount>1</taxAmount>
  <tenantId>1</tenantId>
  <transactionDate>2024-09-19T10:56:27.7891034-07:00</transactionDate>
  <vendorId>1</vendorId>
</Finance_BillingItemDetailVM>

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.