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": "0a04b1ff-214f-4cd4-9fcd-ee4d86bec2f1", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "508d48eb-18d9-49e7-a159-1499c018a318", "userId": "a8db9cb5-ae35-4837-874b-dfbe64ff32cc" }
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>508d48eb-18d9-49e7-a159-1499c018a318</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>0a04b1ff-214f-4cd4-9fcd-ee4d86bec2f1</ProductId> <UserId>a8db9cb5-ae35-4837-874b-dfbe64ff32cc</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"0a04b1ff-214f-4cd4-9fcd-ee4d86bec2f1","eCommerceProductId":1,"eCommerceType":2,"companyId":"508d48eb-18d9-49e7-a159-1499c018a318","userId":"a8db9cb5-ae35-4837-874b-dfbe64ff32cc"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.