POST api/v1/Sync/Logo

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
logo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PublicationId": 1,
  "LogoName": "sample string 2",
  "ErrorMessage": "sample string 3",
  "LogoFile": "QEBA"
}

application/xml, text/xml

Sample:
<Logo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Distribution">
  <ErrorMessage>sample string 3</ErrorMessage>
  <LogoFile>QEBA</LogoFile>
  <LogoName>sample string 2</LogoName>
  <PublicationId>1</PublicationId>
</Logo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "PublicationId": 1,
  "LogoName": "sample string 2",
  "ErrorMessage": "sample string 3",
  "LogoFile": "QEBA"
}

application/xml, text/xml

Sample:
<Logo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Distribution">
  <ErrorMessage>sample string 3</ErrorMessage>
  <LogoFile>QEBA</LogoFile>
  <LogoName>sample string 2</LogoName>
  <PublicationId>1</PublicationId>
</Logo>