POST BranchRoles/UpdateBranchRole
Request Information
URI Parameters
None.
Body Parameters
BranchRolesDataContext| Name | Description | Type | Additional information |
|---|---|---|---|
| filterStatus | boolean |
None. |
|
| paginationStatus | boolean |
None. |
|
| textSearch | string |
None. |
|
| language | string |
None. |
|
| statusWithAll | boolean |
None. |
|
| pageSize | integer |
None. |
|
| page | integer |
None. |
|
| sortToken | string |
None. |
|
| userAuthorizeToken | string |
None. |
|
| branchRoleToken | string |
None. |
|
| branchRoleNameCurrent | string |
None. |
|
| branchRoleNameEn | string |
None. |
|
| branchRoleNameAr | string |
None. |
|
| branchRoleNameUnd | string |
None. |
|
| roleTypeToken | string |
None. |
|
| roleTypeNameEn | string |
None. |
|
| roleTypeNameAr | string |
None. |
|
| roleTypeNameUnd | string |
None. |
|
| roleTypeNameCurrent | string |
None. |
|
| branchRoleDescriptionCurrent | string |
None. |
|
| branchRoleDescriptionEn | string |
None. |
|
| branchRoleDescriptionAr | string |
None. |
|
| branchRoleDescriptionUnd | string |
None. |
|
| branchRoleNotes | string |
None. |
|
| branchRoleArchiveStatus | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"filterStatus": true,
"paginationStatus": true,
"textSearch": "sample string 3",
"language": "sample string 4",
"statusWithAll": true,
"pageSize": 6,
"page": 7,
"sortToken": "sample string 8",
"userAuthorizeToken": "sample string 9",
"branchRoleToken": "sample string 10",
"branchRoleNameCurrent": "sample string 11",
"branchRoleNameEn": "sample string 12",
"branchRoleNameAr": "sample string 13",
"branchRoleNameUnd": "sample string 14",
"roleTypeToken": "sample string 15",
"roleTypeNameEn": "sample string 16",
"roleTypeNameAr": "sample string 17",
"roleTypeNameUnd": "sample string 18",
"roleTypeNameCurrent": "sample string 19",
"branchRoleDescriptionCurrent": "sample string 20",
"branchRoleDescriptionEn": "sample string 21",
"branchRoleDescriptionAr": "sample string 22",
"branchRoleDescriptionUnd": "sample string 23",
"branchRoleNotes": "sample string 24",
"branchRoleArchiveStatus": true
}
application/xml, text/xml
Sample:
<BranchRolesDataContext xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelUI.AdditionalSettings.ProjectHR.EmployeeRules"> <branchRoleArchiveStatus xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">true</branchRoleArchiveStatus> <branchRoleDescriptionAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 22</branchRoleDescriptionAr> <branchRoleDescriptionCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 20</branchRoleDescriptionCurrent> <branchRoleDescriptionEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 21</branchRoleDescriptionEn> <branchRoleDescriptionUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 23</branchRoleDescriptionUnd> <branchRoleNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 13</branchRoleNameAr> <branchRoleNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 11</branchRoleNameCurrent> <branchRoleNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 12</branchRoleNameEn> <branchRoleNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 14</branchRoleNameUnd> <branchRoleNotes xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 24</branchRoleNotes> <branchRoleToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 10</branchRoleToken> <roleTypeNameAr xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 17</roleTypeNameAr> <roleTypeNameCurrent xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 19</roleTypeNameCurrent> <roleTypeNameEn xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 16</roleTypeNameEn> <roleTypeNameUnd xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 18</roleTypeNameUnd> <roleTypeToken xmlns="http://schemas.datacontract.org/2004/07/SmartClub.Src.Data.Model.ModelDB.AdditionalSettings.ProjectHR.EmployeeRules">sample string 15</roleTypeToken> <filterStatus>true</filterStatus> <language>sample string 4</language> <page>7</page> <pageSize>6</pageSize> <paginationStatus>true</paginationStatus> <sortToken>sample string 8</sortToken> <statusWithAll>true</statusWithAll> <textSearch>sample string 3</textSearch> <userAuthorizeToken>sample string 9</userAuthorizeToken> </BranchRolesDataContext>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |