POST api/BBS/UpdateUrgentUserConfig
Request Information
URI Parameters
None.
Body Parameters
updateUrgentInput| Name | Description | Type | Additional information |
|---|---|---|---|
| dataList | Collection of updateUrgent |
None. |
Request Formats
application/json, text/json
Sample:
{
"dataList": [
{
"type": 1,
"Id": 2
},
{
"type": 1,
"Id": 2
}
]
}
application/xml, text/xml
Sample:
<updateUrgentInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.Post">
<dataList>
<updateUrgent>
<Id>2</Id>
<type>1</type>
</updateUrgent>
<updateUrgent>
<Id>2</Id>
<type>1</type>
</updateUrgent>
</dataList>
</updateUrgentInput>
application/x-www-form-urlencoded
Sample:
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. |