POST api/MediaLibrarySearch/Save

Request Information

URI Parameters

None.

Body Parameters

MediaLibrarySearchViewModel
NameDescriptionTypeAdditional information
AccountId

string

None.

UserId

string

None.

MediaLibrarySourceType

MediaLibrarySourceType

None.

SearchValue

string

None.

Id

string

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedBy

string

None.

UpdatedBy

string

None.

CreatedByUserId

string

None.

UpdatedByUserId

string

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": "sample string 1",
  "UserId": "sample string 2",
  "MediaLibrarySourceType": "MyLibrary",
  "SearchValue": "sample string 3",
  "Id": "sample string 4",
  "CreatedDate": "2024-03-29T10:56:41.8990133+00:00",
  "UpdatedDate": "2024-03-29T10:56:41.8990133+00:00",
  "CreatedBy": "sample string 7",
  "UpdatedBy": "sample string 8",
  "CreatedByUserId": "sample string 9",
  "UpdatedByUserId": "sample string 10",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<MediaLibrarySearchViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models.ServiceModel">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 7</CreatedBy>
  <CreatedByUserId xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 9</CreatedByUserId>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">2024-03-29T10:56:41.8990133+00:00</CreatedDate>
  <Id xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 4</Id>
  <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">true</IsDeleted>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 8</UpdatedBy>
  <UpdatedByUserId xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">sample string 10</UpdatedByUserId>
  <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/MindMe.Common.Standard.Models">2024-03-29T10:56:41.8990133+00:00</UpdatedDate>
  <AccountId>sample string 1</AccountId>
  <MediaLibrarySourceType>MyLibrary</MediaLibrarySourceType>
  <SearchValue>sample string 3</SearchValue>
  <UserId>sample string 2</UserId>
</MediaLibrarySearchViewModel>

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.