PUT api/HRMQualification?pid={pid}&restore={restore}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pid | integer |
Required |
|
| restore | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HRMIQualification| Name | Description | Type | Additional information |
|---|---|---|---|
| QualId | integer |
None. |
|
| Code | string |
None. |
|
| Title | string |
None. |
|
| Level | integer |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"QualId": 1,
"Code": "sample string 2",
"Title": "sample string 3",
"Level": 4,
"IsDeleted": 5
}