List of recorded assignments

This route is responsible for fetching the recorded credit assignments.

Response

Http CodeReturn CodeMessage
200200-01Success.
400400-01Something unexpected happened.
400400-09There are no results for the query.
401401-06The requested module is not enabled.

Response Parameters

ParameterFormatDescription
request_codeStringUnique identifier for the request
returnBooleanIndicates if the request was successful
return_codeStringCode indicating the result of the request
messageStringDescription of the result of the request
dataArrayArray containing information about recorded assignments
data[i].codeStringUnique identifier for the recorded assignment
data[i].document_purchaserStringDocument number of the purchaser
data[i].name_purchaserStringName of the purchaser
data[i].number_assignmentIntegerNumber assigned to the assignment
data[i].total_amountFloatTotal amount of the assignment
data[i].code_statusStringCode indicating the status of the assignment
data[i].description_statusStringDescription of the status of the assignment
data[i].created_atStringDate and time when the assignment was created
Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!