POST api/Search/GetInvoiceData
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
ApiResponseOfInvoiceMasterDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | InvoiceMasterDataModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"BranchModelList": {
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": [
{
"Branch_Id": 1,
"Branch_Name": "sample string 2",
"Branch_RevenueAcc": "sample string 3",
"Branch_BankAcc": "sample string 4",
"Branch_DailySupplyAcc": "sample string 5",
"Branch_TransferAcc": "sample string 6",
"RowCount": 7
},
{
"Branch_Id": 1,
"Branch_Name": "sample string 2",
"Branch_RevenueAcc": "sample string 3",
"Branch_BankAcc": "sample string 4",
"Branch_DailySupplyAcc": "sample string 5",
"Branch_TransferAcc": "sample string 6",
"RowCount": 7
}
]
},
"ClientModelList": {
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": [
{
"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
},
{
"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
}
]
},
"DistrictModelList": {
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": [
{
"District_Id": 1,
"District_Name": "sample string 2",
"District_AreaId": 3,
"District_AreaName": "sample string 4",
"District_CityId": 5,
"District_CityName": "sample string 6",
"Area_CarEco": 7.0,
"Area_CarEcoMini": 8.0,
"Area_CarBusiness": 9.0,
"Area_CarBusinessMini": 10.0,
"Area_CarFamily": 11.0,
"Area_CarFamilyMini": 12.0,
"Area_CarLuxury": 13.0,
"Area_CarLuxuryMini": 14.0,
"RowCount": 15
},
{
"District_Id": 1,
"District_Name": "sample string 2",
"District_AreaId": 3,
"District_AreaName": "sample string 4",
"District_CityId": 5,
"District_CityName": "sample string 6",
"Area_CarEco": 7.0,
"Area_CarEcoMini": 8.0,
"Area_CarBusiness": 9.0,
"Area_CarBusinessMini": 10.0,
"Area_CarFamily": 11.0,
"Area_CarFamilyMini": 12.0,
"Area_CarLuxury": 13.0,
"Area_CarLuxuryMini": 14.0,
"RowCount": 15
}
]
},
"CarModelList": {
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": [
{
"Car_Id": 1,
"Car_Name": "sample string 2",
"Car_CategId": 3,
"Car_CategName": "sample string 4",
"Car_ModelId": 5,
"Car_ModelName": "sample string 6",
"Car_CurrentBranchId": 7,
"Car_CurrentBranchName": "sample string 8",
"Car_LevelId": 9,
"Car_LevelNamed": "sample string 10",
"Car_CurrentMeter": 11.1,
"Car_Year": 12,
"Car_Gear": 64,
"Car_Color": "sample string 14",
"Car_Chase": "sample string 15",
"RowCount": 16
},
{
"Car_Id": 1,
"Car_Name": "sample string 2",
"Car_CategId": 3,
"Car_CategName": "sample string 4",
"Car_ModelId": 5,
"Car_ModelName": "sample string 6",
"Car_CurrentBranchId": 7,
"Car_CurrentBranchName": "sample string 8",
"Car_LevelId": 9,
"Car_LevelNamed": "sample string 10",
"Car_CurrentMeter": 11.1,
"Car_Year": 12,
"Car_Gear": 64,
"Car_Color": "sample string 14",
"Car_Chase": "sample string 15",
"RowCount": 16
}
]
},
"DriverModelList": {
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": [
{
"Driver_Id": 1,
"Driver_Name": "sample string 2",
"Driver_Phone": "sample string 3",
"Driver_Iqama": "sample string 4",
"RowCount": 5
},
{
"Driver_Id": 1,
"Driver_Name": "sample string 2",
"Driver_Phone": "sample string 3",
"Driver_Iqama": "sample string 4",
"RowCount": 5
}
]
}
}
}