PUT api/ProfileType/{profileTypeID}

프로필 타입 수정

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileTypeID

IDENTITY

integer

Required

Body Parameters

프로필

GosooProfileType
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.