Páginas filhas
  • DI Unidade de Medida - UnitOfMeasure

Versões comparadas

Chave

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

...

Bloco de código
languagejs
titleUnitOfMeasure_JSON
linenumberstrue
collapsetrue
{
	"TOTVSMessage" : {
		"MessageInformation" : {
			"@version" : "2.002",
			"BranchId" : "L MG 01",
			"CompanyId" : "T2",
			"DeliveryType" : "Sync",
			"GeneratedOn" : "2018-03-20T12:49:39Z",
			"Product" : {
				"@name" : "ERP",
				"@version" : "12"
			},
			"SourceApplication" : "P12_DEV_SERVERT2",
			"StandardVersion" : "1.000",
			"Transaction" : "UNITOFMEASURE",
			"Type" : "BusinessMessage",
			"UUID" : "69f90943-9cfc-b5e9-b485-500f17604e38"
		},
		"BusinessMessage" : {
			"BusinessEvent" : {
				"Entity" : "UnitOfMeasure",
				"Event" : "upsert",
				"Identification" : {
					"key" : {
						"@name" : "InternalID",
						"$" : "T2|L MG|AR"
					}
				}
			},
			"BusinessContent" : {
				"Code" : "AR",
				"InternalId" : "T2|L MG|AR",
				"Description" : "ARROBA",
				"ShortName" : "ARROBA_"
			}
		}
	}
}

Descrição Detalhada das Tags

SEGMENTOTAGSTIPOTAMANHODESCRITIVO DA TAG


BusinessEvent

EntityString50Nome da entidade que gerou o evento
EventString10Qual foi o evento associado à mensagem (pode ser upsert – inclusão/alteração ou delete – eliminação)
IdentificationString-Campos da chave primária da transação. Atributo Name define o nome do campo, enquanto que o conteúdo do elemento representa o valor do campo


BusinessContent

CodeString4Código da unidade de medida
DescriptionString30Descrição da unidade de medida
ShortNameString10Descrição Abreviada da unidade de medida

...