Criar cobrança recorrente.
Endpoint para criar uma cobrança recorrente.
Request body
Example request
{
"idRec": "RR1234567820240115abcdefghijk",
"calendario": {
"dataDeVencimento": "2023-04-01"
}
}Response
Cobrança imediata recorrente.
Example response
{
"idRec": "RR1234567820240115abcdefghijk",
"calendario": {
"dataDeVencimento": "2023-04-01",
"criacao": "2023-04-01"
}
}Changes
Changed in 4 of the 35 revisions of this API.7514
- ○
added
subschema #1subschema #5to the response bodyallOflist for the response status201response-body-all-of-added
- ○
removed
subschema #1subschema #5from the response bodyallOflist for the response status201response-body-all-of-removed
- ○
- ▲
added the new required request property
allOf[subschema #2: Cobrança Recorrente Base]/calendario/dataDeVencimentonew-required-request-property
- ▲
added the new required request property
allOf[subschema #2: Cobrança Recorrente Base]/valor/originalnew-required-request-property
- ▲
the
allOf[subschema #2: Cobrança Recorrente Base]/valorrequest property type/format changed fromstring/toobject/request-property-type-changed
- ▲
the
allOf[subschema #3: Cobrança Recorrente Base]/valorresponse's property type/format changed fromstring/toobject/for status201response-property-type-changed
- ▲
removed the required property
allOf[subschema #3: Cobrança Recorrente Base]/calendario/dataVencimentofrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
allOf[subschema #4]/calendario/dataCriacaofrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
allOf[DadosDevedorRecorrencia]/dadosDevedorrequest-property-removed
- ●
removed the request property
allOf[subschema #2: Cobrança Recorrente Base]/calendario/dataVencimentorequest-property-removed
- ●
removed the request property
allOf[subschema #2: Cobrança Recorrente Base]/contaRecebedorrequest-property-removed
- ●
removed the optional property
allOf[DadosDevedorRecorrencia]/dadosDevedorfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
allOf[subschema #3: Cobrança Recorrente Base]/contaRecebedorfrom the response with the201statusresponse-optional-property-removed
- ○
added the new optional request property
allOf[DadosDevedorRecorrencia]/devedornew-optional-request-property
- ○
added the new optional request property
allOf[subschema #2: Cobrança Recorrente Base]/recebedornew-optional-request-property
- ○
the
ajusteDiaUtilrequest property default value changed fromfalsetotruerequest-property-default-value-changed
- ○
removed the pattern
\d{1,10}\.\d{2}from the request propertyallOf[subschema #2: Cobrança Recorrente Base]/valorrequest-property-pattern-removed
- ○
added the optional property
allOf[DadosDevedorRecorrencia]/devedorto the response with the201statusresponse-optional-property-added
- ○
added the optional property
allOf[subschema #3: Cobrança Recorrente Base]/recebedorto the response with the201statusresponse-optional-property-added
- ○
the
ajusteDiaUtilresponse's property default value changed fromfalsetotruefor the status201response-property-default-value-changed
- ○
the
allOf[subschema #3: Cobrança Recorrente Base]/valorresponse's property pattern\d{1,10}\.\d{2}was removed for the status201response-property-pattern-removed
- ○
added the required property
allOf[subschema #3: Cobrança Recorrente Base]/calendario/dataDeVencimentoto the response with the201statusresponse-required-property-added
- ○
added the required property
allOf[subschema #3: Cobrança Recorrente Base]/valor/originalto the response with the201statusresponse-required-property-added
- ○
added the required property
allOf[subschema #4]/calendario/criacaoto the response with the201statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 128 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