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": "af6910b1-1530-442b-b219-9a7462c82e4e", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "e681debf-53a0-4fbd-9314-5ac58198ad05", "userId": "1a981059-08a4-47fe-acfe-761266b9fa2b" }
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>e681debf-53a0-4fbd-9314-5ac58198ad05</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>af6910b1-1530-442b-b219-9a7462c82e4e</ProductId> <UserId>1a981059-08a4-47fe-acfe-761266b9fa2b</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"af6910b1-1530-442b-b219-9a7462c82e4e","eCommerceProductId":1,"eCommerceType":2,"companyId":"e681debf-53a0-4fbd-9314-5ac58198ad05","userId":"1a981059-08a4-47fe-acfe-761266b9fa2b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.