PUT api/AdNotice_v2/{id}

Documentation for 'Put'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

value
Documentation for 'value'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "no": 1,
  "idx": 2,
  "category_idx": 3,
  "category_name": "sample string 4",
  "title": "sample string 5",
  "content": "sample string 6",
  "textContent": "sample string 7",
  "startDate": "2024-03-29T20:37:46.0342248+09:00",
  "regDate": "2024-03-29T20:37:46.0342248+09:00",
  "rigion": "sample string 10",
  "country": "sample string 11",
  "useType": 12,
  "img_name": "sample string 13",
  "img_orgname": "sample string 14",
  "cnt": 15,
  "main_img_name": "sample string 16",
  "main_img_orgname": "sample string 17",
  "main_check": true
}

text/xml

Sample:
<AdNotice_v2Controller.cNotice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVMService.Controllers">
  <category_idx>3</category_idx>
  <category_name>sample string 4</category_name>
  <cnt>15</cnt>
  <content>sample string 6</content>
  <country>sample string 11</country>
  <idx>2</idx>
  <img_name>sample string 13</img_name>
  <img_orgname>sample string 14</img_orgname>
  <main_check>true</main_check>
  <main_img_name>sample string 16</main_img_name>
  <main_img_orgname>sample string 17</main_img_orgname>
  <no>1</no>
  <regDate>2024-03-29T20:37:46.0342248+09:00</regDate>
  <rigion>sample string 10</rigion>
  <startDate>2024-03-29T20:37:46.0342248+09:00</startDate>
  <textContent>sample string 7</textContent>
  <title>sample string 5</title>
  <useType>12</useType>
</AdNotice_v2Controller.cNotice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>