POST api/Story/Scrap

스크랩

Request Information

URI Parameters

None.

Body Parameters

StoryScrap
NameDescriptionTypeAdditional information
scrapID

integer

None.

memNo

integer

None.

storyID

integer

None.

itemID

integer

None.

regDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "scrapID": 1,
  "memNo": 2,
  "storyID": 3,
  "itemID": 1,
  "regDate": "2024-04-20T03:47:31.8142204+09:00"
}

application/xml, text/xml

Sample:
<StoryScrap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mobileServer.Models">
  <itemID>1</itemID>
  <memNo>2</memNo>
  <regDate>2024-04-20T03:47:31.8142204+09:00</regDate>
  <scrapID>1</scrapID>
  <storyID>3</storyID>
</StoryScrap>

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.