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": "e453c5ea-ba46-4e88-9fc8-fddfd6f0fbee", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "7368d9f8-cf33-4731-9453-5d481df6b81d", "userId": "9dfa566b-b4e1-4c18-b5e4-a8ab80201e12" }
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>7368d9f8-cf33-4731-9453-5d481df6b81d</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>e453c5ea-ba46-4e88-9fc8-fddfd6f0fbee</ProductId> <UserId>9dfa566b-b4e1-4c18-b5e4-a8ab80201e12</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"e453c5ea-ba46-4e88-9fc8-fddfd6f0fbee","eCommerceProductId":1,"eCommerceType":2,"companyId":"7368d9f8-cf33-4731-9453-5d481df6b81d","userId":"9dfa566b-b4e1-4c18-b5e4-a8ab80201e12"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.