add delete
This commit is contained in:
10
README.md
10
README.md
@@ -12,6 +12,8 @@ O gestor responsável pela ação também é relacionado à compra, com base no
|
||||
{"id": "101", "sk": "SLOT", "status": "PENDING", "mode": "BATCH"}
|
||||
{"id": "101", "sk": "SLOT#ENROLLMENT#9omWNKymwU5U4aeun6mWzZ", "status": "SUCCESS"}
|
||||
{"id": "101", "sk": "SLOT#ENROLLMENT#12", "status": "ROLLBACK"}
|
||||
{"id": "101", "sk": "ITEMS", "items": []}
|
||||
{"id": "101", "sk": "NFSE", "nfse": "123"}
|
||||
```
|
||||
|
||||
Quando o responsável é uma pessoa física (CPF).
|
||||
@@ -35,7 +37,7 @@ Quando o responsável é uma pessoa física (CPF).
|
||||
```json
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "0", "course": {"id": "10", "name": "pytest"}, "org_id": "100"}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "METADATA#COURSE", "access_period": 360, "cert": {"exp_interval": 365}}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "TENANT", "org_id": "100", "name": "EDUSEG"}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "OWNER_ORG", "org_id": "100", "name": "EDUSEG"}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "AUTHOR", "user_id": "202", "name": "Tiago Maciel"}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "KONVIVA", "user_id": 122, "class_id": 123, "enrollment_id": 1239}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "STARTED", "started_at": "2025-04-06T11:07:32.762178-03:00"}
|
||||
@@ -93,14 +95,14 @@ Se um certificado for emitido para a matrícula, o período de proteção será
|
||||
|
||||
### Política de cancelamento
|
||||
|
||||
Apenas matrículas com `cancel_policy` podem ser canceladas.
|
||||
Apenas matrículas com `CANCEL_POLICY` podem ser canceladas.
|
||||
|
||||
Se houver `metadata#parent_slot`, deve ser devolvido.
|
||||
Se houver `METADATA#SOURCE_SLOT`, deve ser devolvido.
|
||||
|
||||
```json
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "0"}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "CANCEL_POLICY"}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "METADATA#PARENT_SLOT", "slot": {"id": "SLOT#ORG#123", "sk": "ORDER#1221#ENROLLMENT#9omWNKymwU5U4aeun6mWzZ"}}
|
||||
{"id": "9omWNKymwU5U4aeun6mWzZ", "sk": "METADATA#SOURCE_SLOT", "slot": {"id": "SLOT#ORG#123", "sk": "ORDER#1221#ENROLLMENT#9omWNKymwU5U4aeun6mWzZ"}}
|
||||
```
|
||||
|
||||
# Cursos
|
||||
|
||||
Reference in New Issue
Block a user