POST api/Accounting/TaxInvoice/CreateNoVatFromPurchaseOrder
Request Information
URI Parameters
None.
Body Parameters
m_CreateNoVAT| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_id | integer |
None. |
|
| ord_id | integer |
None. |
|
| cmi_id | integer |
None. |
|
| remark | string |
String length: inclusive between 0 and 4000 |
Request Formats
application/json, text/json
Sample:
{
"cust_id": 1,
"ord_id": 1,
"cmi_id": 1,
"remark": "sample string 1"
}
application/xml, text/xml
Sample:
<m_CreateNoVAT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.Accounting"> <cmi_id>1</cmi_id> <cust_id>1</cust_id> <ord_id>1</ord_id> <remark>sample string 1</remark> </m_CreateNoVAT>
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.