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": "ab612ad7-d65d-4c00-b2a2-e8028f03d90f", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "e40b2579-7d42-4c61-9699-1edafa9ffdc4", "userId": "f0f36b5d-c6e1-4736-8ba7-0e1a02aca51d" }
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>e40b2579-7d42-4c61-9699-1edafa9ffdc4</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>ab612ad7-d65d-4c00-b2a2-e8028f03d90f</ProductId> <UserId>f0f36b5d-c6e1-4736-8ba7-0e1a02aca51d</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"ab612ad7-d65d-4c00-b2a2-e8028f03d90f","eCommerceProductId":1,"eCommerceType":2,"companyId":"e40b2579-7d42-4c61-9699-1edafa9ffdc4","userId":"f0f36b5d-c6e1-4736-8ba7-0e1a02aca51d"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.