POST api/genProfileType/Save
Request Information
URI Parameters
None.
Body Parameters
genProfileType| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchesId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| OrganizationId | integer |
None. |
|
| ProfileTypeId | integer |
None. |
|
| Prefix | string |
None. |
|
| ProfileTypeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchesId": 1,
"CompanyId": 2,
"OrganizationId": 3,
"ProfileTypeId": 4,
"Prefix": "sample string 5",
"ProfileTypeName": "sample string 6"
}
application/xml, text/xml
Sample:
<genProfileType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.HRM.PolicyManagment"> <BranchesId>1</BranchesId> <CompanyId>2</CompanyId> <OrganizationId>3</OrganizationId> <Prefix>sample string 5</Prefix> <ProfileTypeId>4</ProfileTypeId> <ProfileTypeName>sample string 6</ProfileTypeName> </genProfileType>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.