PUT api/marketVisitReport/CreatePDF

Request Information

URI Parameters

None.

Body Parameters

MarketVisit
NameDescriptionTypeAdditional information
CustomerCode

string

None.

CustomerLogo

string

None.

MarketVisitId

integer

None.

UserId

integer

None.

Rate

integer

None.

Feedback

string

None.

Shelfie

string

None.

Date

date

None.

CountryName

string

None.

Objectives

string

None.

UserName

string

None.

UserProfilePicture

string

None.

Customers

Collection of StoreVisit

None.

Request Formats

application/json, text/json

Sample:
{
  "MarketVisitId": 1,
  "UserId": 2,
  "Rate": 3,
  "Feedback": "sample string 4",
  "Shelfie": "sample string 5",
  "Date": "2026-06-18T01:44:48.3903423+00:00",
  "CountryName": "sample string 7",
  "Objectives": "sample string 8",
  "UserName": "sample string 9",
  "UserProfilePicture": "sample string 10",
  "Customers": [
    {
      "CustomerVisitId": 1,
      "CustomerId": 2,
      "ChannelName": "sample string 3",
      "CustomerName": "sample string 4",
      "Surveys": [
        {
          "SurveyId": "sample string 1",
          "BrandId": 2,
          "PlaceId": 3,
          "DetailsId": 4,
          "BrandName": "sample string 5",
          "PlaceName": "sample string 6",
          "DetailsName": "sample string 7",
          "Comments": "sample string 8",
          "Pictures": [
            "sample string 1",
            "sample string 2"
          ],
          "CustomerName": "sample string 9"
        },
        {
          "SurveyId": "sample string 1",
          "BrandId": 2,
          "PlaceId": 3,
          "DetailsId": 4,
          "BrandName": "sample string 5",
          "PlaceName": "sample string 6",
          "DetailsName": "sample string 7",
          "Comments": "sample string 8",
          "Pictures": [
            "sample string 1",
            "sample string 2"
          ],
          "CustomerName": "sample string 9"
        }
      ]
    },
    {
      "CustomerVisitId": 1,
      "CustomerId": 2,
      "ChannelName": "sample string 3",
      "CustomerName": "sample string 4",
      "Surveys": [
        {
          "SurveyId": "sample string 1",
          "BrandId": 2,
          "PlaceId": 3,
          "DetailsId": 4,
          "BrandName": "sample string 5",
          "PlaceName": "sample string 6",
          "DetailsName": "sample string 7",
          "Comments": "sample string 8",
          "Pictures": [
            "sample string 1",
            "sample string 2"
          ],
          "CustomerName": "sample string 9"
        },
        {
          "SurveyId": "sample string 1",
          "BrandId": 2,
          "PlaceId": 3,
          "DetailsId": 4,
          "BrandName": "sample string 5",
          "PlaceName": "sample string 6",
          "DetailsName": "sample string 7",
          "Comments": "sample string 8",
          "Pictures": [
            "sample string 1",
            "sample string 2"
          ],
          "CustomerName": "sample string 9"
        }
      ]
    }
  ],
  "CustomerCode": "sample string 1",
  "CustomerLogo": "sample string 2"
}

text/html

Sample:
{"MarketVisitId":1,"UserId":2,"Rate":3,"Feedback":"sample string 4","Shelfie":"sample string 5","Date":"2026-06-18T01:44:48.3903423+00:00","CountryName":"sample string 7","Objectives":"sample string 8","UserName":"sample string 9","UserProfilePicture":"sample string 10","Customers":[{"CustomerVisitId":1,"CustomerId":2,"ChannelName":"sample string 3","CustomerName":"sample string 4","Surveys":[{"SurveyId":"sample string 1","BrandId":2,"PlaceId":3,"DetailsId":4,"BrandName":"sample string 5","PlaceName":"sample string 6","DetailsName":"sample string 7","Comments":"sample string 8","Pictures":["sample string 1","sample string 2"],"CustomerName":"sample string 9"},{"SurveyId":"sample string 1","BrandId":2,"PlaceId":3,"DetailsId":4,"BrandName":"sample string 5","PlaceName":"sample string 6","DetailsName":"sample string 7","Comments":"sample string 8","Pictures":["sample string 1","sample string 2"],"CustomerName":"sample string 9"}]},{"CustomerVisitId":1,"CustomerId":2,"ChannelName":"sample string 3","CustomerName":"sample string 4","Surveys":[{"SurveyId":"sample string 1","BrandId":2,"PlaceId":3,"DetailsId":4,"BrandName":"sample string 5","PlaceName":"sample string 6","DetailsName":"sample string 7","Comments":"sample string 8","Pictures":["sample string 1","sample string 2"],"CustomerName":"sample string 9"},{"SurveyId":"sample string 1","BrandId":2,"PlaceId":3,"DetailsId":4,"BrandName":"sample string 5","PlaceName":"sample string 6","DetailsName":"sample string 7","Comments":"sample string 8","Pictures":["sample string 1","sample string 2"],"CustomerName":"sample string 9"}]}],"CustomerCode":"sample string 1","CustomerLogo":"sample string 2"}

