POST api/Base/AddChapterInfo
Request Information
URI Parameters
None.
Body Parameters
ChapterInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CI_GUID | string |
None. |
|
| CI_MusicLibraryGUID | string |
None. |
|
| CI_Title | string |
None. |
|
| CI_Content1 | string |
None. |
|
| CI_Content2 | string |
None. |
|
| CI_Content3 | string |
None. |
|
| CI_Content4 | string |
None. |
|
| CI_Content5 | string |
None. |
|
| CI_Page | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CI_GUID": "sample string 1",
"CI_MusicLibraryGUID": "sample string 2",
"CI_Title": "sample string 3",
"CI_Content1": "sample string 4",
"CI_Content2": "sample string 5",
"CI_Content3": "sample string 6",
"CI_Content4": "sample string 7",
"CI_Content5": "sample string 8",
"CI_Page": 1
}
application/xml, text/xml
Sample:
<ChapterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <CI_Content1>sample string 4</CI_Content1> <CI_Content2>sample string 5</CI_Content2> <CI_Content3>sample string 6</CI_Content3> <CI_Content4>sample string 7</CI_Content4> <CI_Content5>sample string 8</CI_Content5> <CI_GUID>sample string 1</CI_GUID> <CI_MusicLibraryGUID>sample string 2</CI_MusicLibraryGUID> <CI_Page>1</CI_Page> <CI_Title>sample string 3</CI_Title> </ChapterInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |