PUT api/Gosoo

전문가정보 변경

Request Information

URI Parameters

None.

Body Parameters

Gosoo
NameDescriptionTypeAdditional information
memNo

integer

None.

serviceName

string

None.

gosooLevel

byte

None.

gosooLevel2

byte

None.

postNum

string

None.

addr

string

None.

addrAdd

string

None.

activityRange

integer

None.

serviceCategory

string

None.

serviceMemo

string

None.

comLiceCopy

string

None.

isComLiceChecked

byte

None.

homepageUrl

string

None.

kakaoStoryUrl

string

None.

blogUrl

string

None.

facebookUrl

string

None.

twitterUrl

string

None.

instagramUrl

string

None.

reviewCnt

integer

None.

reviewAvgPoint

decimal number

None.

openProfile

byte

None.

consultantNo

integer

None.

realConfValue

string

None.

realConfDate

date

None.

regDate

date

None.

isClean

boolean

None.

isGosoo

boolean

None.

isSafe

boolean

None.

siNo

integer

None.

guNo

integer

None.

dongNo

integer

None.

memorandumCopy

string

None.

gosooState

byte

None.

gosooType

byte

None.

gosooTypeComment

string

None.

Request Formats

application/json, text/json

Sample:
{
  "memNo": 1,
  "serviceName": "sample string 2",
  "gosooLevel": 64,
  "gosooLevel2": 64,
  "postNum": "sample string 5",
  "addr": "sample string 6",
  "addrAdd": "sample string 7",
  "activityRange": 8,
  "serviceCategory": "sample string 9",
  "serviceMemo": "sample string 10",
  "comLiceCopy": "sample string 11",
  "isComLiceChecked": 64,
  "homepageUrl": "sample string 13",
  "kakaoStoryUrl": "sample string 14",
  "blogUrl": "sample string 15",
  "facebookUrl": "sample string 16",
  "twitterUrl": "sample string 17",
  "instagramUrl": "sample string 18",
  "reviewCnt": 19,
  "reviewAvgPoint": 20.1,
  "openProfile": 64,
  "consultantNo": 22,
  "realConfValue": "sample string 23",
  "realConfDate": "2024-03-28T21:28:47.1442916+09:00",
  "regDate": "2024-03-28T21:28:47.1442916+09:00",
  "isClean": true,
  "isGosoo": true,
  "isSafe": true,
  "siNo": 1,
  "guNo": 1,
  "dongNo": 1,
  "memorandumCopy": "sample string 25",
  "gosooState": 64,
  "gosooType": 64,
  "gosooTypeComment": "sample string 27"
}

application/xml, text/xml

Sample:
<Gosoo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobileServer.Models">
  <activityRange>8</activityRange>
  <addr>sample string 6</addr>
  <addrAdd>sample string 7</addrAdd>
  <blogUrl>sample string 15</blogUrl>
  <comLiceCopy>sample string 11</comLiceCopy>
  <consultantNo>22</consultantNo>
  <dongNo>1</dongNo>
  <facebookUrl>sample string 16</facebookUrl>
  <gosooLevel>64</gosooLevel>
  <gosooLevel2>64</gosooLevel2>
  <gosooState>64</gosooState>
  <gosooType>64</gosooType>
  <gosooTypeComment>sample string 27</gosooTypeComment>
  <guNo>1</guNo>
  <homepageUrl>sample string 13</homepageUrl>
  <instagramUrl>sample string 18</instagramUrl>
  <isClean>true</isClean>
  <isComLiceChecked>64</isComLiceChecked>
  <isGosoo>true</isGosoo>
  <isSafe>true</isSafe>
  <kakaoStoryUrl>sample string 14</kakaoStoryUrl>
  <memNo>1</memNo>
  <memorandumCopy>sample string 25</memorandumCopy>
  <openProfile>64</openProfile>
  <postNum>sample string 5</postNum>
  <realConfDate>2024-03-28T21:28:47.1442916+09:00</realConfDate>
  <realConfValue>sample string 23</realConfValue>
  <regDate>2024-03-28T21:28:47.1442916+09:00</regDate>
  <reviewAvgPoint>20.1</reviewAvgPoint>
  <reviewCnt>19</reviewCnt>
  <serviceCategory>sample string 9</serviceCategory>
  <serviceMemo>sample string 10</serviceMemo>
  <serviceName>sample string 2</serviceName>
  <siNo>1</siNo>
  <twitterUrl>sample string 17</twitterUrl>
</Gosoo>

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.