PUT api/AdPopUp/{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:
{
  "idx": 1,
  "rigion": "sample string 2",
  "country": "sample string 3",
  "kor_content": "sample string 4",
  "en_content": "sample string 5",
  "regDate": "2024-04-26T07:32:01.1012328+09:00"
}

text/xml

Sample:
<cPopUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVMService.Controllers">
  <country>sample string 3</country>
  <en_content>sample string 5</en_content>
  <idx>1</idx>
  <kor_content>sample string 4</kor_content>
  <regDate>2024-04-26T07:32:01.1012328+09:00</regDate>
  <rigion>sample string 2</rigion>
</cPopUp>

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>