POST api/SalesforceActions/ProductLines
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ { "ExaminationRoomKey": "sample string 1", "SelectedProductLinePrices": [ 1, 2, 3 ], "SelectedProductLines": [ { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 }, { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 }, { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 } ] }, { "ExaminationRoomKey": "sample string 1", "SelectedProductLinePrices": [ 1, 2, 3 ], "SelectedProductLines": [ { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 }, { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 }, { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 } ] }, { "ExaminationRoomKey": "sample string 1", "SelectedProductLinePrices": [ 1, 2, 3 ], "SelectedProductLines": [ { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 }, { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 }, { "ProductLineId": 1, "ProductLinePriceId": 2, "CountryProductLinePriceId": 3 } ] } ]
application/xml, text/xml
Sample:
<ArrayOfSalesforceProductLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounts.Models"> <SalesforceProductLine> <ExaminationRoomKey>sample string 1</ExaminationRoomKey> <SelectedProductLinePrices xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:long>1</d3p1:long> <d3p1:long>2</d3p1:long> <d3p1:long>3</d3p1:long> </SelectedProductLinePrices> <SelectedProductLines> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> </SelectedProductLines> </SalesforceProductLine> <SalesforceProductLine> <ExaminationRoomKey>sample string 1</ExaminationRoomKey> <SelectedProductLinePrices xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:long>1</d3p1:long> <d3p1:long>2</d3p1:long> <d3p1:long>3</d3p1:long> </SelectedProductLinePrices> <SelectedProductLines> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> </SelectedProductLines> </SalesforceProductLine> <SalesforceProductLine> <ExaminationRoomKey>sample string 1</ExaminationRoomKey> <SelectedProductLinePrices xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:long>1</d3p1:long> <d3p1:long>2</d3p1:long> <d3p1:long>3</d3p1:long> </SelectedProductLinePrices> <SelectedProductLines> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> <SelectedProductLineModel> <CountryProductLinePriceId>3</CountryProductLinePriceId> <ProductLineId>1</ProductLineId> <ProductLinePriceId>2</ProductLinePriceId> </SelectedProductLineModel> </SelectedProductLines> </SalesforceProductLine> </ArrayOfSalesforceProductLine>
application/x-www-form-urlencoded
Sample:
Sample not available.