POST api/InvoiceMaster/GetFormTypeID

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
InvoiceModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MONGODBNAME": "sample string 1",
  "VendorId": 1,
  "Invoice_vendorid": 2,
  "Invoice_DateTime": "sample string 3",
  "Invoice_Type": 4,
  "InvoiceTypeName": "sample string 5",
  "Invoice_AccountID": 6,
  "AccountName": "sample string 7",
  "Invoice_FormID": 8,
  "FormIdName": "sample string 9",
  "Invoice_FinancialYearId": 10,
  "FinancialYearName": "sample string 11",
  "Invoice_CategId": 12,
  "Quantity": 13.0,
  "Invoice_Status": "sample string 14",
  "Invoice_Amount": 15.0,
  "Invoice_Desc": "sample string 16",
  "Invoice_IGST": 17.0,
  "Invoice_CGST": 18.0,
  "RowId": "sample string 19",
  "Invoice_SGST": 20.0,
  "Invoice_Grand_Total": 21.0,
  "Invoice_PaymentID": 22,
  "FromDate": "sample string 23",
  "ToDate": "sample string 24",
  "Upload_DocumentPath": "sample string 25",
  "Invoice_pumpid": 26,
  "Invoice_multiId": 27,
  "multiname": "sample string 28",
  "PUMP_NAME": "sample string 29",
  "CategId": 30,
  "Id": 31,
  "VEHICLES_ID": 32,
  "CreatedBy": 33,
  "CreatedDate": "2025-12-08T13:25:59.5012476+05:30",
  "ModifiedBy": 35,
  "ModifiedDate": "2025-12-08T13:25:59.5012476+05:30",
  "Operation": 1,
  "Comments": "sample string 37"
}

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 'InvoiceModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"