Download OpenAPI specification:Download
API which is used by admin portal, and is partially exposed to public.
Retrieve a list of all activities
| limit required | number |
| offset required | number |
| filter | string |
object (AdminActivitiesFilters) |
{- "activities": [
- {
- "id": "string",
- "actingCustomerId": "string",
- "actingCustomerName": "string",
- "action": "TRANSACTION_CREATED",
- "createdAt": "2019-08-24T14:15:22Z",
- "role": "ADMIN",
- "type": "LEAD",
- "displayName": "string",
- "affectedObjectId": "string",
- "affectedObjectFound": true
}
], - "count": 0
}| name required | string |
| enabled required | boolean |
| type required | string |
| configuration required | object |
{- "name": "string",
- "enabled": true,
- "type": "string",
- "configuration": { }
}{- "success": true
}| name required | string |
| enabled required | boolean |
| type required | string |
| configuration required | object |
{- "enabled": true,
- "type": "string",
- "configuration": { }
}{- "success": true
}{- "banners": [
- {
- "id": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "link": "string",
- "linkTarget": "string",
- "fileLink": "string",
- "filename": "string"
}
]
}| name required | string |
| startDate required | string <date-time> |
| endDate required | string <date-time> |
| link | string |
| linkTarget required | string |
| file required | string <binary> |
{- "banner": {
- "id": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "link": "string",
- "linkTarget": "string",
- "fileLink": "string",
- "filename": "string"
}
}| id required | string |
| name required | string |
| startDate required | string <date-time> |
| endDate required | string <date-time> |
| link | string |
| linkTarget required | string |
| file required | string <binary> |
{- "banner": {
- "id": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "link": "string",
- "linkTarget": "string",
- "fileLink": "string",
- "filename": "string"
}
}{- "bonuses": [
- {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}
]
}| start required | string <date-time> |
| end required | string <date-time> |
| amount required | number |
| type required | string Enum: "SIGNUP" "DEPOSIT" "DEPOSIT_PROPORTIONAL" |
| minimumDepositUSD | number |
| maximumAmountUSD | number |
| addToCredit required | boolean |
| methods required | Array of strings |
| id required | string |
{- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "type": "SIGNUP",
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "addToCredit": true,
- "methods": [
- "string"
], - "id": "string"
}{- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}
}| id required | string |
| start required | string <date-time> |
| end required | string <date-time> |
| amount required | number |
| type required | string Enum: "SIGNUP" "DEPOSIT" "DEPOSIT_PROPORTIONAL" |
| minimumDepositUSD | number |
| maximumAmountUSD | number |
| addToCredit required | boolean |
| methods required | Array of strings |
{- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "type": "SIGNUP",
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "addToCredit": true,
- "methods": [
- "string"
]
}{- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}
}{- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}
}| limit required | number |
| offset required | number |
| sortBy required | string |
| search required | string |
{- "customers": [
- {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
], - "pages": 0
}Update url for Voiso or Coperato provider
| variableValue required | string |
| provider required | string Enum: "voiso" "coperato" |
{- "variableValue": "string",
- "provider": "voiso"
}{- "success": true
}| variableValue required | string |
| provider required | string Value: "voiso" |
{- "variableValue": "string",
- "provider": "voiso"
}{- "success": true
}| status | string Enum: "RINGING" "END" "ANSWERED" |
| duration | number |
| guid | string |
| recordingFile | string |
{- "status": "RINGING",
- "duration": 0,
- "guid": "string",
- "recordingFile": "string"
}{- "success": true
}| disposition | string Enum: "answered" "no_answer" "busy" "failed" |
| duration | number |
| account_id | string |
{- "disposition": "answered",
- "duration": 0,
- "account_id": "string"
}| id required | string |
| agentId required | string |
| provider required | string Enum: "voiso" "coperato" |
{- "agentId": "string",
- "provider": "voiso"
}{- "newCustomerAgentMapping": { }
}| account | string |
| limit | number |
| offset | number |
| orderBy | string |
object |
{- "transactions": [
- {
- "source": "string",
- "accountId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "amount": 0
}
], - "pages": 0
}| coinsEnabled required | boolean |
| dollarsPerCoin required | number |
{- "coinsEnabled": true,
- "dollarsPerCoin": 0
}{- "success": true
}| amount required | number Enum: 300 600 1200 2400 4800 |
{- "amount": 300
}{- "errors": [
- {
- "msg": "string",
- "param": "string",
- "location": "string"
}
]
}{- "commissionModels": [
- {
- "id": 0,
- "name": "string",
- "subCommissionModelId": 0,
- "subCommissionModel": { },
- "greyLabelingEnabled": true,
- "commissionModelLevels": [
- {
- "modelId": 0,
- "model": { },
- "level": 0,
- "cpaAmount": 0,
- "cpaCurrency": "string",
- "volumeCommissionAmount": 0,
- "volumeCommissionCurrency": "string",
- "profitSharePercentage": 0,
- "propPurchaseFirstPercentage": 0,
- "propPurchaseSubsequentPercentage": 0
}
], - "default": true
}
]
}| customerId required | string |
| comment required | string |
{- "comment": "string"
}{- "comment": {
- "id": "string",
- "customerId": "string",
- "userId": "string",
- "comment": "string",
- "createdAt": "2019-08-24T14:15:22Z"
}
}| name required | string |
| greyLabelingEnabled required | boolean |
| subCommissionModelId | number or null |
required | Array of objects (CommissionModelLevel) |
{- "name": "string",
- "greyLabelingEnabled": true,
- "subCommissionModelId": 0,
- "commissionModelLevels": [
- {
- "modelId": 0,
- "model": {
- "id": 0,
- "name": "string",
- "subCommissionModelId": 0,
- "subCommissionModel": { },
- "greyLabelingEnabled": true,
- "commissionModelLevels": [
- { }
], - "default": true
}, - "level": 0,
- "cpaAmount": 0,
- "cpaCurrency": "string",
- "volumeCommissionAmount": 0,
- "volumeCommissionCurrency": "string",
- "profitSharePercentage": 0,
- "propPurchaseFirstPercentage": 0,
- "propPurchaseSubsequentPercentage": 0
}
]
}{- "success": true
}| id required | number |
| name required | string |
| greyLabelingEnabled required | boolean |
| subCommissionModelId | number or null |
required | Array of objects (CommissionModelLevel) |
{- "name": "string",
- "greyLabelingEnabled": true,
- "subCommissionModelId": 0,
- "commissionModelLevels": [
- {
- "modelId": 0,
- "model": {
- "id": 0,
- "name": "string",
- "subCommissionModelId": 0,
- "subCommissionModel": { },
- "greyLabelingEnabled": true,
- "commissionModelLevels": [
- { }
], - "default": true
}, - "level": 0,
- "cpaAmount": 0,
- "cpaCurrency": "string",
- "volumeCommissionAmount": 0,
- "volumeCommissionCurrency": "string",
- "profitSharePercentage": 0,
- "propPurchaseFirstPercentage": 0,
- "propPurchaseSubsequentPercentage": 0
}
]
}{- "id": 0,
- "name": "string",
- "subCommissionModelId": 0,
- "subCommissionModel": { },
- "greyLabelingEnabled": true,
- "commissionModelLevels": [
- {
- "modelId": 0,
- "model": { },
- "level": 0,
- "cpaAmount": 0,
- "cpaCurrency": "string",
- "volumeCommissionAmount": 0,
- "volumeCommissionCurrency": "string",
- "profitSharePercentage": 0,
- "propPurchaseFirstPercentage": 0,
- "propPurchaseSubsequentPercentage": 0
}
], - "default": true
}| limit required | number |
| offset required | number |
| orderBy required | string |
[- {
- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "referralId": "string",
- "referral": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "commissionType": "CPA",
- "actionType": "FTD",
- "actionDetails": "string",
- "commissionAmount": 0,
- "correctedCommissionAmount": 0,
- "currency": "string",
- "actionTimestamp": "2019-08-24T14:15:22Z",
- "payoutAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "adminComments": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}
]| limit required | number |
| offset required | number |
| order required | string |
| statuses | Array of strings |
{- "payoutRequests": [
- {
- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "payoutWalletId": 0,
- "payoutWallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": null,
- "firstname": null,
- "lastname": null,
- "email": null,
- "mobilenumber": null,
- "country": null,
- "introducerId": null,
- "introducer": null,
- "conversionAgentId": null,
- "conversionAgent": null,
- "retentionAgentId": null,
- "retentionAgent": null,
- "conversionSalesTo": [ ],
- "retentionSalesTo": [ ],
- "salesDeskId": null,
- "salesDesk": null,
- "status": null,
- "createdAt": null,
- "updatedAt": null,
- "refKey": null,
- "refreshToken": null,
- "refreshTokenExpiresAt": null,
- "notes": null,
- "roles": [ ],
- "marketingExtra": { },
- "kycReviewedAt": null,
- "sumsubDetails": { },
- "commissionSchemeId": null,
- "kycStatus": null,
- "lastTradingActivityDate": null,
- "confirmToken": null,
- "confirmedAt": null,
- "communicationLanguage": null,
- "profilePicture": null,
- "source": null,
- "hasFTD": null,
- "riskStatus": null,
- "externalId": null,
- "terminationRequestedAt": null
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": null,
- "reviewerId": null,
- "reviewedAt": null,
- "reviewerIp": null
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "rejectedAt": "2019-08-24T14:15:22Z",
- "rejectReason": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "transactionId": "string",
- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- { }
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- null
], - "retentionSalesTo": [
- null
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [ ],
- "id": null,
- "name": null
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- null
], - "marketingExtra": {
- "appInstalledAt": null,
- "wantsToBecomeLeader": null
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": null
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}, - "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}
], - "count": 0
}| id required | number |
| rejectReason | string or null |
{- "rejectReason": "string"
}{- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "payoutWalletId": 0,
- "payoutWallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "rejectedAt": "2019-08-24T14:15:22Z",
- "rejectReason": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "transactionId": "string",
- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- { }
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}, - "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}| id required | number |
| limit | number |
| offset | number |
{- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "payoutWalletId": 0,
- "payoutWallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "rejectedAt": "2019-08-24T14:15:22Z",
- "rejectReason": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "transactionId": "string",
- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- { }
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}, - "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}{- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "payoutWalletId": 0,
- "payoutWallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "rejectedAt": "2019-08-24T14:15:22Z",
- "rejectReason": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "transactionId": "string",
- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- { }
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}, - "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}| id required | number |
| correctedCommissionAmount | number |
| adminComments | string |
{- "correctedCommissionAmount": 0,
- "adminComments": "string"
}{- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "referralId": "string",
- "referral": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "commissionType": "CPA",
- "actionType": "FTD",
- "actionDetails": "string",
- "commissionAmount": 0,
- "correctedCommissionAmount": 0,
- "currency": "string",
- "actionTimestamp": "2019-08-24T14:15:22Z",
- "payoutAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "adminComments": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}{- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "referralId": "string",
- "referral": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "commissionType": "CPA",
- "actionType": "FTD",
- "actionDetails": "string",
- "commissionAmount": 0,
- "correctedCommissionAmount": 0,
- "currency": "string",
- "actionTimestamp": "2019-08-24T14:15:22Z",
- "payoutAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "adminComments": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}| limit | number |
| offset | number |
| order | string Enum: "ASC" "DESC" |
| statuses | Array of strings |
{- "payoutRequests": [
- {
- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "payoutWalletId": 0,
- "payoutWallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": null,
- "firstname": null,
- "lastname": null,
- "email": null,
- "mobilenumber": null,
- "country": null,
- "introducerId": null,
- "introducer": null,
- "conversionAgentId": null,
- "conversionAgent": null,
- "retentionAgentId": null,
- "retentionAgent": null,
- "conversionSalesTo": [ ],
- "retentionSalesTo": [ ],
- "salesDeskId": null,
- "salesDesk": null,
- "status": null,
- "createdAt": null,
- "updatedAt": null,
- "refKey": null,
- "refreshToken": null,
- "refreshTokenExpiresAt": null,
- "notes": null,
- "roles": [ ],
- "marketingExtra": { },
- "kycReviewedAt": null,
- "sumsubDetails": { },
- "commissionSchemeId": null,
- "kycStatus": null,
- "lastTradingActivityDate": null,
- "confirmToken": null,
- "confirmedAt": null,
- "communicationLanguage": null,
- "profilePicture": null,
- "source": null,
- "hasFTD": null,
- "riskStatus": null,
- "externalId": null,
- "terminationRequestedAt": null
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": null,
- "reviewerId": null,
- "reviewedAt": null,
- "reviewerIp": null
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "rejectedAt": "2019-08-24T14:15:22Z",
- "rejectReason": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "transactionId": "string",
- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- { }
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- null
], - "retentionSalesTo": [
- null
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [ ],
- "id": null,
- "name": null
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- null
], - "marketingExtra": {
- "appInstalledAt": null,
- "wantsToBecomeLeader": null
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": null
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}, - "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}
], - "count": 0
}| id required | number |
| limit | number |
| offset | number |
{- "payoutRequest": {
- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "payoutWalletId": 0,
- "payoutWallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- null
], - "retentionSalesTo": [
- null
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [ ],
- "id": null,
- "name": null
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- null
], - "marketingExtra": {
- "appInstalledAt": null,
- "wantsToBecomeLeader": null
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": null
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "requestedAt": "2019-08-24T14:15:22Z",
- "approvedAt": "2019-08-24T14:15:22Z",
- "rejectedAt": "2019-08-24T14:15:22Z",
- "rejectReason": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "transactionId": "string",
- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- { }
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}, - "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}
}| limit | number |
| offset | number |
| order | string Enum: "ASC" "DESC" |
| statuses | Array of strings Items Enum: "PENDING" "PAIDOUT" |
{- "commissionLedger": [
- {
- "id": 0,
- "introducerId": "string",
- "introducer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "referralId": "string",
- "referral": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "commissionType": "CPA",
- "actionType": "FTD",
- "actionDetails": "string",
- "commissionAmount": 0,
- "correctedCommissionAmount": 0,
- "currency": "string",
- "actionTimestamp": "2019-08-24T14:15:22Z",
- "payoutAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "adminComments": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}
]
}| id required | string |
| limit | number |
| offset | number |
{- "communications": [
- {
- "id": "string",
- "detail": "ICallDetail",
- "from": "string",
- "fromName": "string",
- "type": "CALL"
}
], - "count": 0
}| search | string |
| limit | number |
| offset | number |
| sortBy | string |
{- "competitions": [
- {
- "id": "string",
- "description": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "prizes": [
- 0
], - "tcLink": "string",
- "type": "string",
- "promoted": true
}
], - "pages": 0
}| description required | string |
| start required | string <date-time> |
| end required | string <date-time> |
| firstPrizeInUSD required | number |
| secondPrizeInUSD | number or null |
| thirdPrizeInUSD | number or null |
| type required | string Enum: "PROFITLOSS" "PROFIT" |
| tcLink | string or null |
| promoted required | boolean |
{- "description": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "firstPrizeInUSD": 0,
- "secondPrizeInUSD": 0,
- "thirdPrizeInUSD": 0,
- "type": "PROFITLOSS",
- "tcLink": "string",
- "promoted": true
}{- "id": "string",
- "description": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "prizes": [
- 0
], - "tcLink": "string",
- "type": "string",
- "promoted": true
}{- "competition": {
- "id": "string",
- "description": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "prizes": [
- 0
], - "tcLink": "string",
- "type": "string",
- "promoted": true
}, - "participation": {
- "nickname": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "rank": 0,
- "points": 0
}, - "leaderboard": [
- {
- "fixedProfitLoss": 0,
- "fixedPoints": 0,
- "floatingProfitLoss": 0,
- "floatingPoints": 0,
- "points": 0,
- "participationId": "string",
- "nickname": "string",
- "mtLogin": "string",
- "volume": 0
}
]
}{- "competition": {
- "id": "string",
- "description": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "prizes": [
- 0
], - "tcLink": "string",
- "type": "string",
- "promoted": true
}, - "leaderboard": [
- {
- "fixedProfitLoss": 0,
- "fixedPoints": 0,
- "floatingProfitLoss": 0,
- "floatingPoints": 0,
- "points": 0,
- "participationId": "string",
- "nickname": "string",
- "mtLogin": "string",
- "volume": 0
}
]
}| id required | string |
| description required | string |
| start required | string <date-time> |
| end required | string <date-time> |
| firstPrizeInUSD required | number |
| secondPrizeInUSD | number or null |
| thirdPrizeInUSD | number or null |
| tcLink | string or null |
| promoted required | boolean |
{- "description": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "firstPrizeInUSD": 0,
- "secondPrizeInUSD": 0,
- "thirdPrizeInUSD": 0,
- "tcLink": "string",
- "promoted": true
}{- "id": "string",
- "description": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "prizes": [
- 0
], - "tcLink": "string",
- "type": "string",
- "promoted": true
}| nickname required | string |
{- "nickname": "string"
}{- "participation": {
- "nickname": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "rank": 0,
- "points": 0
}, - "competition": {
- "id": "string",
- "description": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "prizes": [
- 0
], - "tcLink": "string",
- "type": "string",
- "promoted": true
}, - "ranks": [
- {
- "ranks": {
- "top": [
- {
- "rank": 0,
- "nickname": "string",
- "points": 0,
- "own": true
}
]
}
}
]
}| target required | string |
| source required | string |
| path required | string |
{- "target": "string",
- "source": "string",
- "path": "string"
}{- "id": 0,
- "target": "string",
- "source": "string",
- "path": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}| id required | string |
| path | string |
{- "path": "string"
}{- "id": 0,
- "target": "string",
- "source": "string",
- "path": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}| name required | string |
| description | string |
{- "name": "string",
- "description": "string"
}{- "id": "string",
- "name": "string",
- "description": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}| id required | string |
| investmentAmount required | number |
{- "investmentAmount": 0
}{- "result": {
- "success": true
}
}| id required | string |
| toggle required | boolean |
{- "toggle": true
}{- "country": {
- "isoCode": "string",
- "name": "string",
- "allowForRegistration": true,
- "paymentProviders": [
- {
- "id": "string",
- "name": "string",
- "enabledCountry": [
- { }
], - "minimumDepositAmount": "string",
- "maximumDepositAmount": "string",
- "minimumWithdrawalAmount": "string",
- "maximumWithdrawalAmount": "string",
- "predefinedDepositAmounts": [
- 0
], - "config": {
- "allowedDepositMethods": [
- "string"
], - "convertToAccountCurrency": true,
- "predefinedDepositAmounts": [
- 0
], - "baseConfiguration": {
- "property1": true,
- "property2": true
}
}, - "configKeys": {
- "property1": true,
- "property2": true
}
}
]
}
}{- "countries": [
- {
- "isoCode": "string",
- "name": "string",
- "allowForRegistration": true,
- "paymentProviders": [
- {
- "id": "string",
- "name": "string",
- "enabledCountry": [
- { }
], - "minimumDepositAmount": "string",
- "maximumDepositAmount": "string",
- "minimumWithdrawalAmount": "string",
- "maximumWithdrawalAmount": "string",
- "predefinedDepositAmounts": [
- 0
], - "config": {
- "allowedDepositMethods": [
- "string"
], - "convertToAccountCurrency": true,
- "predefinedDepositAmounts": [
- 0
], - "baseConfiguration": {
- "property1": true,
- "property2": true
}
}, - "configKeys": {
- "property1": true,
- "property2": true
}
}
]
}
]
}This API enables creation of customers for affiliates via third party systems. Password is optional and will be auto-generated if not provided. Returns a depositUrl with an embedded auto-login token that allows the customer to access the deposit page without manual login.
| externalId | string or null Optional - Unique identifier in your system to track and query the customer |
| firstname | string |
| lastname | string |
| mobilenumber | string |
string <email> | |
| wtreferrer | string or null |
| country | string |
| password | string or null Optional - will be auto-generated if not provided |
| communicationLanguage | string |
| skipOnboardingSteps | Array of strings Items Enum: "SignupDemoForm" "SignupRealForm" "CompleteAccountBeforeDepositForm" "CompleteAccountBeforeWithdrawalForm" "EmailConfirmation" "KYC" "PhoneConfirmation" "DisclaimerBeforeDeposit" |
| source | string |
{- "externalId": "Optional - Id in your system as string, which you can later use to identify the customer via GET /affiliates/customers endpoint",
- "firstname": "John",
- "lastname": "Doe",
- "mobilenumber": "+015500475947",
- "email": "johndoe@gmail.com",
- "password": "JohnDoe500",
- "wtreferrer": "0BaHeZI1Je",
- "country": "HR",
- "communicationLanguage": "en",
- "skipOnboardingSteps": [
- "SignupDemoForm",
- "SignupRealForm"
], - "source": "FB"
}{- "redirectUrl": "string",
- "refreshToken": "string",
- "id": "string",
- "success": true,
- "depositUrl": "string"
}Retrieves all customers that are referred by requesting user
| limit required | string to limit amount of customers displayed per request |
| offset required | string from which record to start listing customers |
| orderBy required | string example name|ASC where name is a column and ASC/DESC is sort order |
| search | string to search by name or account id |
| externalId | string to search by id in your system |
| updatedSince | string show only results that were updated since provided date(E.G. 2023-09-13) |
| updatedTo | string show only results that were updated up to provided date(E.G. 2023-09-13) |
| sources | Array of strings |
{- "pages": 0.1,
- "customers": [
- {
- "id": "string",
- "level": 0,
- "accountId": 0,
- "firstname": "string",
- "lastname": "string",
- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": "string",
- "percent": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "status": "PENDING",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "totalCommission": 0,
- "availableContactMethods": [
- "string"
], - "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "directAffiliate": {
- "id": "string",
- "name": "string"
}, - "totalReferrals": 0,
- "hasFTD": true,
- "externalId": "string",
- "salesStatus": "string",
- "source": "string"
}
]
}Updates a referral Pass notes in body to add or update notes
| id required | string |
| source | string |
| notes | string |
{- "source": "string",
- "notes": "string"
}{- "customer": {
- "id": "string",
- "level": 0,
- "accountId": 0,
- "firstname": "string",
- "lastname": "string",
- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": "string",
- "percent": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "status": "PENDING",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "totalCommission": 0,
- "availableContactMethods": [
- "string"
], - "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "directAffiliate": {
- "id": "string",
- "name": "string"
}, - "totalReferrals": 0,
- "hasFTD": true,
- "externalId": "string",
- "salesStatus": "string",
- "source": "string"
}
}Get referral and all it's values
| id required | string |
{- "customer": {
- "id": "string",
- "level": 0,
- "accountId": 0,
- "firstname": "string",
- "lastname": "string",
- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": "string",
- "percent": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "status": "PENDING",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "totalCommission": 0,
- "availableContactMethods": [
- "string"
], - "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "directAffiliate": {
- "id": "string",
- "name": "string"
}, - "totalReferrals": 0,
- "hasFTD": true,
- "externalId": "string",
- "salesStatus": "string",
- "source": "string",
- "bookmarked": true
}
}Get the affiliate's wallet balance and all transaction history. This includes commission earnings, withdrawals, and other wallet activities.
{- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
], - "balance": "string",
- "credit": "string",
- "equity": "string"
}, - "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}| offset | number >= 0 |
| limit | number >= 0 |
| search | string |
| sortBy | string |
| country | string |
| group | string |
| lastActivityStart | string <date-time> |
| lastActivityEnd | string <date-time> |
| registrationStart | string <date-time> |
| registrationEnd | string <date-time> |
| selectedStatuses | Array of strings |
| selectedKycStatuses | Array of strings |
| roles | Array of strings |
| sources | Array of strings |
| depositCount | string |
| salesStatus | string |
| activity | string |
| positions | string |
| introducerId | string |
| updatedSince | string <date-time> |
| riskStatus | string |
| retentionAgents | Array of strings |
| conversionAgents | Array of strings |
{- "customers": [
- {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}
], - "count": 0
}| fullname required | string |
| mobilenumber required | string |
| country required | string |
| email required | string |
| currency required | string |
| wants_to_become_leader | boolean |
{- "fullname": "string",
- "mobilenumber": "string",
- "country": "string",
- "email": "string",
- "currency": "string",
- "wants_to_become_leader": true
}{- "success": true
}Array of objects (UpdateCustomerDTO) | |||||||||||||||
Array
| |||||||||||||||
{- "customers": [
- {
- "fullname": "string",
- "mobilenumber": "string",
- "country": "string",
- "email": "string",
- "currency": "string",
- "roles": [
- "string"
], - "groups": [
- "string"
]
}
]
}{- "success": true
}{- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}| id required | string |
| fullname | string |
| mobilenumber | string |
| country | string |
string | |
| currency | string |
| roles | Array of strings |
| groups | Array of strings |
{- "fullname": "string",
- "mobilenumber": "string",
- "country": "string",
- "email": "string",
- "currency": "string",
- "roles": [
- "string"
], - "groups": [
- "string"
]
}{- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}| id required | string |
| subject required | string |
| body required | string |
{- "subject": "string",
- "body": "string"
}{- "message": "string"
}| id required | string |
| userId required | string |
| file | string <binary> |
{- "documents": [
- {
- "id": "string",
- "url": "string",
- "token": "string"
}
], - "customer": {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}
}{- "customer": {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}
}{- "customer": {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}
}{- "customer": {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}
}{- "currentLevel": 0,
- "currentLevelName": "string",
- "totalCoinsMonth": 0,
- "awardedAt": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "coinsRequiredToRetain": 0,
- "coinsUntilNextLevel": 0,
- "currentLevelRealMoney": true
}Array of objects (CustomerFieldConfiguration) | |||||||||
Array
| |||||||||
{- "customerFieldConfigurations": [
- {
- "field": "string",
- "step": "string",
- "required": true,
- "editable": true
}
]
}{- "customerFieldConfigurations": [
- {
- "field": "string",
- "step": "string",
- "required": true,
- "editable": true
}
]
}| periodStart required | string <date-time> |
| periodEnd required | string <date-time> |
{- "totalRegistrations": 0,
- "totalDeposits": 0,
- "totalCoins": 0,
- "totalMessages": 0,
- "totalDownloads": 0,
- "pendingPayouts": 0,
- "registrationsChart": [
- {
- "date": "2019-08-24T14:15:22Z",
- "registrations": 0,
- "installations": 0
}
], - "depositsChart": [
- {
- "date": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "loginsChart": [
- {
- "date": "2019-08-24T14:15:22Z",
- "value": 0
}
], - "tradesPositionsChart": [
- {
- "date": "2019-08-24T14:15:22Z",
- "trades": 0,
- "positions": 0
}
]
}{- "signUpsLastMonth": 0,
- "signupsThisMonth": 0,
- "earningsLastMonth": 0,
- "earningsThisMonth": 0,
- "cpasLastMonth": 0,
- "cpasThisMonth": 0,
- "volumesLastMonth": 0,
- "volumesThisMonth": 0,
- "totalBalance": 0,
- "unpaidBalance": 0,
- "totalLoginsLastMonth": 0,
- "totalLoginsThisMonth": 0,
- "last5SignIns": [
- {
- "name": "string",
- "id": "string",
- "country": "string",
- "lastSignInDate": "2019-08-24T14:15:22Z"
}
]
}| startDate required | string <date-time> |
| endDate required | string <date-time> |
| title required | string |
| symbols required | Array of strings |
{- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "title": "string",
- "symbols": [
- "string"
]
}{- "downtime": { }
}| id required | number |
| startDate required | string <date-time> |
| endDate required | string <date-time> |
| title required | string |
| symbols required | Array of strings |
{- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "title": "string",
- "symbols": [
- "string"
]
}{- "downtime": { }
}| enabled required | boolean |
| title required | string |
| subject | string |
| mjml | string |
| txt | string |
| trigger required | string |
| conditions required | object |
{- "enabled": true,
- "title": "string",
- "subject": "string",
- "mjml": "string",
- "txt": "string",
- "trigger": "string",
- "conditions": { }
}{- "success": true
}| id required | string |
| subject | string |
| mjml | string |
| txt | string |
| enabled | boolean |
| trigger | string |
| title | string |
| conditions | object |
{- "subject": "string",
- "mjml": "string",
- "txt": "string",
- "enabled": true,
- "trigger": "string",
- "title": "string",
- "conditions": { }
}{- "updatedTemplate": {
- "id": "string",
- "enabled": true,
- "title": "string",
- "subject": "string",
- "mjml": "string",
- "txt": "string",
- "trigger": "string",
- "conditions": { }
}
}| fromCurrency required | string |
| toCurrency required | string |
| source required | string |
| rate | number |
{- "fromCurrency": "string",
- "toCurrency": "string",
- "source": "string",
- "rate": 0
}{- "id": "string",
- "fromCurrency": "string",
- "toCurrency": "string",
- "source": "string",
- "rate": 0
}| id required | string |
| fromCurrency required | string |
| toCurrency required | string |
| source required | string |
| rate | number |
{- "fromCurrency": "string",
- "toCurrency": "string",
- "source": "string",
- "rate": 0
}{- "id": "string",
- "fromCurrency": "string",
- "toCurrency": "string",
- "source": "string",
- "rate": 0
}| reset_token required | string |
| password required | string |
| password_confirmation required | string |
{- "reset_token": "string",
- "password": "string",
- "password_confirmation": "string"
}{- "success": true
}| step required | string Enum: "SignupDemoForm" "SignupRealForm" "CompleteAccountBeforeDepositForm" "CompleteAccountBeforeWithdrawalForm" "EmailConfirmation" "KYC" "PhoneConfirmation" "DisclaimerBeforeDeposit" |
{- "customerFieldConfigurations": [
- {
- "field": "string",
- "step": "string",
- "required": true,
- "editable": true
}
]
}| text required | string |
| subject required | string |
| type required | string |
| targetGroupId required | number |
{- "text": "string",
- "subject": "string",
- "type": "string",
- "targetGroupId": 0
}{- "success": true,
- "message": {
- "id": 0,
- "text": "string",
- "subject": "string",
- "createdAt": "string",
- "updatedAt": "string"
}
}| name required | string |
| leverage required | number |
| currency required | string |
| adapterName required | string |
| disableSwapCharges required | boolean |
{- "name": "string",
- "leverage": 0,
- "currency": "string",
- "adapterName": "string",
- "disableSwapCharges": true
}{- "success": true
}{- "group": {
- "id": 0,
- "name": "string",
- "leverage": 0,
- "currency": "string",
- "adapterName": "string",
- "disableSwapCharges": true,
- "markups": [
- { }
], - "commissions": [
- { }
], - "marginCallLevel": 0,
- "stopOutLevel": 0
}
}| id required | number |
| leverage required | number |
| markups required | Array of objects |
| commissions required | Array of objects |
| marginCallLevel required | number |
| stopOutLevel required | number |
| adapterName required | string |
| disableSwapCharges required | boolean |
{- "leverage": 0,
- "markups": [
- { }
], - "commissions": [
- { }
], - "marginCallLevel": 0,
- "stopOutLevel": 0,
- "adapterName": "string",
- "disableSwapCharges": true
}{- "group": {
- "id": 0,
- "name": "string",
- "leverage": 0,
- "currency": "string",
- "adapterName": "string",
- "disableSwapCharges": true,
- "markups": [
- { }
], - "commissions": [
- { }
], - "marginCallLevel": 0,
- "stopOutLevel": 0
}
}{- "instruments": [
- {
- "profitCalcMode": "string",
- "marginCalcMode": "string",
- "stakeMode": "string",
- "symbol": "string",
- "marginCurrency": "string",
- "currency": "string",
- "category": "string",
- "decimals": 0,
- "contractSize": 0,
- "sizes": [
- {
- "left": 0,
- "right": "string"
}
], - "tradingHours": [
- {
- "startTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}, - "endTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}
}
], - "marginPercentage": 0,
- "hedgedMarginPercentage": 0,
- "status": "string",
- "swapMode": "string",
- "swapLong": 0,
- "swapShort": 0,
- "minOrderSize": 0,
- "maxOrderSize": 0,
- "stepOrderSize": "string",
- "swap3DayWeekday": 0,
- "sort": 0,
- "iconUrl": "string"
}
]
}| symbol required | string |
| marginCurrency required | string |
| currency required | string |
| category required | string Enum: "currencies" "indices" "commodities" "cryptos" "equities" |
| decimals required | number |
| profitCalcMode required | string Enum: "FOREX" "CFD" |
| marginCalcMode required | string Enum: "FOREX" "CFD" |
required | Array of objects |
| marginPercentage required | number |
| hedgedMarginPercentage required | number |
required | Array of objects |
| swapMode required | string Enum: "POINTS" "DISABLED" |
| swapLong required | number |
| swapShort required | number |
| swap3DayWeekday | number or null |
| stakeMode required | string |
| contractSize required | number |
| minOrderSize required | string |
| maxOrderSize required | string |
| status required | string |
| sort | number |
| filename | string or null |
| file | string or null |
{- "symbol": "string",
- "marginCurrency": "string",
- "currency": "string",
- "category": "currencies",
- "decimals": 0,
- "profitCalcMode": "FOREX",
- "marginCalcMode": "FOREX",
- "sizes": [
- {
- "left": 0,
- "right": "string"
}
], - "marginPercentage": 0,
- "hedgedMarginPercentage": 0,
- "tradingHours": [
- {
- "startTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}, - "endTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}
}
], - "swapMode": "POINTS",
- "swapLong": 0,
- "swapShort": 0,
- "swap3DayWeekday": 0,
- "stakeMode": "string",
- "contractSize": 0,
- "minOrderSize": "string",
- "maxOrderSize": "string",
- "status": "string",
- "sort": 0,
- "filename": "string",
- "file": "string"
}{- "instrument": {
- "profitCalcMode": "string",
- "marginCalcMode": "string",
- "stakeMode": "string",
- "symbol": "string",
- "marginCurrency": "string",
- "currency": "string",
- "category": "string",
- "decimals": 0,
- "contractSize": 0,
- "sizes": [
- {
- "left": 0,
- "right": "string"
}
], - "tradingHours": [
- {
- "startTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}, - "endTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}
}
], - "marginPercentage": 0,
- "hedgedMarginPercentage": 0,
- "status": "string",
- "swapMode": "string",
- "swapLong": 0,
- "swapShort": 0,
- "minOrderSize": 0,
- "maxOrderSize": 0,
- "stepOrderSize": "string",
- "swap3DayWeekday": 0,
- "sort": 0,
- "iconUrl": "string"
}
}{- "instrument": {
- "profitCalcMode": "string",
- "marginCalcMode": "string",
- "stakeMode": "string",
- "symbol": "string",
- "marginCurrency": "string",
- "currency": "string",
- "category": "string",
- "decimals": 0,
- "contractSize": 0,
- "sizes": [
- {
- "left": 0,
- "right": "string"
}
], - "tradingHours": [
- {
- "startTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}, - "endTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}
}
], - "marginPercentage": 0,
- "hedgedMarginPercentage": 0,
- "status": "string",
- "swapMode": "string",
- "swapLong": 0,
- "swapShort": 0,
- "minOrderSize": 0,
- "maxOrderSize": 0,
- "stepOrderSize": "string",
- "swap3DayWeekday": 0,
- "sort": 0,
- "iconUrl": "string"
}
}| symbol required | string |
| symbol required | string |
| marginCurrency required | string |
| currency required | string |
| category required | string Enum: "currencies" "indices" "commodities" "cryptos" "equities" |
| decimals required | number |
| profitCalcMode required | string Enum: "FOREX" "CFD" |
| marginCalcMode required | string Enum: "FOREX" "CFD" |
required | Array of objects |
| marginPercentage required | number |
| hedgedMarginPercentage required | number |
required | Array of objects |
| swapMode required | string Enum: "POINTS" "DISABLED" |
| swapLong required | number |
| swapShort required | number |
| swap3DayWeekday | number or null |
| stakeMode required | string |
| contractSize required | number |
| minOrderSize required | string |
| maxOrderSize required | string |
| status required | string |
| sort | number |
| filename | string or null |
| file | string or null |
{- "symbol": "string",
- "marginCurrency": "string",
- "currency": "string",
- "category": "currencies",
- "decimals": 0,
- "profitCalcMode": "FOREX",
- "marginCalcMode": "FOREX",
- "sizes": [
- {
- "left": 0,
- "right": "string"
}
], - "marginPercentage": 0,
- "hedgedMarginPercentage": 0,
- "tradingHours": [
- {
- "startTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}, - "endTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}
}
], - "swapMode": "POINTS",
- "swapLong": 0,
- "swapShort": 0,
- "swap3DayWeekday": 0,
- "stakeMode": "string",
- "contractSize": 0,
- "minOrderSize": "string",
- "maxOrderSize": "string",
- "status": "string",
- "sort": 0,
- "filename": "string",
- "file": "string"
}{- "instrument": {
- "profitCalcMode": "string",
- "marginCalcMode": "string",
- "stakeMode": "string",
- "symbol": "string",
- "marginCurrency": "string",
- "currency": "string",
- "category": "string",
- "decimals": 0,
- "contractSize": 0,
- "sizes": [
- {
- "left": 0,
- "right": "string"
}
], - "tradingHours": [
- {
- "startTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}, - "endTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}
}
], - "marginPercentage": 0,
- "hedgedMarginPercentage": 0,
- "status": "string",
- "swapMode": "string",
- "swapLong": 0,
- "swapShort": 0,
- "minOrderSize": 0,
- "maxOrderSize": 0,
- "stepOrderSize": "string",
- "swap3DayWeekday": 0,
- "sort": 0,
- "iconUrl": "string"
}
}| additionalProperties | number |
{- "additionalProperties": 0
}{- "instruments": [
- {
- "profitCalcMode": "string",
- "marginCalcMode": "string",
- "stakeMode": "string",
- "symbol": "string",
- "marginCurrency": "string",
- "currency": "string",
- "category": "string",
- "decimals": 0,
- "contractSize": 0,
- "sizes": [
- {
- "left": 0,
- "right": "string"
}
], - "tradingHours": [
- {
- "startTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}, - "endTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}
}
], - "marginPercentage": 0,
- "hedgedMarginPercentage": 0,
- "status": "string",
- "swapMode": "string",
- "swapLong": 0,
- "swapShort": 0,
- "minOrderSize": 0,
- "maxOrderSize": 0,
- "stepOrderSize": "string",
- "swap3DayWeekday": 0,
- "sort": 0,
- "iconUrl": "string"
}
]
}{- "instruments": [
- {
- "category": "string",
- "contractSize": 0,
- "currency": "string",
- "decimals": 0,
- "marginCurrency": "string",
- "maxOrderSize": 0,
- "minOrderSize": 0,
- "precision": 0,
- "sizes": [
- {
- "left": 0,
- "right": "string"
}
], - "stakeMode": "string",
- "status": "string",
- "stepOrderSize": "string",
- "swap3DayWeekday": 0,
- "swapLong": "string",
- "swapMode": "string",
- "swapShort": "string",
- "symbol": "string",
- "tradingHours": [
- {
- "endTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}, - "startTime": {
- "day": "string",
- "hour": "string",
- "minute": "string"
}
}
], - "iconUrl": "string"
}
]
}| limit required | number |
| offset required | number |
| orderBy required | string |
required | object (FetchLeadFilters) |
| search | string |
{- "leads": [
- {
- "id": "string",
- "name": "string",
- "salesPerson": {
- "id": "string",
- "name": "string"
}, - "salesStatus": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z",
- "source": "string",
- "country": "string"
}
], - "pages": 0,
- "count": 0
}{- "salesPeople": [
- {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
]
}{- "canBeCalled": true,
- "name": "string",
- "email": "string",
- "mobilenumber": "string",
- "source": "string",
- "salesStatus": "string",
- "lastContactAt": "2019-08-24T14:15:22Z",
- "salesPersonId": "string",
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}| id required | string |
| comment required | string |
{- "comment": "string"
}{- "comment": {
- "id": 0,
- "comment": "string",
- "commentingCustomerId": "string",
- "commentingCustomer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "commentedLeadId": "string",
- "commentedLead": {
- "id": "string",
- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "source": "string",
- "salesPersonId": "string",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "salesStatusId": 0,
- "salesStatus": {
- "id": 0,
- "status": "string",
- "color": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastContactAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z",
- "country": "string",
- "comments": [
- {
- "id": 0,
- "comment": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "commentingCustomerId": "string",
- "commentingCustomer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "commentedLeadId": "string",
- "commentedLead": { }
}
], - "communicationsReceived": [
- {
- "id": "string",
- "recordType": "CALL",
- "recordId": "string",
- "fromCustomer": {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}, - "toLead": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "signupCode": {
- "id": "string",
- "salesPersonId": "string",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "leadId": "string",
- "lead": { },
- "code": "string",
- "isUsed": true
}
}
}
}| id required | string |
{- "communications": [
- {
- "id": "string",
- "recordType": "CALL",
- "recordId": "string",
- "fromCustomer": {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}, - "toLead": {
- "id": "string",
- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "source": "string",
- "salesPersonId": "string",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "salesStatusId": 0,
- "salesStatus": {
- "id": 0,
- "status": "string",
- "color": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastContactAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z",
- "country": "string",
- "comments": [
- {
- "id": 0,
- "comment": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "commentingCustomerId": "string",
- "commentingCustomer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "commentedLeadId": "string",
- "commentedLead": { }
}
], - "communicationsReceived": [
- { }
], - "signupCode": {
- "id": "string",
- "salesPersonId": "string",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "leadId": "string",
- "lead": { },
- "code": "string",
- "isUsed": true
}
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}{- "lead": {
- "id": "string",
- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "source": "string",
- "salesPersonId": "string",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "salesStatusId": 0,
- "salesStatus": {
- "id": 0,
- "status": "string",
- "color": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastContactAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z",
- "country": "string",
- "comments": [
- {
- "id": 0,
- "comment": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "commentingCustomerId": "string",
- "commentingCustomer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "commentedLeadId": "string",
- "commentedLead": { }
}
], - "communicationsReceived": [
- {
- "id": "string",
- "recordType": "CALL",
- "recordId": "string",
- "fromCustomer": {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}, - "toLead": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "signupCode": {
- "id": "string",
- "salesPersonId": "string",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "leadId": "string",
- "lead": { },
- "code": "string",
- "isUsed": true
}
}
}| selectedStatus | number or null |
| selectedSalesPerson | string or null |
| search | string or null |
| statuses | Array of strings List of statuses |
| salesPeople | Array of strings List of sales people |
| sources | Array of strings List of sources |
| onlyAssignedToMe | boolean Filter for assignments to the user |
| country | string^[A-Z]{2}$ Country code (ISO 3166-1 alpha-2) |
| modifiedBefore | string Filter for modifications before a specific date |
| modifiedAfter | string Filter for modifications after a specific date |
{- "selectedStatus": 0,
- "selectedSalesPerson": "string",
- "search": "string",
- "statuses": [
- "string"
], - "salesPeople": [
- "string"
], - "sources": [
- "string"
], - "onlyAssignedToMe": true,
- "country": "string",
- "modifiedBefore": "string",
- "modifiedAfter": "string"
}{- "success": true
}| id required | string |
| salesPersonId | string |
{- "salesPersonId": "string"
}{- "lead": {
- "id": "string",
- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "source": "string",
- "salesPersonId": "string",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "salesStatusId": 0,
- "salesStatus": {
- "id": 0,
- "status": "string",
- "color": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastContactAt": "2019-08-24T14:15:22Z",
- "lastModifiedAt": "2019-08-24T14:15:22Z",
- "country": "string",
- "comments": [
- {
- "id": 0,
- "comment": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "commentingCustomerId": "string",
- "commentingCustomer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "commentedLeadId": "string",
- "commentedLead": { }
}
], - "communicationsReceived": [
- {
- "id": "string",
- "recordType": "CALL",
- "recordId": "string",
- "fromCustomer": {
- "id": "string",
- "level": 0,
- "accountId": "string",
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "depositTotal": 0,
- "totalCoinsEarned": 0,
- "country": "string",
- "countryName": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "lastLoginDate": "2019-08-24T14:15:22Z",
- "totalLogins": 0,
- "notes": "string",
- "roles": [
- "string"
], - "availableContactMethods": [
- "string"
], - "totalReferrals": 0,
- "documentCount": 0,
- "kycStatus": "PENDING",
- "kycReviewedById": "string",
- "kycReviewedByName": "string",
- "kycReviewedAt": "2019-08-24T14:15:22Z",
- "affiliateId": "string",
- "referrer": "string",
- "conversionAgent": {
- "id": "string",
- "name": "string"
}, - "retentionAgent": {
- "id": "string",
- "name": "string"
}, - "salesDesk": {
- "id": "string",
- "name": "string"
}, - "salesStatusName": "string",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "totalVolumeTraded": 0,
- "tradeVolumeLastWeek": 0,
- "tradeVolumeOpen": 0,
- "confirmedAt": "2019-08-24T14:15:22Z",
- "commissionScheme": {
- "id": "string",
- "name": "string"
}, - "communicationLanguage": "string",
- "isBookmarked": true,
- "affiliateBalance": "string",
- "positionsCount": 0,
- "hasFTD": true,
- "lastActive": "2019-08-24T14:15:22Z",
- "riskStatus": "REVIEW",
- "source": "string",
- "withdrawalTotal": 0,
- "lastDepositDate": "2019-08-24T14:15:22Z",
- "lastCommentDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z",
- "commissionsGranted": 0,
- "commissionsEarned": 0,
- "sumSubDetails": {
- "reviewDate": "string",
- "reviewAnswer": "string",
- "applicantId": "string",
- "clientId": "string",
- "correlationId": "string",
- "sumSubUrl": "string",
- "reviewStatus": "string",
- "reviewResults": {
- "moderationComment": "string",
- "clientComment": "string",
- "rejectLabels": "string",
- "reviewRejectType": "string"
}
}, - "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "groups": [
- 0
]
}, - "toLead": { },
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
], - "signupCode": {
- "id": "string",
- "salesPersonId": "string",
- "salesPerson": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "leadId": "string",
- "lead": { },
- "code": "string",
- "isUsed": true
}
}
}| id required | string |
| subject required | string |
| body required | string |
{- "subject": "string",
- "body": "string"
}{- "message": "string"
}| name | string |
string or null <email> | |
| mobilenumber | string or null |
| source | string |
{- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "source": "string"
}{- "lead": {
- "name": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "source": "string",
- "salesStatus": "string",
- "lastContactAt": "2019-08-24T14:15:22Z",
- "salesPersonId": "string",
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z"
}
}| name | string |
| currency | string Value: "USD" |
| addToCredit | boolean |
| amount | number |
| accounts | string Wallet usernames separated by comma |
{- "name": "string",
- "currency": "USD",
- "addToCredit": true,
- "amount": 0,
- "accounts": "string"
}{- "result": {
- "additionalProperties": "string"
}
}| message required | string |
| customers required | Array of strings |
| subject required | string |
{- "message": "string",
- "customers": [
- "string"
], - "subject": "string"
}{- "messageRecipients": 0
}| message | string |
| subject | string |
{- "message": "string",
- "subject": "string"
}{- "messageRecipients": 0
}| customerId required | string The ID of the customer |
{- "messages": [
- {
- "id": "string",
- "senderId": "string",
- "recipientId": "string",
- "groupIdMessage": "string",
- "text": "string",
- "subject": "string",
- "readAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "viaPush": true,
- "actions": [
- {
- "type": "yes",
- "url": "string"
}
]
}
]
}| customerId required | string The ID of the customer |
| text | string |
| subject | string |
| type | string Enum: "Message" "Push" |
{- "text": "string",
- "subject": "string",
- "type": "Message"
}{- "success": true,
- "message": {
- "id": "string",
- "senderId": "string",
- "recipientId": "string",
- "groupIdMessage": "string",
- "text": "string",
- "subject": "string",
- "readAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "viaPush": true,
- "actions": [
- {
- "type": "yes",
- "url": "string"
}
]
}
}{- "messages": [
- {
- "id": "string",
- "senderId": "string",
- "recipientId": "string",
- "groupIdMessage": "string",
- "text": "string",
- "subject": "string",
- "readAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "viaPush": true,
- "actions": [
- {
- "type": "yes",
- "url": "string"
}
]
}
], - "pagination": {
- "total": 0,
- "limit": 0,
- "offset": 0
}
}{- "id": "string",
- "senderId": "string",
- "recipientId": "string",
- "groupIdMessage": "string",
- "text": "string",
- "subject": "string",
- "readAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "viaPush": true,
- "actions": [
- {
- "type": "yes",
- "url": "string"
}
]
}| client_id | string |
| client_secret | string |
| grant_type | string Enum: "authorization_code" "refresh_token" |
| code | string |
| refresh_token | string |
| redirect_uri | string |
{- "access_token": "string",
- "token_type": "string",
- "expires_in": 0,
- "refresh_token": "string"
}| stage required | string Enum: "SignUp" "BeforeSignIn" "BeforeDeposit" "BeforeWithdrawal" The stage of the onboarding process |
{- "steps": [
- {
- "step": "SignupDemoForm",
- "order": 0,
- "stage": "SignUp"
}
]
}| limit | number Number of items to return (default is 10) |
| offset | number Number of items to skip (default is 0) |
| search | string Search keyword |
| statuses | Array of strings Filter by order statuses |
| types | Array of strings Filter by order types |
| accountId | string Filter by account ID |
| symbols | Array of strings Filter by symbols |
{- "orders": [
- {
- "id": 0,
- "type": "string",
- "positionId": 0,
- "externalId": "string",
- "placedAt": "2019-08-24T14:15:22Z",
- "executedAt": "2019-08-24T14:15:22Z",
- "averagePrice": "string",
- "requestedPrice": "string",
- "quantity": "string",
- "filledQuantity": "string",
- "notionalValue": "string",
- "notionalValueInUsd": "string",
- "status": "string",
- "rejectReason": "string",
- "symbol": "string"
}
], - "count": 0
}{- "order": {
- "id": 0,
- "type": "string",
- "positionId": 0,
- "externalId": "string",
- "placedAt": "2019-08-24T14:15:22Z",
- "executedAt": "2019-08-24T14:15:22Z",
- "averagePrice": "string",
- "requestedPrice": "string",
- "quantity": "string",
- "filledQuantity": "string",
- "notionalValue": "string",
- "notionalValueInUsd": "string",
- "status": "string",
- "rejectReason": "string",
- "symbol": "string",
- "trailingStopLossPct": "string"
}
}| id required | string |
| limitPrice | string or null |
| stopPrice | string or null |
| takeProfit | string or null |
| stopLoss | string or null |
| trailingStopLossPct | string or null |
{- "limitPrice": "string",
- "stopPrice": "string",
- "takeProfit": "string",
- "stopLoss": "string",
- "trailingStopLossPct": "string"
}{- "order": {
- "id": 0,
- "type": "string",
- "positionId": 0,
- "externalId": "string",
- "placedAt": "2019-08-24T14:15:22Z",
- "executedAt": "2019-08-24T14:15:22Z",
- "averagePrice": "string",
- "requestedPrice": "string",
- "quantity": "string",
- "filledQuantity": "string",
- "notionalValue": "string",
- "notionalValueInUsd": "string",
- "status": "string",
- "rejectReason": "string",
- "symbol": "string",
- "trailingStopLossPct": "string"
}
}| token | string BearerAuth token for authorization |
| search | string Search keyword |
| statuses | Array of strings Filter by order statuses |
| types | Array of strings Filter by order types |
| accountId | string Filter by account ID |
{- "error": "string"
}| type | string Enum: "withdrawal" "deposit" The type of transaction |
[- {
- "depositCurrency": "string",
- "id": "string",
- "name": "string",
- "icon": "string"
}
]| walletId | number |
| amount | string |
| currency | string |
{- "walletId": 0,
- "amount": "string",
- "currency": "string"
}{- "success": true,
- "newBalance": 0
}{- "providers": [
- {
- "id": "string",
- "name": "string",
- "enabledCountryCodes": [
- "string"
], - "minimumDepositAmount": 0,
- "maximumDepositAmount": 0,
- "minimumWithdrawalAmount": 0,
- "maximumWithdrawalAmount": 0,
- "predefinedDepositAmounts": [
- 0
], - "configurationKeyValues": {
- "property1": "string",
- "property2": "string"
}, - "configKeys": {
- "property1": true,
- "property2": true
}
}
]
}{- "provider": {
- "id": "string",
- "name": "string",
- "enabledCountryCodes": [
- "string"
], - "minimumDepositAmount": 0,
- "maximumDepositAmount": 0,
- "minimumWithdrawalAmount": 0,
- "maximumWithdrawalAmount": 0,
- "predefinedDepositAmounts": [
- 0
], - "configurationKeyValues": {
- "property1": "string",
- "property2": "string"
}, - "configKeys": {
- "property1": true,
- "property2": true
}
}
}| id required | string |
Array of objects | |
| enabledCountryCodes | Array of strings |
| minimumDepositAmount | number or null |
| maximumDepositAmount | number or null |
| minimumWithdrawalAmount | number or null |
| maximumWithdrawalAmount | number or null |
| predefinedDepositAmounts | Array of numbers |
{- "keyValues": [
- {
- "key": "string",
- "value": "string"
}
], - "enabledCountryCodes": [
- "string"
], - "minimumDepositAmount": 0,
- "maximumDepositAmount": 0,
- "minimumWithdrawalAmount": 0,
- "maximumWithdrawalAmount": 0,
- "predefinedDepositAmounts": [
- 0
]
}{- "provider": {
- "id": "string",
- "name": "string",
- "enabledCountryCodes": [
- "string"
], - "minimumDepositAmount": 0,
- "maximumDepositAmount": 0,
- "minimumWithdrawalAmount": 0,
- "maximumWithdrawalAmount": 0,
- "predefinedDepositAmounts": [
- 0
], - "configurationKeyValues": {
- "property1": "string",
- "property2": "string"
}, - "configKeys": {
- "property1": true,
- "property2": true
}
}
}{- "id": "string",
- "sort": 0
}{- "providers": [
- {
- "id": "string",
- "name": "string",
- "enabledCountryCodes": [
- "string"
], - "minimumDepositAmount": 0,
- "maximumDepositAmount": 0,
- "minimumWithdrawalAmount": 0,
- "maximumWithdrawalAmount": 0,
- "predefinedDepositAmounts": [
- 0
], - "configurationKeyValues": {
- "property1": "string",
- "property2": "string"
}, - "configKeys": {
- "property1": true,
- "property2": true
}
}
]
}| search | string Search query string |
| limit | number Maximum number of positions to return |
| offset | number Offset for pagination |
object (IPositionFilters) | |
| sortBy | string Field to sort positions by |
{- "positions": [
- {
- "id": 0,
- "customerId": "string",
- "accountId": 0,
- "size": 0,
- "side": "string",
- "openedAt": "2019-08-24",
- "closedAt": "2019-08-24T14:15:22Z",
- "closedPL": 0,
- "closedPLInAccountCurrency": 0,
- "closedReason": "string",
- "symbol": "string",
- "status": "string",
- "platform": "string",
- "stopLoss": 0,
- "invest": 0,
- "closePositionAfterSeconds": 0,
- "openingOrderExternalId": "string",
- "margin": "string",
- "openPrice": "string",
- "closePrice": "string",
- "profitLoss": 0,
- "swap": 0,
- "takeProfit": 0,
- "commission": 0,
- "tailingStopLossPct": "string"
}
], - "count": 0,
- "pages": 0
}{- "id": 0,
- "customerId": "string",
- "accountId": 0,
- "size": 0,
- "side": "string",
- "openedAt": "2019-08-24",
- "closedAt": "2019-08-24T14:15:22Z",
- "closedPL": 0,
- "closedPLInAccountCurrency": 0,
- "closedReason": "string",
- "symbol": "string",
- "status": "string",
- "platform": "string",
- "stopLoss": 0,
- "invest": 0,
- "closePositionAfterSeconds": 0,
- "openingOrderExternalId": "string",
- "margin": "string",
- "openPrice": "string",
- "closePrice": "string",
- "profitLoss": 0,
- "swap": 0,
- "takeProfit": 0,
- "commission": 0,
- "tailingStopLossPct": "string"
}{- "id": 0,
- "customerId": "string",
- "accountId": 0,
- "size": 0,
- "side": "string",
- "openedAt": "2019-08-24",
- "closedAt": "2019-08-24T14:15:22Z",
- "closedPL": 0,
- "closedPLInAccountCurrency": 0,
- "closedReason": "string",
- "symbol": "string",
- "status": "string",
- "platform": "string",
- "stopLoss": 0,
- "invest": 0,
- "closePositionAfterSeconds": 0,
- "openingOrderExternalId": "string",
- "margin": "string",
- "openPrice": "string",
- "closePrice": "string",
- "profitLoss": 0,
- "swap": 0,
- "takeProfit": 0,
- "commission": 0,
- "tailingStopLossPct": "string"
}| id required | string |
| stopLoss | number or null |
| takeProfit | number or null |
| openPrice | number or null |
| closePrice | number or null |
| commission | number or null |
| tailingStopLossPct | number or null |
{- "stopLoss": 0,
- "takeProfit": 0,
- "openPrice": 0,
- "closePrice": 0,
- "commission": 0,
- "tailingStopLossPct": 0
}{- "id": 0,
- "customerId": "string",
- "accountId": 0,
- "size": 0,
- "side": "string",
- "openedAt": "2019-08-24",
- "closedAt": "2019-08-24T14:15:22Z",
- "closedPL": 0,
- "closedPLInAccountCurrency": 0,
- "closedReason": "string",
- "symbol": "string",
- "status": "string",
- "platform": "string",
- "stopLoss": 0,
- "invest": 0,
- "closePositionAfterSeconds": 0,
- "openingOrderExternalId": "string",
- "margin": "string",
- "openPrice": "string",
- "closePrice": "string",
- "profitLoss": 0,
- "swap": 0,
- "takeProfit": 0,
- "commission": 0,
- "tailingStopLossPct": "string"
}| size | number |
| side | string |
| symbol | string |
| platform | string |
| stopLoss | string or null |
| accountId | number |
| marginRate | string or null |
| openPrice | string or null |
| takeProfit | string or null |
| tailingStopLossPct | string or null |
{- "size": 0,
- "side": "string",
- "symbol": "string",
- "platform": "string",
- "stopLoss": "string",
- "accountId": 0,
- "marginRate": "string",
- "openPrice": "string",
- "takeProfit": "string",
- "tailingStopLossPct": "string"
}{- "id": 0,
- "customerId": "string",
- "accountId": 0,
- "size": 0,
- "side": "string",
- "openedAt": "2019-08-24",
- "closedAt": "2019-08-24T14:15:22Z",
- "closedPL": 0,
- "closedPLInAccountCurrency": 0,
- "closedReason": "string",
- "symbol": "string",
- "status": "string",
- "platform": "string",
- "stopLoss": 0,
- "invest": 0,
- "closePositionAfterSeconds": 0,
- "openingOrderExternalId": "string",
- "margin": "string",
- "openPrice": "string",
- "closePrice": "string",
- "profitLoss": 0,
- "swap": 0,
- "takeProfit": 0,
- "commission": 0,
- "tailingStopLossPct": "string"
}[- {
- "id": 0,
- "type": "string",
- "positionId": 0,
- "externalId": "string",
- "placedAt": "2019-08-24T14:15:22Z",
- "executedAt": "2019-08-24T14:15:22Z",
- "averagePrice": "string",
- "requestedPrice": "string",
- "quantity": "string",
- "filledQuantity": "string",
- "notionalValue": "string",
- "notionalValueInUsd": "string",
- "status": "string",
- "rejectReason": "string",
- "symbol": "string",
- "trailingStopLossPct": "string"
}
]| id required | string |
| offset | number Offset for pagination |
| limit | number Maximum number of positions to return |
| status | string Filter by position status |
| orderBy | string Field to order positions by |
{- "positions": [
- {
- "id": 0,
- "customerId": "string",
- "accountId": 0,
- "size": 0,
- "side": "string",
- "openedAt": "2019-08-24",
- "closedAt": "2019-08-24T14:15:22Z",
- "closedPL": 0,
- "closedPLInAccountCurrency": 0,
- "closedReason": "string",
- "symbol": "string",
- "status": "string",
- "platform": "string",
- "stopLoss": 0,
- "invest": 0,
- "closePositionAfterSeconds": 0,
- "openingOrderExternalId": "string",
- "margin": "string",
- "openPrice": "string",
- "closePrice": "string",
- "profitLoss": 0,
- "swap": 0,
- "takeProfit": 0,
- "commission": 0,
- "tailingStopLossPct": "string"
}
], - "count": 0
}object | |
| topic | string Topic for the subscription (Admin, User, etc.) |
{- "subscription": {
- "endpoint": "string",
- "keys": {
- "p256dh": "string",
- "auth": "string"
}, - "topic": "string"
}, - "topic": "string"
}{- "id": 0,
- "endpoint": "string",
- "keys": {
- "p256dh": "string",
- "auth": "string"
}, - "expirationTime": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "customerId": "string",
- "topic": "admin"
}| topic | string Topic of subscriptions to retrieve |
| endpoint | string URL of the push notification endpoint to retrieve |
{- "subscriptions": [
- {
- "id": 0,
- "endpoint": "string",
- "keys": {
- "p256dh": "string",
- "auth": "string"
}, - "expirationTime": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "customerId": "string",
- "topic": "admin"
}
]
}| customerId | string ID of the customer to send notification to |
object Notification payload | |
| topic | string Topic of the notification (Admin, User, etc.) |
| ttl | number Time to live (TTL) for the notification |
{- "customerId": "string",
- "notification": {
- "title": "string",
- "body": "string",
- "url": "string"
}, - "topic": "string",
- "ttl": 0
}{- "success": true
}| limit required | number Maximum number of records to retrieve |
| offset required | number Number of records to skip |
| sortBy required | string Column name to sort by |
| start required | string <date-time> Start of date range |
| end required | string <date-time> End of date range |
{- "report": [
- {
- "data": null,
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "currency": "string",
- "count": 0
}
]
}| limit | number Maximum number of records to retrieve |
| offset | number Number of records to skip |
| sortBy | string Column name to sort by |
| start required | string <date-time> Start of date range |
| end required | string <date-time> End of date range |
{- "report": [
- {
- "data": null,
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "currency": "string",
- "count": 0
}
]
}| limit | number Maximum number of records to retrieve |
| offset | number Number of records to skip |
| sortBy | string Column name to sort by |
{- "report": {
- "count": 0,
- "rows": [
- {
- "accountId": "string",
- "name": "string",
- "id": "string",
- "balance": 0,
- "totalEarnedFromTrades": 0,
- "totalCreditedToAffiliate": 0,
- "updatedAt": "2019-08-24T14:15:22Z"
}
]
}
}| group | string The group to get risk statistics for |
| isDemo | boolean Whether the request is for a demo |
{- "baseStats": {
- "openLots": 0,
- "totalProfitLossThisDay": 0,
- "totalProfitLossThisWeek": 0,
- "totalProfitLossLastWeek": 0
}, - "trendingInstruments": [
- {
- "symbol": "string",
- "sumVolumeTraded": 0
}
], - "profitLossByMonth": [
- {
- "month": "string",
- "profitLoss": 0
}
], - "sumProfitLoss": 0,
- "lotsPerInstrument": [
- {
- "symbol": "string",
- "lots": 0
}
]
}{- "name": "string"
}{- "salesPeople": [
- {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": { },
- "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
], - "id": "string",
- "name": "string"
}| id required | string ID of the sales desk to update |
| name | string |
{- "name": "string"
}{- "salesPeople": [
- {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": { },
- "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
], - "id": "string",
- "name": "string"
}{- "salesPeople": [
- {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": { },
- "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
], - "id": "string",
- "name": "string"
}| limit | number Maximum number of sales desks to retrieve |
| offset | number Number of sales desks to skip |
{- "salesDesks": [
- {
- "salesPeople": [
- {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": { },
- "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
], - "id": "string",
- "name": "string"
}
], - "pages": 0
}| id required | number ID of the sales status to update |
| status | string or null |
| color | string or null |
{- "status": "string",
- "color": "string"
}{- "id": 0,
- "status": "string",
- "color": "string"
}| sender required | string |
| apiKey required | string |
| domain required | string |
| username required | string |
| staffEmail required | string |
{- "sender": "string",
- "apiKey": "string",
- "domain": "string",
- "username": "string",
- "staffEmail": "string"
}| host required | string |
| sender required | string |
| port required | number |
| username required | string |
| password required | string |
| secure required | boolean |
| staffEmail required | string |
{- "host": "string",
- "sender": "string",
- "port": 0,
- "username": "string",
- "password": "string",
- "secure": true,
- "staffEmail": "string"
}| apiUrl required | string |
| secretKey required | string |
| appToken required | string |
| levelName required | string |
| webhookSecretKey required | string |
{- "apiUrl": "string",
- "secretKey": "string",
- "appToken": "string",
- "levelName": "string",
- "webhookSecretKey": "string"
}| username | string |
| password | string |
{- "username": "string",
- "password": "string"
}{- "token": "string",
- "refreshToken": "string",
- "user": {
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "id": "string",
- "accountId": 0,
- "avatarUrl": "string",
- "mobilenumber": "string",
- "refKey": "string",
- "referralURL": "string",
- "roles": [
- "ADMIN"
], - "localCurrency": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "country": "string",
- "communicationLanguage": "string",
- "permissions": [
- "string"
], - "coperatoAgentId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "outstandingOnboardingSteps": [
- {
- "step": "SignupDemoForm",
- "order": 0,
- "stage": "SignUp"
}
]
}| customerId required | string |
{- "customerId": "string"
}{- "token": "string",
- "user": {
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "id": "string",
- "accountId": 0,
- "avatarUrl": "string",
- "mobilenumber": "string",
- "refKey": "string",
- "referralURL": "string",
- "roles": [
- "ADMIN"
], - "localCurrency": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "country": "string",
- "communicationLanguage": "string",
- "permissions": [
- "string"
], - "coperatoAgentId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}
}| start required | string <date-time> Start date for the statement records |
| end required | string <date-time> End date for the statement records |
{- "statementRecords": [
- {
- "id": "string",
- "type": "string",
- "currency": "string",
- "amount": "string",
- "details": "string",
- "openPrice": "string",
- "closePrice": "string",
- "side": "string",
- "unixTime": 0,
- "date": "2019-08-24T14:15:22Z"
}
], - "count": 0
}| token required | string The JWT token |
object (ITransactionFilters) The filters to apply to the transactions | |
| filter | string The filter to apply to the transactions |
| type | string Enum: "CORRECTION" "BONUS" "DEPOSIT" "WITHDRAWAL" "DEPOSIT_BONUS" "AFFILIATE_TRANSFER" "FEE" "COINS_EXCHANGE" "WALLET_TRANSFER" "COMMISSION_PAYOUT" The type of transactions to export |
{- "error": "string"
}| sortBy | string Field to sort by |
| type | string Type of transaction |
| limit required | number [ 1 .. 10000 ] Maximum number of transactions to return |
| offset required | number >= 0 Offset for pagination |
| search | string Search keyword |
object (ITransactionFilters) |
{- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
], - "pages": 0
}| limit | number [ 1 .. 100 ] Maximum number of transactions to return |
| offset | number >= 0 Offset for pagination |
object (ITransactionFilters) Additional filters |
{- "conversions": [
- {
- "customerName": "string",
- "customerId": "string",
- "wallet": 0,
- "walletId": 0,
- "createdAt": "2019-08-24T14:15:22Z",
- "addToCredit": "string",
- "amount": "string",
- "coinsExchanged": 0
}
], - "count": 0
}| id required | string Transaction ID |
{- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
}| id required | string Transaction ID |
| comment | string |
| changedAmount | number |
{- "comment": "string",
- "changedAmount": 0
}{- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
}| id required | string Transaction ID |
| comment | string |
{- "comment": "string"
}{- "transaction": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
}| id required | string Transaction ID |
| method | string Enum: "bitstamp" "trustology" |
| address | string |
| amount | number |
{- "method": "bitstamp",
- "address": "string",
- "amount": 0
}{- "withdrawal": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
}| value | string |
| defaultValue | string |
{- "value": "string",
- "defaultValue": "string"
}{- "maxRisks": [
- {
- "maxRisks": [
- "string"
], - "defaultValue": "string"
}
]
}| firstname | string |
| lastname | string |
string <email> | |
| mobilenumber | string |
| country | string |
| communicationLanguage | string |
| wtreferrer | string or null |
| wants_to_become_leader | boolean or null |
| skipOnboardingSteps | Array of strings or null Enum: "SignupDemoForm" "SignupRealForm" "CompleteAccountBeforeDepositForm" "CompleteAccountBeforeWithdrawalForm" "EmailConfirmation" "KYC" "PhoneConfirmation" "DisclaimerBeforeDeposit" |
| source | string or null |
{- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "communicationLanguage": "string",
- "wtreferrer": "string",
- "wants_to_become_leader": true,
- "skipOnboardingSteps": [
- "SignupDemoForm"
], - "source": "string"
}{- "success": true,
- "refreshToken": "string",
- "redirectUrl": "string"
}| firstname | string or null |
| lastname | string or null |
string or null <email> | |
| mobilenumber | string |
| country | string |
| communicationLanguage | string |
| newPassword | string or null |
| currentPassword | string or null |
{- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "communicationLanguage": "string",
- "newPassword": "string",
- "currentPassword": "string"
}{- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "id": "string",
- "accountId": 0,
- "avatarUrl": "string",
- "mobilenumber": "string",
- "refKey": "string",
- "referralURL": "string",
- "roles": [
- "ADMIN"
], - "localCurrency": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "country": "string",
- "communicationLanguage": "string",
- "permissions": [
- "string"
], - "coperatoAgentId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "loyaltyLevel": {
- "currentLevel": 0,
- "currentLevelName": "string",
- "totalCoinsMonth": 0,
- "awardedAt": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "coinsRequiredToRetain": 0,
- "coinsUntilNextLevel": 0,
- "currentLevelRealMoney": 0
}
}{- "user": {
- "name": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "id": "string",
- "accountId": 0,
- "avatarUrl": "string",
- "mobilenumber": "string",
- "refKey": "string",
- "referralURL": "string",
- "roles": [
- "ADMIN"
], - "localCurrency": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "country": "string",
- "communicationLanguage": "string",
- "permissions": [
- "string"
], - "coperatoAgentId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z",
- "loyaltyLevel": {
- "currentLevel": 0,
- "currentLevelName": "string",
- "totalCoinsMonth": 0,
- "awardedAt": "2019-08-24T14:15:22Z",
- "validUntil": "2019-08-24T14:15:22Z",
- "coinsRequiredToRetain": 0,
- "coinsUntilNextLevel": 0,
- "currentLevelRealMoney": 0
}
}, - "refreshToken": "string",
- "supportedFeatures": [
- "COINS"
], - "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
], - "balance": "string",
- "credit": "string",
- "equity": "string"
}
}| search | string |
| currencies | Array of strings |
| leverageFrom | string |
| leverageTo | string |
| isDemo | string |
| groups | Array of strings |
| onlyShowWalletsWithOpenPositions | string |
{- "wallets": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- null
], - "retentionSalesTo": [
- null
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [ ],
- "id": null,
- "name": null
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- null
], - "marketingExtra": {
- "appInstalledAt": null,
- "wantsToBecomeLeader": null
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": null
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
], - "balance": "string",
- "credit": "string",
- "equity": "string",
- "margin": "string",
- "marginFree": "string"
}
], - "pages": 0
}| customerId | string |
| groupId | number |
| platform | string Enum: "NEO" "PRO" |
| leverage | number |
| isDemo | boolean |
{- "customerId": "string",
- "groupId": 0,
- "platform": "NEO",
- "leverage": 0,
- "isDemo": true
}{- "id": 0,
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": null,
- "firstname": null,
- "lastname": null,
- "email": null,
- "mobilenumber": null,
- "country": null,
- "introducerId": null,
- "introducer": null,
- "conversionAgentId": null,
- "conversionAgent": null,
- "retentionAgentId": null,
- "retentionAgent": null,
- "conversionSalesTo": [ ],
- "retentionSalesTo": [ ],
- "salesDeskId": null,
- "salesDesk": null,
- "status": null,
- "createdAt": null,
- "updatedAt": null,
- "refKey": null,
- "refreshToken": null,
- "refreshTokenExpiresAt": null,
- "notes": null,
- "roles": [ ],
- "marketingExtra": { },
- "kycReviewedAt": null,
- "sumsubDetails": { },
- "commissionSchemeId": null,
- "kycStatus": null,
- "lastTradingActivityDate": null,
- "confirmToken": null,
- "confirmedAt": null,
- "communicationLanguage": null,
- "profilePicture": null,
- "source": null,
- "hasFTD": null,
- "riskStatus": null,
- "externalId": null,
- "terminationRequestedAt": null
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": null,
- "reviewerId": null,
- "reviewedAt": null,
- "reviewerIp": null
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": { },
- "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true
}{- "wallet": {
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- null
], - "retentionSalesTo": [
- null
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [ ],
- "id": null,
- "name": null
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- null
], - "marketingExtra": {
- "appInstalledAt": null,
- "wantsToBecomeLeader": null
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": null
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
], - "balance": "string",
- "credit": "string",
- "equity": "string",
- "margin": "string",
- "marginFree": "string"
}, - "performance": {
- "day": "string",
- "balance": "string",
- "credit": "string"
}
}
}| id required | string Wallet ID |
| groupId | number |
| leverage | number |
{- "groupId": 0,
- "leverage": 0
}{- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}
}| sourceWalletId | number |
| targetWalletId | number |
| amount | number |
{- "sourceWalletId": 0,
- "targetWalletId": 0,
- "amount": 0
}{- "success": true
}| walletId required | string Wallet ID |
| type | string Enum: "DEPOSIT" "WITHDRAWAL" "BONUS" "CORRECTION" |
| currency | string Value: "USD" |
| method | string |
| comment | string |
| addToCredit | boolean |
| amount | number |
{- "type": "DEPOSIT",
- "currency": "USD",
- "method": "string",
- "comment": "string",
- "addToCredit": true,
- "amount": 0
}{- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
], - "pages": 0
}| leverage | string |
| currency | string |
| isDemo | boolean |
{- "leverage": "string",
- "currency": "string",
- "isDemo": true
}{- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}{- "wallets": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- null
], - "retentionSalesTo": [
- null
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [ ],
- "id": null,
- "name": null
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- null
], - "marketingExtra": {
- "appInstalledAt": null,
- "wantsToBecomeLeader": null
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": null
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
], - "balance": "string",
- "credit": "string",
- "equity": "string"
}
]
}{- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
], - "balance": "string",
- "credit": "string",
- "equity": "string"
}| id required | number Wallet id |
| startDate required | string <date-time> |
| endDate required | string <date-time> |
{- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- { }
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "pages": 0
}{- "watchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": null,
- "firstname": null,
- "lastname": null,
- "email": null,
- "mobilenumber": null,
- "country": null,
- "introducerId": null,
- "introducer": null,
- "conversionAgentId": null,
- "conversionAgent": null,
- "retentionAgentId": null,
- "retentionAgent": null,
- "conversionSalesTo": [ ],
- "retentionSalesTo": [ ],
- "salesDeskId": null,
- "salesDesk": null,
- "status": null,
- "createdAt": null,
- "updatedAt": null,
- "refKey": null,
- "refreshToken": null,
- "refreshTokenExpiresAt": null,
- "notes": null,
- "roles": [ ],
- "marketingExtra": { },
- "kycReviewedAt": null,
- "sumsubDetails": { },
- "commissionSchemeId": null,
- "kycStatus": null,
- "lastTradingActivityDate": null,
- "confirmToken": null,
- "confirmedAt": null,
- "communicationLanguage": null,
- "profilePicture": null,
- "source": null,
- "hasFTD": null,
- "riskStatus": null,
- "externalId": null,
- "terminationRequestedAt": null
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": null,
- "reviewerId": null,
- "reviewedAt": null,
- "reviewerIp": null
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": { },
- "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- null
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- { }
]
}, - "walletId": 0
}
]
}| provider | string |
| currency | string Value: "USD" |
| amount | number |
| walletAddress | string |
{- "provider": "string",
- "currency": "USD",
- "amount": 0,
- "walletAddress": "string"
}{- "accepted": true
}{- "withdrawal": {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "bonus": {
- "id": "string",
- "start": "2019-08-24T14:15:22Z",
- "end": "2019-08-24T14:15:22Z",
- "amount": 0,
- "minimumDepositUSD": 0,
- "maximumAmountUSD": 0,
- "type": "SIGNUP",
- "transactions": [
- {
- "id": "string",
- "type": "CORRECTION",
- "status": "created",
- "method": "string",
- "provider": "string",
- "providerRef": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "walletAddress": "string",
- "wallet": 0,
- "ipAddress": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z"
}
]
}, - "bonusId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "netAmountInUSD": 0,
- "creditedAt": "2019-08-24T14:15:22Z",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "comment": "string",
- "amount": 0,
- "currency": "string",
- "adminId": "string",
- "admin": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "walletAddress": "string",
- "walletId": 0,
- "wallet": {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "platform": "NEO",
- "status": "ACTIVE",
- "currency": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "transactions": [
- { }
], - "groupId": 0,
- "group": {
- "id": 0,
- "name": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "depositCurrency": "string",
- "leverage": 0,
- "subscriptions": [
- { }
], - "groupAdmins": [
- {
- "id": 0,
- "customerId": "string",
- "customer": {
- "id": "string",
- "firstname": "string",
- "lastname": "string",
- "email": "user@example.com",
- "mobilenumber": "string",
- "country": "string",
- "introducerId": "string",
- "introducer": { },
- "conversionAgentId": "string",
- "conversionAgent": { },
- "retentionAgentId": "string",
- "retentionAgent": { },
- "conversionSalesTo": [
- { }
], - "retentionSalesTo": [
- { }
], - "salesDeskId": "string",
- "salesDesk": {
- "salesPeople": [
- { }
], - "id": "string",
- "name": "string"
}, - "status": "PENDING",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "refKey": "string",
- "refreshToken": "string",
- "refreshTokenExpiresAt": "2019-08-24T14:15:22Z",
- "notes": "string",
- "roles": [
- "ADMIN"
], - "marketingExtra": {
- "appInstalledAt": "2019-08-24T14:15:22Z",
- "wantsToBecomeLeader": true
}, - "kycReviewedAt": "2019-08-24T14:15:22Z",
- "sumsubDetails": {
- "additionalProperties": "string"
}, - "commissionSchemeId": "string",
- "kycStatus": "PENDING",
- "lastTradingActivityDate": "2019-08-24T14:15:22Z",
- "confirmToken": "string",
- "confirmedAt": "2019-08-24T14:15:22Z",
- "communicationLanguage": "en",
- "profilePicture": "string",
- "source": "string",
- "hasFTD": false,
- "riskStatus": "NONE",
- "externalId": "string",
- "terminationRequestedAt": "2019-08-24T14:15:22Z"
}, - "groupId": 0,
- "group": { }
}
]
}, - "leverage": 0,
- "isDemo": true,
- "instrumentWatchlist": [
- {
- "id": 0,
- "symbol": "string",
- "wallet": { },
- "walletId": 0
}
]
}, - "clientIpAddress": "string",
- "addToCredit": true,
- "mobilenumber": "string",
- "discountCodeId": "string",
- "countryCode": "string",
- "reviewerCountryCode": "string",
- "withdrawalReview": {
- "status": "approved",
- "reviewerId": "string",
- "reviewedAt": "2019-08-24T14:15:22Z",
- "reviewerIp": "string"
}, - "conversionFrom": "string",
- "conversionFromAmount": 0,
- "conversionTo": "string",
- "conversionToAmount": 0,
- "conversionRate": 0,
- "conversionSource": "Manual",
- "conversionDate": "2019-08-24T14:15:22Z",
- "pspExtra": {
- "additionalProperties": "string"
}, - "counterpartReference": {
- "entity": "string",
- "id": "string"
}
}
}| id required | string Prop funnel id |
string | |
| firstName | string |
| lastName | string |
| phone | string Phone number in international format as number string with prefix (E.G. +49123456789) |
| countryIso | string Country ISO CODE (E.G. CY) |
| utmSource | string UTM source for tracking purposes. It will also be set as customer's source if it is passed to the remote-start endpoint during customer's initial creation. All subsequent calls to the API (purchases of new funnels) will not update customer source, but only track UTM source on each transaction. |
| utmMedium | string |
| utmContent | string |
| utmCampaign | string |
| utmTerm | string |
| trackingCampaignId | string |
| wtreferrer | string Referral code from our system which can be used for automatic assignment of introducer and sales agents(More info in docs under sales feature). |
object |
{- "email": "string",
- "firstName": "string",
- "lastName": "string",
- "phone": "string",
- "countryIso": "string",
- "utmSource": "string",
- "utmMedium": "string",
- "utmContent": "string",
- "utmCampaign": "string",
- "utmTerm": "string",
- "trackingCampaignId": "string",
- "wtreferrer": "string",
- "transactionDetails": {
- "price": 0,
- "transactionId": "string"
}
}{- "userCreated": true
}