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": "5336f28e-d2c2-4c1c-9ad9-ce930fdffb2c", "eCommerceProductId": 1, "eCommerceType": 2, "companyId": "d26ca08f-e872-46df-a028-984f85d303ce", "userId": "e756f045-ac77-4323-bd58-f11abde47882" }
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>d26ca08f-e872-46df-a028-984f85d303ce</CompanyId> <ECommerceProductId>1</ECommerceProductId> <ECommerceType>2</ECommerceType> <ProductId>5336f28e-d2c2-4c1c-9ad9-ce930fdffb2c</ProductId> <UserId>e756f045-ac77-4323-bd58-f11abde47882</UserId> </ECommerceProductMappingDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"productId":"5336f28e-d2c2-4c1c-9ad9-ce930fdffb2c","eCommerceProductId":1,"eCommerceType":2,"companyId":"d26ca08f-e872-46df-a028-984f85d303ce","userId":"e756f045-ac77-4323-bd58-f11abde47882"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.