Institution periods.

  • Object of the term entity insert
{
  "periodo":[
    {
        "operacao": "insert",
        "obj": {
            "id": "A5CC1F89-2D87-11EB-BDBD-0A190BAE2C86",
            "codigo": "1610455911",
            "status": "active",
            "titulo": "2020",
            "inicio": "2020/01/01T00:00:00.000000",
            "fim": "2020/12/31T00:00:00.000000",
            "chave_registro": 6733
        }
    }
  ]
}
  • Object of the term entity update
{
  "periodo":[
    {
        "operacao": "update",
        "obj": {
            "id": "A5CC1F89-2D87-11EB-BDBD-0A190BAE2C86",
            "codigo": "1610454147",
            "status": "inactive",
            "titulo": "2020 A",
            "inicio": "2020/01/01T00:00:00.000000",
            "fim": "2020/12/31T00:00:00.000000",
            "chave_registro": 6733
        }
    }
  ]
}
  • Object of the term entity delete
{
  "periodo":[
    {
        "operacao": "delete",
        "obj": {
            "id": "F83EA78A-56C1-11EB-9017-0A190BAE2C86",
            "codigo": "1610667665",
            "chave_registro": 6831
        }
    }
  ]
}