[Company]-Get Overnight Money
Developing
Request
Body Params application/json
{
"lastDocId": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"limit": 0
}
Request Code Samples
curl --location --request POST '/api=getOvernightMoney' \
--header 'Content-Type: application/json' \
--data-raw '{
"lastDocId": "string",
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"limit": 0
}'
Responses
application/json {
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"results": [
{
"savedAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"docId": "string",
"star": "string",
"name": "string",
"email": "string",
"balance": 0,
"balanceSave": 0,
"isSaved": true
}
],
"total": 0,
"limit": 0,
"saveTime": 0
}
}
Modified at 2025-03-06 16:11:15