POST api/ECommerceIntegration/GetECommerceProductMapping
Request Information
URI Parameters
None.
Body Parameters
ECommerceProductMappingDtoName | Description | Type | Additional information |
---|---|---|---|
ProductId | globally unique identifier |
None. |
|
ECommerceProductId | integer |
None. |
|
ECommerceType | integer |
None. |
|
CompanyId | globally unique identifier |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "productId": "964f1385-e132-4e3f-ae06-36816d624700", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "90bbc386-0716-4d59-84b7-4cd73421f7d8", "userId": "2f83d485-61b1-418c-8a64-087df1ba7807" }
application/xml, text/xml
Sample:
<ECommerceProductMappingDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyId>90bbc386-0716-4d59-84b7-4cd73421f7d8</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>964f1385-e132-4e3f-ae06-36816d624700</ProductId> <UserId>2f83d485-61b1-418c-8a64-087df1ba7807</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"964f1385-e132-4e3f-ae06-36816d624700","eCommerceProductId":1,"eCommerceType":2,"companyId":"90bbc386-0716-4d59-84b7-4cd73421f7d8","userId":"2f83d485-61b1-418c-8a64-087df1ba7807"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.