Represents a single video.
Name | Type | Description |
---|---|---|
Id |
Integer | The ID of the video. |
DateCreated |
DateTime | The date and time that the video was created. |
DateModified |
DateTime | The date and time that the video was last modified. |
Name |
String | The name of the video. |
VideoUrl |
Url | The address of the video on YouTube or Vimeo. |
ButtonColour |
String | The colour of the video overlay button. |
ButtonText |
String | The text of the video overlay button. |
HoverText |
String | The text that appears when the cursor hovers over the overlay button. |
TargetUrl |
Url | The address of the landing page on the merchant's website. |
{ "Id": 1, "DateCreated": "2000-01-01T00:00:00.000", "DateModified": "2000-01-01T00:00:00.000", "Name": "Video 1", "VideoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "ButtonColour": "Red", "ButtonText": "Click Here", "HoverText": "Click here to buy now", "TargetUrl": "https://www.example.com/" }
<Video xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://api.commissionfactory.com/V1/Merchant"> <Id>1</Id> <DateCreated>2000-01-01T00:00:00.000</DateCreated> <DateModified>2000-01-01T00:00:00.000</DateModified> <Name>Video 1</Name> <VideoUrl>https://www.youtube.com/watch?v=dQw4w9WgXcQ</VideoUrl> <ButtonColour>Red</ButtonColour> <ButtonText>Click Here</ButtonText> <HoverText>Click here to buy now</HoverText> <TargetUrl>https://www.example.com/</TargetUrl> </Video>