curl --request PUT \
--url https://app.uplifthub.io/P195_Exposed_Integrations/rest/V1/Product \
--header 'Content-Type: application/json' \
--header 'X-apikey: <api-key>' \
--data '
{
"Id": 1234567891234567,
"Name": "",
"ExternalId": "",
"Description": "",
"PlatformId": 1234567891234567,
"ChannelId": 1234567891234567,
"SourceMarket": 1234567891234567,
"FormatAdSpec": "",
"AdCreativeDeadline": 0,
"CostBasis": "",
"RateCard": 0.1,
"PartnerRate": 0.1,
"MinimumPartnerBudget": 0.1,
"FulfillmentCost": 0.1,
"NumberOfPlacementsPerCostBasis": 0,
"MaximumEvidenceImages": 0,
"EnableInventoryManagement": false,
"InventoryBasis": "",
"NumberOfPlacementsPerInventoryBasis": 0,
"TextCustomReportingFields": "",
"IntegerCustomReportingFields": "",
"DecimalCustomReportingFields": "",
"RemovedCustomReportingFields": ""
}
'