POST Branch/UploadExcel
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| lModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"BranchDetailsList": [
{
"$id": "2",
"Id": "1b7bfbc0-8f2a-4438-a582-a82bd23784da",
"BranchName": "sample string 2",
"BranchBName": "sample string 3",
"Description": "sample string 4",
"BDescription": "sample string 5",
"IsActive": true,
"CompanyName": "sample string 7",
"DivisionName": "sample string 8",
"TownShipName": "sample string 9",
"CityName": "sample string 10",
"DistrictName": "sample string 11",
"BranchReceiverNumberDetails": [
{
"$id": "3",
"BranchReceiverName": "sample string 1",
"BranchReceiverMobileNumber": "sample string 2"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"UserId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.