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": "e43e0149-6876-43bf-9af4-aefe62b988c9", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "e5c9ab22-2583-40ba-88bf-4d66e104d023", "userId": "0c3d9a91-d877-4c73-8302-5e564b9ce443" }
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>e5c9ab22-2583-40ba-88bf-4d66e104d023</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>e43e0149-6876-43bf-9af4-aefe62b988c9</ProductId> <UserId>0c3d9a91-d877-4c73-8302-5e564b9ce443</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"e43e0149-6876-43bf-9af4-aefe62b988c9","eCommerceProductId":1,"eCommerceType":2,"companyId":"e5c9ab22-2583-40ba-88bf-4d66e104d023","userId":"0c3d9a91-d877-4c73-8302-5e564b9ce443"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.