POST v1/Clients/{clientId}/Inspections/{inspectionId}/Questions/{questionId}/Attachments/{attachmentId}

Update an attachment notes associated with a specified inspection question.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

Client identifier.

globally unique identifier

Required

inspectionId

Inspection identifier.

integer

Required

questionId

Inspection question identifier.

integer

Required

attachmentId

Inspection question attachment identifier.

integer

Required

Body Parameters

Inspection question attachment notes.

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

An .

OperationStatusV1
NameDescriptionTypeAdditional information
Success

A value indicating whether the operation was successful.

boolean

None.

Error

The error message associated with the operation when Success is false.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Error": ""
}

application/xml, text/xml

Sample:
<OperationStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Titan.API.Core.Models">
  <Error></Error>
  <Success>true</Success>
</OperationStatus>