GET api/v1/organizationusercustomers/{customerkey}/product/{productcode}/statistics

Endpoint that get product statistics for a customer of a bluehammer professional account.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerkey

Unique Customer Key of the partner system.

string

Required

productcode

Product Code

string

Required

Body Parameters

None.

Response Information

Resource Description

A new record with an HTTP 201 (Created), or HTTP 400 (Bad Request) when the request body has invalid values.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.