Needio.Services.ExtApiHost

<back to all web services

ExtUpdatePostMediasRequest

Requires Authentication
Required role:Approved
The following routes are available for this service:
All Verbs/Ext/ExtUpdatePostMedias/
ExtUpdatePostMediasRequest Parameters:
NameParameterData TypeRequiredDescription
PostIdqueryintNo
MediasqueryList<MediaDTO>No
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
startformDateTimeNo
DeviceUUIDformstringNo
APIKeyformstringNo
isAdminformboolNo
CmdformstringNo
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformboolNo
ResMessageformstringNo
ErrorformErrorNo
PageInfoformBasePageInfoNo
Error Parameters:
NameParameterData TypeRequiredDescription
ErrorYnformboolNo
ExYnformboolNo
ErrorCodeformstringNo
ErrorDescriptionformstringNo
BasePageInfo Parameters:
NameParameterData TypeRequiredDescription
TotalRecordCountformintNo
TotalPageCountformintNo
CurrentPageformintNo
MediaDTO Parameters:
NameParameterData TypeRequiredDescription
PostIdformintNo
MediaIdformint?No
UsageTypeformUsageTypesNo
MediaTypeformMediaTypesNo
SourceformstringNo
MediaFileNameformstringNo
MediaMimeformstringNo
IsMainformboolNo
RefIdformint?No
OrderNumformintNo
ActionformDBActionNo
IsDeletedformboolNo
FriendlyURLformstringNo
PostVariantA1KeyformstringNo
SourceUrlformstringNo
ActiveYnformboolNo
UsageTypes Enum:
NameValue
StoreMedias1
StoreFiles2
MediaTypes Enum:
NameValue
icon0
Image1
Video2
Youtube3
Pdf8
File9
ThreeD10
Custom99
DBAction Enum:
None
Insert
Update
Delete
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformboolNo
ResMessageformstringNo
ErrorformErrorNo
PageInfoformBasePageInfoNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Ext/ExtUpdatePostMedias/ HTTP/1.1 
Host: apiservices.needion.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<ExtUpdatePostMediasRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2">
  <APIKey>String</APIKey>
  <Cmd>String</Cmd>
  <DeviceUUID>String</DeviceUUID>
  <isAdmin>false</isAdmin>
  <start>0001-01-01T00:00:00</start>
  <Medias xmlns:d2p1="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2.Models">
    <d2p1:MediaDTO>
      <d2p1:Action>None</d2p1:Action>
      <d2p1:ActiveYn>false</d2p1:ActiveYn>
      <d2p1:FriendlyURL>String</d2p1:FriendlyURL>
      <d2p1:IsDeleted>false</d2p1:IsDeleted>
      <d2p1:IsMain>false</d2p1:IsMain>
      <d2p1:MediaFileName>String</d2p1:MediaFileName>
      <d2p1:MediaId>0</d2p1:MediaId>
      <d2p1:MediaMime>String</d2p1:MediaMime>
      <d2p1:MediaType>icon</d2p1:MediaType>
      <d2p1:OrderNum>0</d2p1:OrderNum>
      <d2p1:PostId>0</d2p1:PostId>
      <d2p1:PostVariantA1Key>String</d2p1:PostVariantA1Key>
      <d2p1:RefId>0</d2p1:RefId>
      <d2p1:Source>String</d2p1:Source>
      <d2p1:SourceUrl>String</d2p1:SourceUrl>
      <d2p1:UsageType>StoreMedias</d2p1:UsageType>
    </d2p1:MediaDTO>
  </Medias>
  <PostId>0</PostId>
</ExtUpdatePostMediasRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Needio.Services.ServiceModel.v2">
  <Error>
    <ErrorCode>String</ErrorCode>
    <ErrorDescription>String</ErrorDescription>
    <ErrorYn>false</ErrorYn>
    <ExYn>false</ExYn>
  </Error>
  <PageInfo>
    <CurrentPage>0</CurrentPage>
    <TotalPageCount>0</TotalPageCount>
    <TotalRecordCount>0</TotalRecordCount>
  </PageInfo>
  <ResMessage>String</ResMessage>
  <Result>false</Result>
</BaseResponse>