POST api/Blog
Request Information
URI Parameters
None.
Body Parameters
GetModelBlogListName | Description | Type | Additional information |
---|---|---|---|
EXTRA1 | string |
None. |
|
EXTRA2 | string |
None. |
|
EXTRA3 | string |
None. |
|
LANG_ID | string |
None. |
|
USER_ID | string |
None. |
|
BlogCatID | integer |
None. |
|
START | string |
None. |
|
END | string |
None. |
|
WORD | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "EXTRA1": "sample string 1", "EXTRA2": "sample string 2", "EXTRA3": "sample string 3", "LANG_ID": "sample string 4", "USER_ID": "sample string 5", "BlogCatID": 1, "START": "sample string 6", "END": "sample string 7", "WORD": "sample string 8" }
application/xml, text/xml
Sample:
<GetModelBlogList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <END>sample string 7</END> <START>sample string 6</START> <WORD>sample string 8</WORD> <BlogCatID>1</BlogCatID> <EXTRA1>sample string 1</EXTRA1> <EXTRA2>sample string 2</EXTRA2> <EXTRA3>sample string 3</EXTRA3> <LANG_ID>sample string 4</LANG_ID> <USER_ID>sample string 5</USER_ID> </GetModelBlogList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |