POST api/ECommerceIntegration/MapECommerceProduct
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": "4e6bdc57-4064-4ec2-a3fa-deeb67dabae7", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "327c7817-cd83-46ae-9733-991b823a2159", "userId": "07a77933-89e1-494d-9fb9-0fe058b9383b" }
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>327c7817-cd83-46ae-9733-991b823a2159</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>4e6bdc57-4064-4ec2-a3fa-deeb67dabae7</ProductId> <UserId>07a77933-89e1-494d-9fb9-0fe058b9383b</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"4e6bdc57-4064-4ec2-a3fa-deeb67dabae7","eCommerceProductId":1,"eCommerceType":2,"companyId":"327c7817-cd83-46ae-9733-991b823a2159","userId":"07a77933-89e1-494d-9fb9-0fe058b9383b"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.