POST api/fortisreceiver/updateachstatus/{dbid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dbid | integer |
Required |
Body Parameters
FortisFormDataName | Description | Type | Additional information |
---|---|---|---|
type | string |
None. |
|
resource | string |
None. |
|
number_of_attempts | string |
None. |
|
data | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "type": "sample string 1", "resource": "sample string 2", "number_of_attempts": "sample string 3", "data": "sample string 4" }
application/xml, text/xml
Sample:
<FortisFormData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCareWebApi.Controllers"> <data>sample string 4</data> <number_of_attempts>sample string 3</number_of_attempts> <resource>sample string 2</resource> <type>sample string 1</type> </FortisFormData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.