Extend and interact with
Commission Factory
Represents zero or more dynamic tools.
| Type | Description |
|---|---|
| DynamicTool | Represents a single dynamic tool. |
[
{
"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": "Dynamic Tool 1",
"Type": "Flash Banner",
"Width": 250,
"Height": 250,
"ResourceUrl": "https://www.example.com/FlashBanner1.swf",
"TargetUrl": "https://www.example.com/",
"EmbedUrl": "https://c.cfjump.com/DynamicTools/0/1/",
"EmbedCode": "<iframe style=\"border: none; height: 250px; width: 250px;\" allowtransparency=\"true\" border=\"0\" frameborder=\"0\" src=\"https://c.cfjump.com/DynamicTools/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": "Dynamic Tool 2",
"Type": "Flash Banner",
"Width": 250,
"Height": 250,
"ResourceUrl": "https://www.example.com/FlashBanner2.swf",
"TargetUrl": "https://www.example.com/",
"EmbedUrl": "https://c.cfjump.com/DynamicTools/0/2/",
"EmbedCode": "<iframe style=\"border: none; height: 250px; width: 250px;\" allowtransparency=\"true\" border=\"0\" frameborder=\"0\" src=\"https://c.cfjump.com/DynamicTools/0/2/\"></iframe>"
},
{
"Id": 3,
"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": "Dynamic Tool 3",
"Type": "Flash Banner",
"Width": 250,
"Height": 250,
"ResourceUrl": "https://www.example.com/FlashBanner3.swf",
"TargetUrl": "https://www.example.com/",
"EmbedUrl": "https://c.cfjump.com/DynamicTools/0/3/",
"EmbedCode": "<iframe style=\"border: none; height: 250px; width: 250px;\" allowtransparency=\"true\" border=\"0\" frameborder=\"0\" src=\"https://c.cfjump.com/DynamicTools/0/3/\"></iframe>"
}
]
<DynamicToolArray xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://api.commissionfactory.com/V1/Affiliate">
<DynamicTool>
<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>Dynamic Tool 1</Name>
<Type>Flash Banner</Type>
<Width>250</Width>
<Height>250</Height>
<ResourceUrl>https://www.example.com/FlashBanner1.swf</ResourceUrl>
<TargetUrl>https://www.example.com/</TargetUrl>
<EmbedUrl>https://c.cfjump.com/DynamicTools/0/1/</EmbedUrl>
<EmbedCode><iframe style="border: none; height: 250px; width: 250px;" allowtransparency="true" border="0" frameborder="0" src="https://c.cfjump.com/DynamicTools/0/1/"></iframe></EmbedCode>
</DynamicTool>
<DynamicTool>
<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>Dynamic Tool 2</Name>
<Type>Flash Banner</Type>
<Width>250</Width>
<Height>250</Height>
<ResourceUrl>https://www.example.com/FlashBanner2.swf</ResourceUrl>
<TargetUrl>https://www.example.com/</TargetUrl>
<EmbedUrl>https://c.cfjump.com/DynamicTools/0/2/</EmbedUrl>
<EmbedCode><iframe style="border: none; height: 250px; width: 250px;" allowtransparency="true" border="0" frameborder="0" src="https://c.cfjump.com/DynamicTools/0/2/"></iframe></EmbedCode>
</DynamicTool>
<DynamicTool>
<Id>3</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>Dynamic Tool 3</Name>
<Type>Flash Banner</Type>
<Width>250</Width>
<Height>250</Height>
<ResourceUrl>https://www.example.com/FlashBanner3.swf</ResourceUrl>
<TargetUrl>https://www.example.com/</TargetUrl>
<EmbedUrl>https://c.cfjump.com/DynamicTools/0/3/</EmbedUrl>
<EmbedCode><iframe style="border: none; height: 250px; width: 250px;" allowtransparency="true" border="0" frameborder="0" src="https://c.cfjump.com/DynamicTools/0/3/"></iframe></EmbedCode>
</DynamicTool>
</DynamicToolArray>