POST api/Franchise/GetFranchiseByBranchAndCompanyString/{User_Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| User_Id | string |
Required |
Body Parameters
StringDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StringCompany_Id | string |
None. |
|
| StringBranch_Id | string |
None. |
|
| StringFranchise_Id | string |
None. |
|
| StringUser_Id | string |
None. |
|
| StringModule_Id | string |
None. |
|
| StringObject_Id | string |
None. |
|
| StringAction_Id | string |
None. |
|
| StringDesignation_Id | string |
None. |
|
| StringDepartment_Id | string |
None. |
|
| SelectedInsurer | string |
None. |
|
| IsActive | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StringCompany_Id": "sample string 1",
"StringBranch_Id": "sample string 2",
"StringFranchise_Id": "sample string 3",
"StringUser_Id": "sample string 4",
"StringModule_Id": "sample string 5",
"StringObject_Id": "sample string 6",
"StringAction_Id": "sample string 7",
"StringDesignation_Id": "sample string 8",
"StringDepartment_Id": "sample string 9",
"SelectedInsurer": "sample string 10",
"IsActive": "sample string 11"
}
application/xml, text/xml
Sample:
<StringDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/INH_Insurance_MVC.Controllers"> <IsActive>sample string 11</IsActive> <SelectedInsurer>sample string 10</SelectedInsurer> <StringAction_Id>sample string 7</StringAction_Id> <StringBranch_Id>sample string 2</StringBranch_Id> <StringCompany_Id>sample string 1</StringCompany_Id> <StringDepartment_Id>sample string 9</StringDepartment_Id> <StringDesignation_Id>sample string 8</StringDesignation_Id> <StringFranchise_Id>sample string 3</StringFranchise_Id> <StringModule_Id>sample string 5</StringModule_Id> <StringObject_Id>sample string 6</StringObject_Id> <StringUser_Id>sample string 4</StringUser_Id> </StringDataModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| CaseSensitive | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| RemotingFormat | SerializationFormat |
None. |
|
| ChildRelations | Collection of Object |
None. |
|
| Columns | Collection of Object |
None. |
|
| Constraints | Collection of Object |
None. |
|
| DataSet | DataSet |
None. |
|
| DefaultView | Collection of Object |
None. |
|
| DisplayExpression | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| MinimumCapacity | integer |
None. |
|
| ParentRelations | Collection of Object |
None. |
|
| PrimaryKey | Collection of DataColumn |
None. |
|
| Rows | Collection of Object |
None. |
|
| TableName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| Site | ISite |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.