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": "bbff5e27-cc39-4dbd-b2d1-2e3da6181eb7", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "ff45fe33-5006-44a0-af49-ac6d48db2747", "userId": "a006d43f-1a9a-451d-9b46-d28564d5a3b6" }
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>ff45fe33-5006-44a0-af49-ac6d48db2747</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>bbff5e27-cc39-4dbd-b2d1-2e3da6181eb7</ProductId> <UserId>a006d43f-1a9a-451d-9b46-d28564d5a3b6</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"bbff5e27-cc39-4dbd-b2d1-2e3da6181eb7","eCommerceProductId":1,"eCommerceType":2,"companyId":"ff45fe33-5006-44a0-af49-ac6d48db2747","userId":"a006d43f-1a9a-451d-9b46-d28564d5a3b6"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.