POST api/book/book_album_update_seq
Request Information
URI Parameters
None.
Body Parameters
BookAlbumFileModel| Name | Description | Type | Additional 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": "b800b898-c44d-499a-aac2-6c880ed87f1a",
"book_album_id": 2,
"seq": 3,
"name": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.