POST DeleteMedia

Request Information

URI Parameters

None.

Body Parameters

ImageAttachment
NameDescriptionTypeAdditional information
awsImageUrl

string

None.

id

integer

None.

attributeId

integer

None.

fileType

string

None.

fileName

string

None.

fileContent

string

None.

isNew

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "awsImageUrl": "sample string 1",
  "id": 1,
  "attributeId": 1,
  "fileType": "sample string 2",
  "fileName": "sample string 3",
  "fileContent": "sample string 4",
  "isNew": true
}

application/xml, text/xml

Sample:
<ImageAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Services">
  <attributeId>1</attributeId>
  <awsImageUrl>sample string 1</awsImageUrl>
  <fileContent>sample string 4</fileContent>
  <fileName>sample string 3</fileName>
  <fileType>sample string 2</fileType>
  <id>1</id>
  <isNew>true</isNew>
</ImageAttachment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.