POST api/Invoice/post_invoice

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MONGODBNAME": "sample string 1",
  "Invoice_CategId": "sample string 1",
  "Invoice_Number": "sample string 2",
  "Invoice_Type": 3,
  "Invoice_AccountID": 4,
  "Invoice_FormID": 5,
  "Invoice_FinancialYearId": 6,
  "Invoice_Status": 7,
  "Invoice_Amount": "sample string 8",
  "Invoice_DateTime": "sample string 9",
  "Invoice_Desc": "sample string 10",
  "Invoice_IGST": "sample string 11",
  "Invoice_CGST": "sample string 12",
  "FORMS_NAME": "sample string 13",
  "ACCOUNTS_NAME": "sample string 14",
  "YearName": "sample string 15",
  "Invoice_SGST": "sample string 16",
  "Invoice_Created_Date": "sample string 17",
  "Invoice_Grand_Total": "sample string 18",
  "Invoice_PaymentID": 19,
  "Invoice_Created_BY": 20,
  "Invoice_Modified_By": 21,
  "Invoice_Modified_Date": "sample string 22",
  "Invoice_ID": 23,
  "PID_PUMPID": 24,
  "PID_FUELSLIPIDS": "sample string 25",
  "Upload_DocumentPath": "sample string 26",
  "PID_TOTAL_DIESEL_QTY": "sample string 27",
  "PID_TOTAL_CASH_ISSUED": "sample string 28",
  "CategId": 29,
  "Id": 30,
  "VEHICLES_ID": 31,
  "CreatedBy": 32,
  "CreatedDate": "2025-12-08T13:28:00.6102404+05:30",
  "ModifiedBy": 34,
  "ModifiedDate": "2025-12-08T13:28:00.6102404+05:30",
  "Operation": 1,
  "Comments": "sample string 36"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Invoice'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
true