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