GET api/ambassador/overview
Get ambsador overview details
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Overview details if invites are sent. Not found if no invites
RefferalOverviewDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| InvitesSentCount | integer |
None. |
|
| QualifiedCount | integer |
None. |
|
| WorkingThisMonthCount | integer |
None. |
|
| AmazonTotal | decimal number |
None. |
|
| MonthlyTotal | decimal number |
None. |
|
| TotalEarnings | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"InvitesSentCount": 1,
"QualifiedCount": 2,
"WorkingThisMonthCount": 3,
"AmazonTotal": 4.0,
"MonthlyTotal": 5.0,
"TotalEarnings": 6.0
}