application/xml, text/xml

Sample:
<MarketVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EYE2Explore.Models">
  <CountryName>sample string 7</CountryName>
  <CustomerCode>sample string 1</CustomerCode>
  <CustomerLogo>sample string 2</CustomerLogo>
  <Customers>
    <StoreVisit>
      <ChannelName>sample string 3</ChannelName>
      <CustomerId>2</CustomerId>
      <CustomerName>sample string 4</CustomerName>
      <CustomerVisitId>1</CustomerVisitId>
      <Surveys>
        <StoreVisitSurvey>
          <BrandId>2</BrandId>
          <BrandName>sample string 5</BrandName>
          <Comments>sample string 8</Comments>
          <CustomerName>sample string 9</CustomerName>
          <DetailsId>4</DetailsId>
          <DetailsName>sample string 7</DetailsName>
          <Pictures xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1:string>
          </Pictures>
          <PlaceId>3</PlaceId>
          <PlaceName>sample string 6</PlaceName>
          <SurveyId>sample string 1</SurveyId>
        </StoreVisitSurvey>
        <StoreVisitSurvey>
          <BrandId>2</BrandId>
          <BrandName>sample string 5</BrandName>
          <Comments>sample string 8</Comments>
          <CustomerName>sample string 9</CustomerName>
          <DetailsId>4</DetailsId>
          <DetailsName>sample string 7</DetailsName>
          <Pictures xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1:string>
          </Pictures>
          <PlaceId>3</PlaceId>
          <PlaceName>sample string 6</PlaceName>
          <SurveyId>sample string 1</SurveyId>
        </StoreVisitSurvey>
      </Surveys>
    </StoreVisit>
    <StoreVisit>
      <ChannelName>sample string 3</ChannelName>
      <CustomerId>2</CustomerId>
      <CustomerName>sample string 4</CustomerName>
      <CustomerVisitId>1</CustomerVisitId>
      <Surveys>
        <StoreVisitSurvey>
          <BrandId>2</BrandId>
          <BrandName>sample string 5</BrandName>
          <Comments>sample string 8</Comments>
          <CustomerName>sample string 9</CustomerName>
          <DetailsId>4</DetailsId>
          <DetailsName>sample string 7</DetailsName>
          <Pictures xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1:string>
          </Pictures>
          <PlaceId>3</PlaceId>
          <PlaceName>sample string 6</PlaceName>
          <SurveyId>sample string 1</SurveyId>
        </StoreVisitSurvey>
        <StoreVisitSurvey>
          <BrandId>2</BrandId>
          <BrandName>sample string 5</BrandName>
          <Comments>sample string 8</Comments>
          <CustomerName>sample string 9</CustomerName>
          <DetailsId>4</DetailsId>
          <DetailsName>sample string 7</DetailsName>
          <Pictures xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
            <d6p1:string>sample string 1</d6p1:string>
            <d6p1:string>sample string 2</d6p1:string>
          </Pictures>
          <PlaceId>3</PlaceId>
          <PlaceName>sample string 6</PlaceName>
          <SurveyId>sample string 1</SurveyId>
        </StoreVisitSurvey>
      </Surveys>
    </StoreVisit>
  </Customers>
  <Date>2026-06-18T01:44:48.3903423+00:00</Date>
  <Feedback>sample string 4</Feedback>
  <MarketVisitId>1</MarketVisitId>
  <Objectives>sample string 8</Objectives>
  <Rate>3</Rate>
  <Shelfie>sample string 5</Shelfie>
  <UserId>2</UserId>
  <UserName>sample string 9</UserName>
  <UserProfilePicture>sample string 10</UserProfilePicture>
</MarketVisit>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />