GET api/ambassador/payments
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
Collection of ReferralPaymentDTOName | Description | Type | Additional information |
---|---|---|---|
PayAmount | decimal number |
None. |
|
QualifiedCount | integer |
None. |
|
WorkingWeeks | integer |
None. |
|
AmazonVoucherValue | decimal number |
None. |
|
WeeklyRewardValue | decimal number |
None. |
|
Type | ReferralPaymentType |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PayAmount": 50.0, "QualifiedCount": 1, "WorkingWeeks": 2, "AmazonVoucherValue": 25.0, "WeeklyRewardValue": 25.0, "Type": 1 }, { "PayAmount": 50.0, "QualifiedCount": 1, "WorkingWeeks": 2, "AmazonVoucherValue": 25.0, "WeeklyRewardValue": 25.0, "Type": 1 } ]