POST api/productrecommendations/postquestionnaire
Request Information
URI Parameters
None.
Body Parameters
Collection of ProductRecommendationName | 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. |
Request Formats
application/json, text/json
Sample:
[ { "Id": 1, "CFId": 2, "CuFlAlias": "sample string 3", "CustId": 4, "Date": "2025-05-04T20:28:21.3346418+03: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": "2025-05-04T20:28:21.3346418+03: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:
<ArrayOfProductRecommendation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models"> <ProductRecommendation> <BookingSourceId>17</BookingSourceId> <CFId>2</CFId> <CFPrId>11</CFPrId> <CuFlAlias>sample string 3</CuFlAlias> <CustId>4</CustId> <Date>2025-05-04T20:28:21.3346418+03: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> </ProductRecommendation> <ProductRecommendation> <BookingSourceId>17</BookingSourceId> <CFId>2</CFId> <CFPrId>11</CFPrId> <CuFlAlias>sample string 3</CuFlAlias> <CustId>4</CustId> <Date>2025-05-04T20:28:21.3346418+03: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> </ProductRecommendation> </ArrayOfProductRecommendation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductRecommendationName | 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": "2025-05-04T20:28:21.3366177+03: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": "2025-05-04T20:28:21.3366177+03: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:
<ArrayOfProductRecommendation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Web.Api.Models"> <ProductRecommendation> <BookingSourceId>17</BookingSourceId> <CFId>2</CFId> <CFPrId>11</CFPrId> <CuFlAlias>sample string 3</CuFlAlias> <CustId>4</CustId> <Date>2025-05-04T20:28:21.3366177+03: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> </ProductRecommendation> <ProductRecommendation> <BookingSourceId>17</BookingSourceId> <CFId>2</CFId> <CFPrId>11</CFPrId> <CuFlAlias>sample string 3</CuFlAlias> <CustId>4</CustId> <Date>2025-05-04T20:28:21.3366177+03: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> </ProductRecommendation> </ArrayOfProductRecommendation>