POST api/Base/AddOffline_MusicLibrary
Request Information
URI Parameters
None.
Body Parameters
MusicLibrary| Name | Description | Type | Additional information |
|---|---|---|---|
| ML_GUID | string |
None. |
|
| ML_Title | string |
None. |
|
| ML_Cover | string |
None. |
|
| ML_Author | string |
None. |
|
| ML_Publisher | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ML_GUID": "sample string 1",
"ML_Title": "sample string 2",
"ML_Cover": "sample string 3",
"ML_Author": "sample string 4",
"ML_Publisher": "sample string 5"
}
application/xml, text/xml
Sample:
<MusicLibrary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XRKData"> <ML_Author>sample string 4</ML_Author> <ML_Cover>sample string 3</ML_Cover> <ML_GUID>sample string 1</ML_GUID> <ML_Publisher>sample string 5</ML_Publisher> <ML_Title>sample string 2</ML_Title> </MusicLibrary>
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. |