Páginas filhas
  • DI Movimentação de Estoque - StockTurnover

Versões comparadas

Chave

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

...

Bloco de código
languagexml
titleStockTurnOver_Retorno
linenumberstrue
collapsetrue
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TOTVSMessage>
	<MessageInformation version="1.005">
		<BranchId>D MG 01 </BranchId>
		<CompanyId>T1</CompanyId>
		<DeliveryType>Sync</DeliveryType>
		<GeneratedOn>2018-04-27T20:52:11Z</GeneratedOn>
		<Product name="ERP" version="12"/>
		<SourceApplication>P12_DEV_WST1</SourceApplication>
		<StandardVersion>1.000</StandardVersion>
		<Transaction>STOCKTURNOVER</Transaction>
		<Type>Response</Type>
		<UUID>532a0999-e0b6-dea9-d7d4-69ae500fc8cf</UUID>
	</MessageInformation>
	<ResponseMessage>
		<ProcessingInformation>
			<ProcessedOn>2018-04-27T20:52:11Z</ProcessedOn>
			<Status>ok</Status>
		</ProcessingInformation>
		<ReceivedMessage>
			<SentBy>PIMS</SentBy>
			<UUID>f71bc5a1-907b-4e92-bba6-523648f6d358</UUID>
		</ReceivedMessage>
		<ReturnContent>
			<ListOfInternalId>
				<InternalId>
					<Destination>T1|D MG 01|000000013|000790</Destination>
					<Name>StockTurnover</Name>
					<Origin>T1|D MG 01|1235464582823451998</Origin>
				</InternalId>
			</ListOfInternalId>
		</ReturnContent>
	</ResponseMessage>
</TOTVSMessage>

...

Mensagem JSON

Bloco de código
languagejs
titleStockTurnOver_Envio
linenumberstrue
collapsetrue
{
	"TOTVSMessage" : {
		"MessageInformation" : {
			"@version" : "1.005",
			"BranchId" : "D MG 01 ",
			"CompanyId" : "T1",
			"DeliveryType" : "Sync",
			"GeneratedOn" : "2018-04-27T20:52:11Z",
			"Product" : {
				"@name" : "ERP",
				"@version" : "12"
			},
			"SourceApplication" : "P12_DEV_WST1",
			"StandardVersion" : "1.000",
			"Transaction" : "STOCKTURNOVER",
			"Type" : "Response",
			"UUID" : "532a0999-e0b6-dea9-d7d4-69ae500fc8cf"
		},
		"ResponseMessage" : {
			"ProcessingInformation" : {
				"ProcessedOn" : "2018-04-27T20:52:11Z",
				"Status" : "ok"
			},
			"ReceivedMessage" : {
				"SentBy" : "PIMS",
				"UUID" : "f71bc5a1-907b-4e92-bba6-523648f6d358"
			},
			"ReturnContent" : {
				"ListOfInternalId" : {
					"InternalId" : {
						"Destination" : "T1|D MG 01|000000013|000790",
						"Name" : "StockTurnover",
						"Origin" : "T1|D MG 01|1235464582823451998"
					}
				}
			}
		}
	}
}

...