POST api/Search/GetClientInvoicesReturn
Request Information
URI Parameters
None.
Body Parameters
SearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchText": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfClientInvoicesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | ClientInvoicesModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"ClientModelObj": {
"cln_num": 1,
"cln_nam": "sample string 2",
"cln_mobil": "sample string 3",
"cln_countryCode": "sample string 4",
"cln_hold": true,
"cln_email": "sample string 5",
"cln_passport": "sample string 6",
"cln_city": "sample string 7",
"cln_addr1": "sample string 8",
"cln_addr2": "sample string 9",
"cln_TaxNum": "sample string 10",
"cln_Regnum": "sample string 11",
"cln_membership": "sample string 12",
"cln_brn": 13,
"cln_brnName": "sample string 14",
"cln_l2": 15,
"cln_l3": 16,
"RowCount": 17
},
"InvoiceModelList": [
{
"Inv_BranchId": 1,
"Inv_BranchName": "sample string 2",
"Inv_TypeId": 3,
"Inv_EmpId": 4,
"Inv_EmpName": "sample string 5",
"Inv_Id": 6,
"Inv_ClientId": 7,
"Inv_ClientName": "sample string 8",
"Inv_ToDistrictId": 9,
"Inv_ToDistrictName": "sample string 10",
"Inv_FromDistrictId": 11,
"Inv_FromDistrictName": "sample string 12",
"Inv_CarId": 13,
"Inv_CarName": "sample string 14",
"Inv_CarLevelName": "sample string 15",
"Inv_DriverId": 16,
"Inv_DriverName": "sample string 17",
"Inv_Note": "sample string 18",
"Inv_Reference": "sample string 19",
"Inv_TotalAmount": 20.0,
"Inv_AnotherFee": 21.0,
"Inv_Discount": 22.0,
"Inv_TotalAfterDiscount": 23.0,
"Inv_Tax": 24.0,
"Inv_NetAmount": 25.0,
"Inv_Paid": 26.0,
"Inv_Paid2": 27.0,
"Inv_Remain": 28.0,
"Inv_PayMode": 29,
"Inv_PayMode2": 30,
"Inv_Date": "sample string 31",
"Inv_Time": "sample string 32",
"Inv_Key": "sample string 33",
"Inv_MainInvNum": 34,
"Inv_IsReturned": true,
"RowCount": 36
},
{
"Inv_BranchId": 1,
"Inv_BranchName": "sample string 2",
"Inv_TypeId": 3,
"Inv_EmpId": 4,
"Inv_EmpName": "sample string 5",
"Inv_Id": 6,
"Inv_ClientId": 7,
"Inv_ClientName": "sample string 8",
"Inv_ToDistrictId": 9,
"Inv_ToDistrictName": "sample string 10",
"Inv_FromDistrictId": 11,
"Inv_FromDistrictName": "sample string 12",
"Inv_CarId": 13,
"Inv_CarName": "sample string 14",
"Inv_CarLevelName": "sample string 15",
"Inv_DriverId": 16,
"Inv_DriverName": "sample string 17",
"Inv_Note": "sample string 18",
"Inv_Reference": "sample string 19",
"Inv_TotalAmount": 20.0,
"Inv_AnotherFee": 21.0,
"Inv_Discount": 22.0,
"Inv_TotalAfterDiscount": 23.0,
"Inv_Tax": 24.0,
"Inv_NetAmount": 25.0,
"Inv_Paid": 26.0,
"Inv_Paid2": 27.0,
"Inv_Remain": 28.0,
"Inv_PayMode": 29,
"Inv_PayMode2": 30,
"Inv_Date": "sample string 31",
"Inv_Time": "sample string 32",
"Inv_Key": "sample string 33",
"Inv_MainInvNum": 34,
"Inv_IsReturned": true,
"RowCount": 36
}
]
}
}