POST OPS/CreateUpdate_Invoice_Master
Request Information
URI Parameters
None.
Body Parameters
Invoice_Master_DTOName | Description | Type | Additional information |
---|---|---|---|
Invoice_PKeyId | integer |
None. |
|
Invoice_No | integer |
None. |
|
Inventory_Id | integer |
None. |
|
Invoice_CustomerId | integer |
None. |
|
Invoice_PaymentStatus | boolean |
None. |
|
Invoice_ItemName | string |
None. |
|
Invoice_Qty | integer |
None. |
|
Invoice_Amount | decimal number |
None. |
|
Invoice_CGST | decimal number |
None. |
|
Invoice_SGST | decimal number |
None. |
|
Invoice_GST | decimal number |
None. |
|
Invoice_TCS | decimal number |
None. |
|
Invoice_TotalAmount | decimal number |
None. |
|
Invoice_TaxableAount | decimal number |
None. |
|
Invoice_TcsAplicable | boolean |
None. |
|
Invoice_PaymentTerms | string |
None. |
|
Invoice_Date | date |
None. |
|
Invoice_UploadFile | string |
None. |
|
Invoice_INRNO | string |
None. |
|
Invoice_ACKNO | string |
None. |
|
Invoice_ACKDate | date |
None. |
|
Invoice_IsActive | boolean |
None. |
|
Invoice_IsDelete | boolean |
None. |
|
Type | integer |
None. |
|
UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Invoice_PKeyId": 1, "Invoice_No": 1, "Inventory_Id": 1, "Invoice_CustomerId": 1, "Invoice_PaymentStatus": true, "Invoice_ItemName": "sample string 2", "Invoice_Qty": 1, "Invoice_Amount": 1.0, "Invoice_CGST": 1.0, "Invoice_SGST": 1.0, "Invoice_GST": 1.0, "Invoice_TCS": 1.0, "Invoice_TotalAmount": 1.0, "Invoice_TaxableAount": 1.0, "Invoice_TcsAplicable": true, "Invoice_PaymentTerms": "sample string 3", "Invoice_Date": "2025-01-10T20:21:39.7025701+05:30", "Invoice_UploadFile": "sample string 4", "Invoice_INRNO": "sample string 5", "Invoice_ACKNO": "sample string 6", "Invoice_ACKDate": "2025-01-10T20:21:39.7025701+05:30", "Invoice_IsActive": true, "Invoice_IsDelete": true, "Type": 1, "UserID": 1 }
application/xml, text/xml
Sample:
<Invoice_Master_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models.OPS"> <Inventory_Id>1</Inventory_Id> <Invoice_ACKDate>2025-01-10T20:21:39.7025701+05:30</Invoice_ACKDate> <Invoice_ACKNO>sample string 6</Invoice_ACKNO> <Invoice_Amount>1</Invoice_Amount> <Invoice_CGST>1</Invoice_CGST> <Invoice_CustomerId>1</Invoice_CustomerId> <Invoice_Date>2025-01-10T20:21:39.7025701+05:30</Invoice_Date> <Invoice_GST>1</Invoice_GST> <Invoice_INRNO>sample string 5</Invoice_INRNO> <Invoice_IsActive>true</Invoice_IsActive> <Invoice_IsDelete>true</Invoice_IsDelete> <Invoice_ItemName>sample string 2</Invoice_ItemName> <Invoice_No>1</Invoice_No> <Invoice_PKeyId>1</Invoice_PKeyId> <Invoice_PaymentStatus>true</Invoice_PaymentStatus> <Invoice_PaymentTerms>sample string 3</Invoice_PaymentTerms> <Invoice_Qty>1</Invoice_Qty> <Invoice_SGST>1</Invoice_SGST> <Invoice_TCS>1</Invoice_TCS> <Invoice_TaxableAount>1</Invoice_TaxableAount> <Invoice_TcsAplicable>true</Invoice_TcsAplicable> <Invoice_TotalAmount>1</Invoice_TotalAmount> <Invoice_UploadFile>sample string 4</Invoice_UploadFile> <Type>1</Type> <UserID>1</UserID> </Invoice_Master_DTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.