POST api/ActionService/UpdateCloudinaryImage

Documentation for 'UpdateCloudinaryImage'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ConceptID": 2,
  "UserID": 3,
  "ImageIndex": 4,
  "AssetId": "sample string 5",
  "PublicId": "sample string 6",
  "Folder": "sample string 7",
  "FileName": "sample string 8",
  "Format": "sample string 9",
  "Version": "sample string 10",
  "CreatedAt": "2026-01-11T19:31:32.6850966+00:00",
  "UploadedAt": "2026-01-11T19:31:32.6850966+00:00",
  "Bytes": 13,
  "Width": 14,
  "Height": 15,
  "Url": "sample string 16",
  "SecureUrl": "sample string 17"
}

application/xml, text/xml

Sample:
<CloudinaryImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Musician">
  <AssetId>sample string 5</AssetId>
  <Bytes>13</Bytes>
  <ConceptID>2</ConceptID>
  <CreatedAt>2026-01-11T19:31:32.6850966+00:00</CreatedAt>
  <FileName>sample string 8</FileName>
  <Folder>sample string 7</Folder>
  <Format>sample string 9</Format>
  <Height>15</Height>
  <Id>1</Id>
  <ImageIndex>4</ImageIndex>
  <PublicId>sample string 6</PublicId>
  <SecureUrl>sample string 17</SecureUrl>
  <UploadedAt>2026-01-11T19:31:32.6850966+00:00</UploadedAt>
  <Url>sample string 16</Url>
  <UserID>3</UserID>
  <Version>sample string 10</Version>
  <Width>14</Width>
</CloudinaryImage>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'CloudinaryImage'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "Success": true
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfExecutionStatusyiGVY2vN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject">
    <d2p1:Success>true</d2p1:Success>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfExecutionStatusyiGVY2vN>