Analyze assignment

The analyze assignment route analyzes the details of a specific assignment.

🚧

Attention point:

To use the route, it is necessary to use the assignment code obtained through the assignment launch.

Response

Http CodeReturn CodeMessage
200200-01Success.
400400-01Something unexpected happened.
400400-09There are no results for the query.
400400-97Error when searching for installments.
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
dataObjectObject containing assignment and operations details
data.assignmentObjectObject containing details of the selected assignment
data.assignment.codeStringUnique identifier for the assignment
data.assignment.number_operationStringNumber assigned to the operation
data.assignment.assignment_sale_amountStringSale amount of the assignment
data.assignment.assignment_discount_amountStringDiscount amount applied to the assignment
data.assignment.documente_purchaserStringDocument number of the purchaser
data.assignment.name_purchaserStringName of the purchaser
data.assignment.number_statusStringStatus code of the assignment
data.assignment.description_statusStringDescription of the assignment status
data.assignment.created_atStringDate and time when the assignment was created
data.operationsArrayArray containing operations related to the assignment
data.operations[i].codeStringUnique identifier for the operation
data.operations[i].number_operationStringNumber assigned to the operation
data.operations[i].total_installmentsStringTotal number of installments
data.operations[i].requested_amoutStringRequested amount for the operation
data.operations[i].total_installment_amountStringTotal amount of the installments
data.operations[i].assignment_sale_amountStringSale amount of the assignment for the operation
data.operations[i].assignment_discount_amountStringDiscount amount applied to the assignment for the operation
data.operations[i].iof_amountStringAmount of IOF (Tax on Financial Operations)
data.operations[i].tariff_amountStringAmount of any tariff applied
data.operations[i].total_installments_amountStringTotal amount of all installments
data.operations[i].documente_clientStringDocument number of the client
data.operations[i].name_clientStringName of the client
data.operations[i].installmentsArrayArray containing details of installments
data.operations[i].installments[j].codeStringUnique identifier for the installment
data.operations[i].installments[j].dueDateStringDue date of the installment
data.operations[i].installments[j].installmentNumberStringInstallment number
data.operations[i].installments[j].installmentAmountStringAmount of the installment
data.operations[i].installments[j].assignmentValueStringAssignment value for the installment
data.operations[i].installments[j].discountedInstallmentAmountStringDiscounted amount of the installment

Request Parameters

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!