Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Informações
titleEstrutura de exemplo da entidade TOTVSMessage
{

"header": {

"type": "atributo_name_da_entidade_CarolStagingTable",

"generatedOn": "2000-01-01T00:00:00.000000Z",

"locale": "pt_BR"

},

"content": {}

}


Estrutura Final TOTVSMessage<EventDataCarolRequest>

...

Informações
titleExemplo da estrutura final de envio via mensageria
{
"header": {
"type": "atributo_name_da_entidade_CarolStagingTable",
"generatedOn": "2000-01-01T00:00:00.000000Z",
"locale": "pt_BR"
},
"content": {
"environmentToken": "dac9b5163b31479bd9a2151b6f2fe2bbb3d48cf110911d36c062995994598c6e",
"stagingTableName": "atributo_name_da_entidade_CarolStagingTable",
"originApp": "app_de_origem",
"dataList": [
{}
]
}
}

...