POST api/DigitalCollateral/ShareData

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objpubData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "userId": 1,
  "contentId": "sample string 2",
  "geoType": "sample string 3",
  "geoIds": "sample string 4",
  "roleIds": "sample string 5",
  "userList": "sample string 6",
  "languageId": 7,
  "fromDate": "sample string 8",
  "toDate": "sample string 9",
  "isDownloadable": "sample string 10",
  "TestimonialIds": "sample string 11"
}

application/xml, text/xml

Sample:
<DataShareModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Data">
  <TestimonialIds>sample string 11</TestimonialIds>
  <contentId>sample string 2</contentId>
  <fromDate>sample string 8</fromDate>
  <geoIds>sample string 4</geoIds>
  <geoType>sample string 3</geoType>
  <isDownloadable>sample string 10</isDownloadable>
  <languageId>7</languageId>
  <roleIds>sample string 5</roleIds>
  <toDate>sample string 9</toDate>
  <userId>1</userId>
  <userList>sample string 6</userList>
</DataShareModel>

multipart/form-data

Sample:
<DataShareModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMC.Data"><TestimonialIds>sample string 11</TestimonialIds><contentId>sample string 2</contentId><fromDate>sample string 8</fromDate><geoIds>sample string 4</geoIds><geoType>sample string 3</geoType><isDownloadable>sample string 10</isDownloadable><languageId>7</languageId><roleIds>sample string 5</roleIds><toDate>sample string 9</toDate><userId>1</userId><userList>sample string 6</userList></DataShareModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.