POST api/SystemApi/AddCustomerDebitInvoice

Request Information

URI Parameters

None.

Body Parameters

CustomerDebitInvoice
NameDescriptionTypeAdditional information
Id

integer

None.

Invoice_Header_Id

integer

None.

Prd_Id

integer

None.

Prd_Name

string

None.

Price

string

None.

Qty

string

None.

Discount

string

None.

Total

string

None.

Customer_Id

integer

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Invoice_Header_Id": 2,
  "Prd_Id": 3,
  "Prd_Name": "sample string 4",
  "Price": "sample string 5",
  "Qty": "sample string 6",
  "Discount": "sample string 7",
  "Total": "sample string 8",
  "Customer_Id": 9,
  "Date": "2025-12-22T13:01:08.9251478-08:00"
}

application/xml, text/xml

Sample:
<CustomerDebitInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlsamanodyPosApi.Models">
  <Customer_Id>9</Customer_Id>
  <Date>2025-12-22T13:01:08.9251478-08:00</Date>
  <Discount>sample string 7</Discount>
  <Id>1</Id>
  <Invoice_Header_Id>2</Invoice_Header_Id>
  <Prd_Id>3</Prd_Id>
  <Prd_Name>sample string 4</Prd_Name>
  <Price>sample string 5</Price>
  <Qty>sample string 6</Qty>
  <Total>sample string 8</Total>
</CustomerDebitInvoice>

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.