POST api/DripPoint/AppendPhotoFromUrl?IdPointDrip={IdPointDrip}
Aggiunge una foto al Drip Point
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdPointDrip | integer |
Required |
Body Parameters
stringRequest Formats
application/json, text/json
Sample:
"pippo pluto"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">pippo pluto</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"pippo pluto"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">pippo pluto</string>