PUT api/Accounting/ReceiveInvoice/GetPrintSummaryBill_ReceiptInvoice_GroupDiscount/{sale_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sale_id | integer |
Required |
Body Parameters
Collection of m_GetPrintSammaryBill1| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_id | integer |
None. |
|
| receiptInvoiceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"cust_id": 1,
"receiptInvoiceId": 2
},
{
"cust_id": 1,
"receiptInvoiceId": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfm_GetPrintSammaryBill1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Accounting">
<m_GetPrintSammaryBill1>
<cust_id>1</cust_id>
<receiptInvoiceId>2</receiptInvoiceId>
</m_GetPrintSammaryBill1>
<m_GetPrintSammaryBill1>
<cust_id>1</cust_id>
<receiptInvoiceId>2</receiptInvoiceId>
</m_GetPrintSammaryBill1>
</ArrayOfm_GetPrintSammaryBill1>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.