PUT api/ProfileType/{profileTypeID}
프로필 타입 수정
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
profileTypeID |
IDENTITY |
integer |
Required |
Body Parameters
프로필
GosooProfileTypeName | Description | Type | Additional information |
---|---|---|---|
profileTypeID | integer |
None. |
|
memNo | integer |
None. |
|
typeName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "profileTypeID": 1, "memNo": 2, "typeName": "sample string 3" }
application/xml, text/xml
Sample:
<GosooProfileType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobileServer.Models"> <memNo>2</memNo> <profileTypeID>1</profileTypeID> <typeName>sample string 3</typeName> </GosooProfileType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.