POST api2/product_sharing_products.json

Create a ProjectSharing

Request Information

URI Parameters

None.

Body Parameters

ProjectSharing

api_root
NameDescriptionTypeAdditional information
entry

ProjectSharing

None.

Request Format

{
  "entry": {
    "logo_url": "https://admin-static.flickrocket.com/GetImage/MarketplaceLogo/MQ%3d%3d",
    "sharing_typ": 0,
    "products": 1,
    "creation_date": "2024-10-23T04:19:24.3987513+02:00",
    "name": "sample string 2",
    "auto_up_date": true,
    "valid": true,
    "company_id": 1,
    "content_marketplace": true,
    "cost_to_licensees_percent": 64,
    "checked": true,
    "logo": 1
  }
}

Response Information

Resource Description

Created ProjectSharing

api_root
NameDescriptionTypeAdditional information
entry

ProjectSharing

None.

Response Format

{
  "entry": {
    "logo_url": "https://admin-static.flickrocket.com/GetImage/MarketplaceLogo/MQ%3d%3d",
    "sharing_typ": 0,
    "products": 1,
    "id": 1,
    "creation_date": "2024-10-23T04:19:24.4143761+02:00",
    "name": "sample string 2",
    "auto_up_date": true,
    "valid": true,
    "company_id": 1,
    "content_marketplace": true,
    "cost_to_licensees_percent": 64,
    "checked": true,
    "logo": 1
  }
}