POST api/GeneralInvoice/GetGeneralInvoiceByKey
Request Information
URI Parameters
None.
Body Parameters
GeneralInvoiceReportParams| Name | Description | Type | Additional information |
|---|---|---|---|
| inv_dateFrom | string |
None. |
|
| inv_dateTo | string |
None. |
|
| key | string |
None. |
|
| inv_driverid | integer |
None. |
|
| Inv_EmpId | integer |
None. |
|
| cln_num | integer |
None. |
|
| inv_carid | integer |
None. |
|
| PageNumber | integer |
None. |
|
| RowCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"inv_dateFrom": "sample string 1",
"inv_dateTo": "sample string 2",
"key": "sample string 3",
"inv_driverid": 4,
"Inv_EmpId": 5,
"cln_num": 6,
"inv_carid": 7,
"PageNumber": 8,
"RowCount": 9
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfGeneralInvoiceByIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | GeneralInvoiceByIdModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"Branch_Name": "sample string 1",
"type": "sample string 2",
"Inv_Date": "sample string 3",
"Inv_Time": "sample string 4",
"car_name": "sample string 5",
"Categ_Name": "sample string 6",
"CarLevel_Name": "sample string 7",
"Inv_NetAmount": "sample string 8",
"Inv_Paid": "sample string 9",
"PayMode1": "sample string 10",
"PayMode2": "sample string 11",
"Inv_Paid2": "sample string 12",
"Inv_Remain": "sample string 13",
"Driver_Name": "sample string 14",
"Driver_Phone": "sample string 15",
"cln_nam": "sample string 16",
"cln_mobil": "sample string 17",
"user_name": "sample string 18",
"from_area": "sample string 19",
"to_area": "sample string 20",
"Inv_Key": "sample string 21"
}
}