POST api/productrecommendations/postquestionnaire
Request Information
URI Parameters
None.
Body Parameters
Collection of ProductRecommendationRequest| Name | Description | Type | Additional 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-13T07:16:17.3349631+02:00",
"QuestionnaireInstanceId": 5,
"ProdId": 6,
"SellerId": 7,
"SourceRplId": 8,
"Notes": "sample string 9",
"UnitPrice": 10.1,
"Quantity": 11.1,
"BookingSourceId": 12
},
{
"Id": 1,
"CFId": 2,
"CustId": 3,
"Date": "2026-03-13T07:16:17.3349631+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:
<ArrayOfProductRecommendationResponse.ProductRecommendationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
<ProductRecommendationResponse.ProductRecommendationRequest>
<BookingSourceId>12</BookingSourceId>
<CFId>2</CFId>
<CustId>3</CustId>
<Date>2026-03-13T07:16:17.3349631+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>
<ProductRecommendationResponse.ProductRecommendationRequest>
<BookingSourceId>12</BookingSourceId>
<CFId>2</CFId>
<CustId>3</CustId>
<Date>2026-03-13T07:16:17.3349631+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>
</ArrayOfProductRecommendationResponse.ProductRecommendationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductRecommendationResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CFId | integer |
None. |
|
| CuFlAlias | string |
None. |
|
| CustId | integer |
None. |
|
| Date | date |
None. |
|
| QuestionnaireInstanceId | integer |
None. |
|
| ProdId | integer |
None. |
|
| ProdDescr | string |
None. |
|
| ProductType | ProductTypes |
None. |
|
| SellerId | integer |
None. |
|
| SellerDescription | string |
None. |
|
| CFPrId | integer |
None. |
|
| ProductLineId | integer |
None. |
|
| SourceRplId | integer |
None. |
|
| Notes | string |
None. |
|
| State | SaleProductRecommendationStates |
None. |
|
| UnitPrice | decimal number |
None. |
|
| Quantity | decimal number |
None. |
|
| BookingSourceId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"CFId": 2,
"CuFlAlias": "sample string 3",
"CustId": 4,
"Date": "2026-03-13T07:16:17.3349631+02:00",
"QuestionnaireInstanceId": 6,
"ProdId": 7,
"ProdDescr": "sample string 8",
"ProductType": 0,
"SellerId": 9,
"SellerDescription": "sample string 10",
"CFPrId": 11,
"ProductLineId": 12,
"SourceRplId": 13,
"Notes": "sample string 14",
"State": 0,
"UnitPrice": 15.1,
"Quantity": 16.1,
"BookingSourceId": 17
},
{
"Id": 1,
"CFId": 2,
"CuFlAlias": "sample string 3",
"CustId": 4,
"Date": "2026-03-13T07:16:17.3349631+02:00",
"QuestionnaireInstanceId": 6,
"ProdId": 7,
"ProdDescr": "sample string 8",
"ProductType": 0,
"SellerId": 9,
"SellerDescription": "sample string 10",
"CFPrId": 11,
"ProductLineId": 12,
"SourceRplId": 13,
"Notes": "sample string 14",
"State": 0,
"UnitPrice": 15.1,
"Quantity": 16.1,
"BookingSourceId": 17
}
]
application/xml, text/xml
Sample:
<ArrayOfProductRecommendationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models">
<ProductRecommendationResponse>
<BookingSourceId>17</BookingSourceId>
<CFId>2</CFId>
<CFPrId>11</CFPrId>
<CuFlAlias>sample string 3</CuFlAlias>
<CustId>4</CustId>
<Date>2026-03-13T07:16:17.3349631+02:00</Date>
<Id>1</Id>
<Notes>sample string 14</Notes>
<ProdDescr>sample string 8</ProdDescr>
<ProdId>7</ProdId>
<ProductLineId>12</ProductLineId>
<ProductType>PT_THERAPY</ProductType>
<Quantity>16.1</Quantity>
<QuestionnaireInstanceId>6</QuestionnaireInstanceId>
<SellerDescription>sample string 10</SellerDescription>
<SellerId>9</SellerId>
<SourceRplId>13</SourceRplId>
<State>NoState</State>
<UnitPrice>15.1</UnitPrice>
</ProductRecommendationResponse>
<ProductRecommendationResponse>
<BookingSourceId>17</BookingSourceId>
<CFId>2</CFId>
<CFPrId>11</CFPrId>
<CuFlAlias>sample string 3</CuFlAlias>
<CustId>4</CustId>
<Date>2026-03-13T07:16:17.3349631+02:00</Date>
<Id>1</Id>
<Notes>sample string 14</Notes>
<ProdDescr>sample string 8</ProdDescr>
<ProdId>7</ProdId>
<ProductLineId>12</ProductLineId>
<ProductType>PT_THERAPY</ProductType>
<Quantity>16.1</Quantity>
<QuestionnaireInstanceId>6</QuestionnaireInstanceId>
<SellerDescription>sample string 10</SellerDescription>
<SellerId>9</SellerId>
<SourceRplId>13</SourceRplId>
<State>NoState</State>
<UnitPrice>15.1</UnitPrice>
</ProductRecommendationResponse>
</ArrayOfProductRecommendationResponse>