post
https://api.caas.staging.bancocdc.com.br/operation/signature/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
| Value | Description |
|---|---|
| 1 | Customer |
| 2 | Partner |
| 3 | Guarantor |
| 4 | Witness |
| 5 | Procurator |
| 6 | Representative |
| 7 | Customer/Guarantor |
| 8 | Partner/Guarantor |
Response
| Http Code | Return Code | Message |
|---|---|---|
| 200 | 200-01 | Success. |
| 400 | 400-01 | Something unexpected happened. |
| 400 | 400-02 | Invalid hash. |
| 400 | 400-11 | Error registering. |
| 400 | 400-30 | Status unidentified or without permission to use. |
| 400 | 400-37 | Invalid type for field 'X' |
| 400 | 400-50 | There is repeated signature data, please check. |
| 401 | 401-05 | Unauthorized or token invalid |
| 406 | 406-03 | field 'X' is mandatory and was not informed. |
| 409 | 409-02 | Data conflict: 'X' field 'X' in position 'X' of the array is already linked for signature. |
| 429 | 429-01 | Too many requests |
Response Parameters
| Parameter | Format | Description |
|---|---|---|
| request_code | String | Request identification code. |
| return | Boolean | Indicates if the request was successful. |
| return_code | String | Return code of the request. |
| message | String | Return message of the request. |