Statistic

Statistics via link

post

Express statistics via link

Authorizations
Body
idintegerOptional
owner_idintegerOptional
Responses
200
OK
application/json
post
POST //api/pay/pay-link/statistic HTTP/1.1
Host: api.client.nbcgate.tech
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "id": 1,
  "owner_id": 1
}
{
  "amount": 1,
  "author": "text",
  "chain": "text",
  "coin": "text",
  "coinID": 1,
  "commission": 1,
  "currency": "text",
  "dateComplete": "text",
  "id": 1,
  "opType": "text",
  "opTypeID": 1,
  "ownerID": 1,
  "payLinkID": 1,
  "payerWalletAddress": "text",
  "paymentAmount": 1,
  "plName": "text",
  "plTypeID": 1,
  "product": "text",
  "standart": "text"
}