Метод для /bs-core/gateway/equifax/unloadings/{id}
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
checkBureauConsent boolean
completionDate date-time
dateFrom date-time
dateTo date-time
file object
extraData object
property name* string
id int64
options object
customer string
modifiers string
noise string
owner string
scheme string
signature string
status int64
uri string
id int64
portionNumber int32
startDate date-time
success boolean
type string
Possible values: [BY_CONTRACTS
, BY_LOAN_APPLICATIONS
]
{
"checkBureauConsent": true,
"completionDate": "2024-11-20T07:47:10.214Z",
"dateFrom": "2024-11-20T07:47:10.214Z",
"dateTo": "2024-11-20T07:47:10.214Z",
"file": {
"extraData": {},
"id": 0,
"options": {
"customer": "string",
"modifiers": "string",
"noise": "string",
"owner": "string",
"scheme": "string",
"signature": "string"
},
"status": 0,
"uri": "string"
},
"id": 0,
"portionNumber": 0,
"startDate": "2024-11-20T07:47:10.214Z",
"success": true,
"type": "BY_CONTRACTS"
}
Unauthorized
Forbidden
Not Found
Loading...