POST api/damage/spsetappimportdamageimage
Request Information
URI Parameters
None.
Body Parameters
PARAMETRS_spSetAppImportDamageImage| Name | Description | Type | Additional information |
|---|---|---|---|
| importdamageid | integer |
None. |
|
| filelist | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"importdamageid": 1,
"filelist": "sample string 2"
}
application/xml, text/xml
Sample:
<PARAMETRS_spSetAppImportDamageImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <filelist>sample string 2</filelist> <importdamageid>1</importdamageid> </PARAMETRS_spSetAppImportDamageImage>
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.