PUT Middleware/Services/Skills/PutAsync
Request Information
URI Parameters
None.
Body Parameters
SkillsName | Description | Type | Additional information |
---|---|---|---|
Active | boolean |
None. |
|
Remark | string |
None. |
|
Id | string |
None. |
|
Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Active": true, "Remark": "sample string 2", "Id": "sample string 3", "Name": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.