8 API Reference‎ > ‎Resources‎ > ‎

Distributor

NOTE: Used only in Submission API.

Represents a distributor that promotes the offer to consumers.

Attributes:
  • id string.
  • name string.
  • description string.
  • website_url string.
  • logo Image.

Data Example

JSON

{
    "id": "",
    "name": "",
    "description": "",
    "website_url": "",
    "logo": Image
}

XML

<distributor>
    <id></id>
    <name></name>
    <description></description>
    <website_url></website_url>
    <logo></logo>
</distributor>

Actions

No actions supported.


Comments