POST api/book/book_album_file_delete

Request Information

URI Parameters

None.

Body Parameters

BookAlbumFileModel
NameDescriptionTypeAdditional information
book_code

globally unique identifier

None.

book_album_id

integer

None.

seq

integer

None.

name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "book_code": "23179b16-27a2-4a20-88c4-79b47be9fcf7",
  "book_album_id": 2,
  "seq": 3,
  "name": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.