EMUN1 ASP.NET

<back to all web services

ImportMedia

Requires Authentication
The following routes are available for this service:
All Verbs/service/ImportMedia
ImportMedia Parameters:
NameParameterData TypeRequiredDescription
itemsqueryList<Media>No
Media Parameters:
NameParameterData TypeRequiredDescription
PredecessorIdformint?No
ReplacePredecessorformboolNo
ContentTypeformstringNo
PredecessorformMediaNo
RealmformstringNo
HeightformdoubleNo
WidthformdoubleNo
AreaformdoubleNo
ContentLengthformdoubleNo
ClientIdformstringNo
UrlformstringNo
OriginalUrlformstringNo
ImagesformDictionary<string, string>No
KeyformstringNo
TaggedEntity Parameters:
NameParameterData TypeRequiredDescription
TagsformDictionary<string, HashSet<String>>No
EntityXL Parameters:
NameParameterData TypeRequiredDescription
RefIdformstringNo
RatingformdoubleNo
RestrictedformboolNo
EntityLG Parameters:
NameParameterData TypeRequiredDescription
DescriptionformstringNo
EntityMD Parameters:
NameParameterData TypeRequiredDescription
LabelformstringNo
NameformstringNo
TitleformstringNo
ActiveformboolNo
EntitySM Parameters:
NameParameterData TypeRequiredDescription
EuidformGuidNo
EntityXS Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
EntityXS<T> Parameters:
NameParameterData TypeRequiredDescription
IdformTNo
CreatedByformstringNo
CreatedOnformDateTimeNo
LastModifiedOnformDateTimeNo
LastModifiedByformstringNo
PositionformintNo
MediaImported Parameters:
NameParameterData TypeRequiredDescription
MediaformList<Media>No

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

HTTP + JSV

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

POST /service/ImportMedia HTTP/1.1 
Host: www.bernhardthospitality.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	items: 
	[
		{
			predecessorId: 0,
			replacePredecessor: False,
			contentType: String,
			predecessor: 
			{
				predecessorId: 0,
				replacePredecessor: False,
				contentType: String,
				predecessor: 
				{
					predecessorId: 0,
					replacePredecessor: False,
					contentType: String,
					realm: String,
					height: 0,
					width: 0,
					area: 0,
					contentLength: 0,
					clientId: String,
					url: String,
					originalUrl: String,
					key: String,
					tags: 
					{
						String: 
						[
							String
						]
					},
					refId: String,
					rating: 0,
					restricted: False,
					description: String,
					label: String,
					active: False,
					id: 0,
					createdBy: String,
					createdOn: 0001-01-01,
					lastModifiedOn: 0001-01-01,
					lastModifiedBy: String,
					position: 0
				},
				realm: String,
				height: 0,
				width: 0,
				area: 0,
				contentLength: 0,
				clientId: String,
				url: String,
				originalUrl: String,
				key: String,
				tags: 
				{
					String: 
					[
						String
					]
				},
				refId: String,
				rating: 0,
				restricted: False,
				description: String,
				label: String,
				active: False,
				id: 0,
				createdBy: String,
				createdOn: 0001-01-01,
				lastModifiedOn: 0001-01-01,
				lastModifiedBy: String,
				position: 0
			},
			realm: String,
			height: 0,
			width: 0,
			area: 0,
			contentLength: 0,
			clientId: String,
			url: String,
			originalUrl: String,
			key: String,
			tags: 
			{
				String: 
				[
					String
				]
			},
			refId: String,
			rating: 0,
			restricted: False,
			description: String,
			label: String,
			active: False,
			id: 0,
			createdBy: String,
			createdOn: 0001-01-01,
			lastModifiedOn: 0001-01-01,
			lastModifiedBy: String,
			position: 0
		}
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	media: 
	[
		{
			predecessorId: 0,
			replacePredecessor: False,
			contentType: String,
			predecessor: 
			{
				predecessorId: 0,
				replacePredecessor: False,
				contentType: String,
				predecessor: 
				{
					predecessorId: 0,
					replacePredecessor: False,
					contentType: String,
					realm: String,
					height: 0,
					width: 0,
					area: 0,
					contentLength: 0,
					clientId: String,
					url: String,
					originalUrl: String,
					key: String,
					tags: 
					{
						String: 
						[
							String
						]
					},
					refId: String,
					rating: 0,
					restricted: False,
					description: String,
					label: String,
					active: False,
					id: 0,
					createdBy: String,
					createdOn: 0001-01-01,
					lastModifiedOn: 0001-01-01,
					lastModifiedBy: String,
					position: 0
				},
				realm: String,
				height: 0,
				width: 0,
				area: 0,
				contentLength: 0,
				clientId: String,
				url: String,
				originalUrl: String,
				key: String,
				tags: 
				{
					String: 
					[
						String
					]
				},
				refId: String,
				rating: 0,
				restricted: False,
				description: String,
				label: String,
				active: False,
				id: 0,
				createdBy: String,
				createdOn: 0001-01-01,
				lastModifiedOn: 0001-01-01,
				lastModifiedBy: String,
				position: 0
			},
			realm: String,
			height: 0,
			width: 0,
			area: 0,
			contentLength: 0,
			clientId: String,
			url: String,
			originalUrl: String,
			key: String,
			tags: 
			{
				String: 
				[
					String
				]
			},
			refId: String,
			rating: 0,
			restricted: False,
			description: String,
			label: String,
			active: False,
			id: 0,
			createdBy: String,
			createdOn: 0001-01-01,
			lastModifiedOn: 0001-01-01,
			lastModifiedBy: String,
			position: 0
		}
	]
}