POST api/Online/getYearReport?merchantId={merchantId}

Grabs data for the "New Registered Customers vs Repeat Customers" table in the CRM/Customer Overview - Dashboard Returns a stored proc crm_yearReport, using a merchantId as the parameter.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
merchantId

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.