POST api/ProductRecommendations

Request Information

URI Parameters

None.

Body Parameters

ProductRecommendationRequest
NameDescriptionTypeAdditional information
Id

integer

None.

CFId

integer

None.

CustId

integer

None.

Date

date

None.

QuestionnaireInstanceId

integer

None.

ProdId

integer

None.

SellerId

integer

None.

SourceRplId

integer

None.

Notes

string

None.

UnitPrice

decimal number

None.

Quantity

decimal number

None.

BookingSourceId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CFId": 2,
  "CustId": 3,
  "Date": "2026-03-12T20:35:19.4969187+02:00",
  "QuestionnaireInstanceId": 5,
  "ProdId": 6,
  "SellerId": 7,
  "SourceRplId": 8,
  "Notes": "sample string 9",
  "UnitPrice": 10.1,
  "Quantity": 11.1,
  "BookingSourceId": 12
}

application/xml, text/xml

Sample:
<ProductRecommendationResponse.ProductRecommendationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <BookingSourceId>12</BookingSourceId>
  <CFId>2</CFId>
  <CustId>3</CustId>
  <Date>2026-03-12T20:35:19.4969187+02:00</Date>
  <Id>1</Id>
  <Notes>sample string 9</Notes>
  <ProdId>6</ProdId>
  <Quantity>11.1</Quantity>
  <QuestionnaireInstanceId>5</QuestionnaireInstanceId>
  <SellerId>7</SellerId>
  <SourceRplId>8</SourceRplId>
  <UnitPrice>10.1</UnitPrice>
</ProductRecommendationResponse.ProductRecommendationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProductRecommendationRequest
NameDescriptionTypeAdditional information
Id

integer

None.

CFId

integer

None.

CustId

integer

None.

Date

date

None.

QuestionnaireInstanceId

integer

None.

ProdId

integer

None.

SellerId

integer

None.

SourceRplId

integer

None.

Notes

string

None.

UnitPrice

decimal number

None.

Quantity

decimal number

None.

BookingSourceId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CFId": 2,
  "CustId": 3,
  "Date": "2026-03-12T20:35:19.4969187+02:00",
  "QuestionnaireInstanceId": 5,
  "ProdId": 6,
  "SellerId": 7,
  "SourceRplId": 8,
  "Notes": "sample string 9",
  "UnitPrice": 10.1,
  "Quantity": 11.1,
  "BookingSourceId": 12
}

application/xml, text/xml

Sample:
<ProductRecommendationResponse.ProductRecommendationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
  <BookingSourceId>12</BookingSourceId>
  <CFId>2</CFId>
  <CustId>3</CustId>
  <Date>2026-03-12T20:35:19.4969187+02:00</Date>
  <Id>1</Id>
  <Notes>sample string 9</Notes>
  <ProdId>6</ProdId>
  <Quantity>11.1</Quantity>
  <QuestionnaireInstanceId>5</QuestionnaireInstanceId>
  <SellerId>7</SellerId>
  <SourceRplId>8</SourceRplId>
  <UnitPrice>10.1</UnitPrice>
</ProductRecommendationResponse.ProductRecommendationRequest>