PATCH apioauth/photodescriptions/{photoDescriptionId}
Update a photo description
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
photoDescriptionId |
The photo description to be update |
integer |
Required |
Body Parameters
The UpdatePhotoDescriptionRequest
UpdatePhotoDescriptionRequestName | Description | Type | Additional information |
---|---|---|---|
Description |
The description for the photos |
string |
None. |
InstallationPhotoType |
The type of the photos |
InstallationPhotoType |
None. |
Request Formats
application/json, text/json
Sample:
{ "Description": "sample string 1", "InstallationPhotoType": 0 }
application/xml, text/xml
Sample:
<UpdatePhotoDescriptionRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample string 1</Description> <InstallationPhotoType>Damage</InstallationPhotoType> </UpdatePhotoDescriptionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
200 on a success
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. |