Represents zero or more videos.
Type | Description |
---|---|
Video | Represents a single video. |
[ { "Id": 1, "DateCreated": "2000-01-01T00:00:00.000", "DateModified": "2000-01-01T00:00:00.000", "MerchantId": 1, "MerchantName": "Example Pty Ltd", "MerchantAvatarUrl": "https://c.cfjump.com/Avatars/0.png", "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/", "EmbedUrl": "https://c.cfjump.com/Videos/0/1/", "EmbedCode": "<iframe style=\"border: none; height: 324px; width: 400px;\" allowtransparency=\"true\" border=\"0\" frameborder=\"0\" src=\"https://c.cfjump.com/Videos/0/1/\"></iframe>" }, { "Id": 2, "DateCreated": "2000-01-01T00:00:00.000", "DateModified": "2000-01-01T00:00:00.000", "MerchantId": 1, "MerchantName": "Example Pty Ltd", "MerchantAvatarUrl": "https://c.cfjump.com/Avatars/0.png", "Name": "Video 2", "VideoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "ButtonColour": "Red", "ButtonText": "Click Here", "HoverText": "Click here to buy now", "TargetUrl": "https://www.example.com/", "EmbedUrl": "https://c.cfjump.com/Videos/0/2/", "EmbedCode": "<iframe style=\"border: none; height: 324px; width: 400px;\" allowtransparency=\"true\" border=\"0\" frameborder=\"0\" src=\"https://c.cfjump.com/Videos/0/2/\"></iframe>" }, { "Id": 3, "DateCreated": "2000-01-01T00:00:00.000", "DateModified": "2000-01-01T00:00:00.000", "MerchantId": 3, "MerchantName": "Example Pty Ltd", "MerchantAvatarUrl": "https://c.cfjump.com/Avatars/0.png", "Name": "Video 3", "VideoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "ButtonColour": "Red", "ButtonText": "Click Here", "HoverText": "Click here to buy now", "TargetUrl": "https://www.example.com/", "EmbedUrl": "https://c.cfjump.com/Videos/0/3/", "EmbedCode": "<iframe style=\"border: none; height: 324px; width: 400px;\" allowtransparency=\"true\" border=\"0\" frameborder=\"0\" src=\"https://c.cfjump.com/Videos/0/3/\"></iframe>" } ]
<VideoArray xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://api.commissionfactory.com/V1/Affiliate"> <Video> <Id>1</Id> <DateCreated>2000-01-01T00:00:00.000</DateCreated> <DateModified>2000-01-01T00:00:00.000</DateModified> <MerchantId>1</MerchantId> <MerchantName>Example Pty Ltd</MerchantName> <MerchantAvatarUrl>https://c.cfjump.com/Avatars/0.png</MerchantAvatarUrl> <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> <EmbedUrl>https://c.cfjump.com/Videos/0/1/</EmbedUrl> <EmbedCode><iframe style="border: none; height: 324px; width: 400px;" allowtransparency="true" border="0" frameborder="0" src="https://c.cfjump.com/Videos/0/1/"></iframe></EmbedCode> </Video> <Video> <Id>2</Id> <DateCreated>2000-01-01T00:00:00.000</DateCreated> <DateModified>2000-01-01T00:00:00.000</DateModified> <MerchantId>1</MerchantId> <MerchantName>Example Pty Ltd</MerchantName> <MerchantAvatarUrl>https://c.cfjump.com/Avatars/0.png</MerchantAvatarUrl> <Name>Video 2</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> <EmbedUrl>https://c.cfjump.com/Videos/0/2/</EmbedUrl> <EmbedCode><iframe style="border: none; height: 324px; width: 400px;" allowtransparency="true" border="0" frameborder="0" src="https://c.cfjump.com/Videos/0/2/"></iframe></EmbedCode> </Video> <Video> <Id>3</Id> <DateCreated>2000-01-01T00:00:00.000</DateCreated> <DateModified>2000-01-01T00:00:00.000</DateModified> <MerchantId>3</MerchantId> <MerchantName>Example Pty Ltd</MerchantName> <MerchantAvatarUrl>https://c.cfjump.com/Avatars/0.png</MerchantAvatarUrl> <Name>Video 3</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> <EmbedUrl>https://c.cfjump.com/Videos/0/3/</EmbedUrl> <EmbedCode><iframe style="border: none; height: 324px; width: 400px;" allowtransparency="true" border="0" frameborder="0" src="https://c.cfjump.com/Videos/0/3/"></iframe></EmbedCode> </Video> </VideoArray>