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": "63c5bb4c-56ff-419f-a83d-b9e3f970f61a", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "96eb482a-6a08-45c3-8ebe-d6af5e6ff0a7", "userId": "2aa4bbce-6296-47ba-af61-fabb44500954" }
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>96eb482a-6a08-45c3-8ebe-d6af5e6ff0a7</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>63c5bb4c-56ff-419f-a83d-b9e3f970f61a</ProductId> <UserId>2aa4bbce-6296-47ba-af61-fabb44500954</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"63c5bb4c-56ff-419f-a83d-b9e3f970f61a","eCommerceProductId":1,"eCommerceType":2,"companyId":"96eb482a-6a08-45c3-8ebe-d6af5e6ff0a7","userId":"2aa4bbce-6296-47ba-af61-fabb44500954"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.