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": "75770863-2097-45e6-9d3d-20c6ffcc42a4", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "7ae55126-18e5-4ddf-9f28-5c8d72df076f", "userId": "b19178a2-0bbb-46cb-a5a3-e8823f524774" }
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>7ae55126-18e5-4ddf-9f28-5c8d72df076f</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>75770863-2097-45e6-9d3d-20c6ffcc42a4</ProductId> <UserId>b19178a2-0bbb-46cb-a5a3-e8823f524774</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"75770863-2097-45e6-9d3d-20c6ffcc42a4","eCommerceProductId":1,"eCommerceType":2,"companyId":"7ae55126-18e5-4ddf-9f28-5c8d72df076f","userId":"b19178a2-0bbb-46cb-a5a3-e8823f524774"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.