Insert subscriber

This route allows for the registration of new subscribers.

🚧

Attention point:

To link subscribers in an operation. To consume the route, it is necessary to pass the operation code as a parameter.

Subscriber Types

ValueDescription
1Customer
2Partner
3Guarantor
4Witness
5Procurator
6Representative
7Customer/Guarantor
8Partner/Guarantor

Response

Http CodeReturn CodeMessage
200200-01Success.
400400-01Something unexpected happened.
400400-02Invalid hash.
400400-11Error registering.
400400-30Status unidentified or without permission to use.
400400-37Invalid type for field 'X'
400400-50There is repeated signature data, please check.
401401-05Unauthorized or token invalid
406406-03field 'X' is mandatory and was not informed.
409409-02Data conflict: 'X' field 'X' in position 'X' of the array is already linked for signature.
429429-01Too many requests

Response Parameters

ParameterFormatDescription
request_codeStringRequest identification code.
returnBooleanIndicates if the request was successful.
return_codeStringReturn code of the request.
messageStringReturn message of the request.

Request Parameters

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