Páginas filhas
  • DI Consulta de Ordens de Colheita - GetHarvestOrder

Está integração tem como objetivo, possibilitar ao usuário do ERP visualizar as ordens de colheita disponíveis no PIMS para uma determinada empresa/filial. O processo de integração iniciará no ERP, com a solicitação das ordens de colheita ao PIMS, onde este ao receber as informações analisará se os critérios informados na consulta são validos, logo em seguida é gerado o processo de retorno das ordens disponíveis no PIMS ou é reportado que não existem informações com os critérios informados.

A consulta de ordens de colheita pode ser realizada com seguintes critérios:

  • Empresa;
  • Filial;
  • Ordem de colheita;
  • Produto.

Informações da Mensagem

  • Identificador da Mensagem: GetHarvestOrder
  • Versão: 1.000
  • Módulo PIMS Multicultivos: Apontamentos > Colheita > Ordem de Colheita
  • Tipo de Envio: Síncrona
  • Tipo de Evento: Upsert

Campos Obrigatórios

  • Empresa;
  • Filial.

Campos Retornados na Consulta de Ordem de Colheita

  • Número da ordem de colheita;
  • Data da ordem de colheita;
  • Previsão de início de colheita;
  • Previsão de encerramento da colheita;
  • Código da variedade;
  • Descrição da variedade;
  • Código do produto matéria prima;
  • Código do sistema de colheita;
  • Descrição do sistema de colheita;
  • Código da fazenda;
  • Descrição da fazenda;
  • Código do setor;
  • Descrição do setor;
  • Código do talhão;
  • Descrição do talhão;
  • Código da ocupação do talhão;
  • Descrição da ocupação;
  • Área do talhão a ser colhida;
  • Estimativa em kg de colheita para o talhão.

Exemplos de Mensagens

Mensagem XML

GetHarvestOrder_Envio
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TOTVSMessage>
	<MessageInformation version="1.002">
		<BranchId>D MG 01 </BranchId>
		<CompanyId>T1</CompanyId>
		<DeliveryType>Sync</DeliveryType>
		<GeneratedOn>2018-05-22T17:15:55Z</GeneratedOn>
		<Product name="ERP" version="12"/>
		<SourceApplication>TSSLC_LOCAL18</SourceApplication>
		<StandardVersion>1.000</StandardVersion>
		<Transaction>GETHARVESTORDER</Transaction>
		<Type>BusinessMessage</Type>
		<UUID>7e83a80f-a1f1-f019-ed57-27e1c11fdabd</UUID>
	</MessageInformation>
	<BusinessMessage>
		<BusinessEvent>
			<Entity>GetHarvestOrder</Entity>
			<Event>upsert</Event>
		</BusinessEvent>
		<BusinessContent>
			<CompanyId>T1</CompanyId>
			<BranchId>D MG 01 </BranchId>
			<CompanyInternalId>D |D MG 01 </CompanyInternalId>
			<WeighingDate>2018-05-22</WeighingDate>
		</BusinessContent>
	</BusinessMessage>
</TOTVSMessage>
GetHarvestOrder_Retorno
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TOTVSMessage>
	<MessageInformation version="1.002">
		<BranchId>D MG 01 </BranchId>
		<CompanyId>T1</CompanyId>
		<DeliveryType>Sync</DeliveryType>
		<GeneratedOn>2018-05-22T14:15:58</GeneratedOn>
		<Product name="PIMS" version="12.1.21"/>
		<SourceApplication>PIMSCONNECTOR</SourceApplication>
		<StandardVersion>1.000</StandardVersion>
		<Transaction>GETHARVESTORDER</Transaction>
		<Type>Response</Type>
		<UUID>f473f8ba-f285-4d2c-9973-988df615142e</UUID>
	</MessageInformation>
	<ResponseMessage>
		<ProcessingInformation>
			<ProcessedOn>2018-05-22T14:15:58</ProcessedOn>
			<Status>OK</Status>
		</ProcessingInformation>
		<ReceivedMessage>
			<MessageContent/>
			<SentBy>ERP</SentBy>
			<UUID>7e83a80f-a1f1-f019-ed57-27e1c11fdabd</UUID>
		</ReceivedMessage>
		<ReturnContent>
			<ListOfHarvestOrders>
				<HarvestOrder>
					<HarvestOrderCode>5</HarvestOrderCode>
					<HarvestOrderDate>2018-04-01</HarvestOrderDate>
					<VarietyCode>2018</VarietyCode>
					<VarietyDescription>SOJA SYNGENTA 1059 RR</VarietyDescription>
					<ItemCode>100010</ItemCode>
					<FarmCode>2018</FarmCode>
					<FarmDescription>FAZENDA DMG01</FarmDescription>
					<SectorCode>2018</SectorCode>
					<SectorDescription>Setor DMG 01</SectorDescription>
					<PartOfLandCode>2018A</PartOfLandCode>
					<OccupationCode>1</OccupationCode>
					<OccupationDescription>Soja</OccupationDescription>
					<HarvestedArea>100</HarvestedArea>
					<HarvestEstimate>1100</HarvestEstimate>
					<MainOrderCode>2018T1</MainOrderCode>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
				<HarvestOrder>
					<HarvestOrderCode>11</HarvestOrderCode>
					<HarvestOrderDate>2018-05-02</HarvestOrderDate>
					<VarietyCode>2019</VarietyCode>
					<VarietyDescription>ALGODAO</VarietyDescription>
					<HarvestSystemCode>2</HarvestSystemCode>
					<HarvestSystemDescription>Mecanizada</HarvestSystemDescription>
					<FarmCode>2019</FarmCode>
					<FarmDescription>FAZENDA DMG 02</FarmDescription>
					<SectorCode>2019</SectorCode>
					<SectorDescription>FAZENDA DMG 02</SectorDescription>
					<PartOfLandCode>2019B</PartOfLandCode>
					<OccupationCode>3</OccupationCode>
					<OccupationDescription>Algodao</OccupationDescription>
					<HarvestedArea>2300</HarvestedArea>
					<HarvestEstimate>2600</HarvestEstimate>
					<MainOrderCode/>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
				<HarvestOrder>
					<HarvestOrderCode>12</HarvestOrderCode>
					<HarvestOrderDate>2018-05-09</HarvestOrderDate>
					<VarietyCode>2019</VarietyCode>
					<VarietyDescription>ALGODAO</VarietyDescription>
					<ItemCode>20190</ItemCode>
					<HarvestSystemCode>2</HarvestSystemCode>
					<HarvestSystemDescription>Mecanizada</HarvestSystemDescription>
					<FarmCode>2019</FarmCode>
					<FarmDescription>FAZENDA DMG 02</FarmDescription>
					<SectorCode>2019</SectorCode>
					<SectorDescription>FAZENDA DMG 02</SectorDescription>
					<PartOfLandCode>2019C</PartOfLandCode>
					<OccupationCode>3</OccupationCode>
					<OccupationDescription>Algodao</OccupationDescription>
					<HarvestedArea>2500</HarvestedArea>
					<HarvestEstimate>2700</HarvestEstimate>
					<MainOrderCode/>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
				<HarvestOrder>
					<HarvestOrderCode>13</HarvestOrderCode>
					<HarvestOrderDate>2018-05-11</HarvestOrderDate>
					<VarietyCode>2019</VarietyCode>
					<VarietyDescription>ALGODAO</VarietyDescription>
					<HarvestSystemCode>2</HarvestSystemCode>
					<HarvestSystemDescription>Mecanizada</HarvestSystemDescription>
					<FarmCode>2019</FarmCode>
					<FarmDescription>FAZENDA DMG 02</FarmDescription>
					<SectorCode>2019</SectorCode>
					<SectorDescription>FAZENDA DMG 02</SectorDescription>
					<PartOfLandCode>2019D</PartOfLandCode>
					<OccupationCode>3</OccupationCode>
					<OccupationDescription>Algodao</OccupationDescription>
					<HarvestedArea>1500</HarvestedArea>
					<HarvestEstimate>2100</HarvestEstimate>
					<MainOrderCode/>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
				<HarvestOrder>
					<HarvestOrderCode>8</HarvestOrderCode>
					<HarvestOrderDate>2018-04-10</HarvestOrderDate>
					<VarietyCode>2018</VarietyCode>
					<VarietyDescription>SOJA SYNGENTA 1059 RR</VarietyDescription>
					<ItemCode>100010</ItemCode>
					<FarmCode>2018</FarmCode>
					<FarmDescription>FAZENDA DMG01</FarmDescription>
					<SectorCode>2018</SectorCode>
					<SectorDescription>FAZENDA DMG01</SectorDescription>
					<PartOfLandCode>2018D</PartOfLandCode>
					<OccupationCode>1</OccupationCode>
					<OccupationDescription>Soja</OccupationDescription>
					<HarvestedArea>120</HarvestedArea>
					<HarvestEstimate>1600</HarvestEstimate>
					<MainOrderCode>2018T4</MainOrderCode>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
				<HarvestOrder>
					<HarvestOrderCode>9</HarvestOrderCode>
					<HarvestOrderDate>2018-04-13</HarvestOrderDate>
					<VarietyCode>2018</VarietyCode>
					<VarietyDescription>SOJA SYNGENTA 1059 RR</VarietyDescription>
					<ItemCode>100010</ItemCode>
					<FarmCode>2018</FarmCode>
					<FarmDescription>FAZENDA DMG01</FarmDescription>
					<SectorCode>2018</SectorCode>
					<SectorDescription>FAZENDA DMG01</SectorDescription>
					<PartOfLandCode>2018E</PartOfLandCode>
					<OccupationCode>1</OccupationCode>
					<OccupationDescription>Soja</OccupationDescription>
					<HarvestedArea>180</HarvestedArea>
					<HarvestEstimate>1700</HarvestEstimate>
					<MainOrderCode>2018T5</MainOrderCode>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
				<HarvestOrder>
					<HarvestOrderCode>10</HarvestOrderCode>
					<HarvestOrderDate>2018-05-01</HarvestOrderDate>
					<VarietyCode>2019</VarietyCode>
					<VarietyDescription>ALGODAO</VarietyDescription>
					<ItemCode>20190</ItemCode>
					<HarvestSystemCode>1</HarvestSystemCode>
					<HarvestSystemDescription>Manual</HarvestSystemDescription>
					<FarmCode>2019</FarmCode>
					<FarmDescription>FAZENDA DMG 02</FarmDescription>
					<SectorCode>2019</SectorCode>
					<SectorDescription>FAZENDA DMG 02</SectorDescription>
					<PartOfLandCode>2019A</PartOfLandCode>
					<OccupationCode>3</OccupationCode>
					<OccupationDescription>Algodao</OccupationDescription>
					<HarvestedArea>2500</HarvestedArea>
					<HarvestEstimate>2500</HarvestEstimate>
					<MainOrderCode/>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
				<HarvestOrder>
					<HarvestOrderCode>6</HarvestOrderCode>
					<HarvestOrderDate>2018-04-03</HarvestOrderDate>
					<VarietyCode>2018</VarietyCode>
					<VarietyDescription>SOJA SYNGENTA 1059 RR</VarietyDescription>
					<ItemCode>100010</ItemCode>
					<FarmCode>2018</FarmCode>
					<FarmDescription>FAZENDA DMG01</FarmDescription>
					<SectorCode>2018</SectorCode>
					<SectorDescription>Setor DMG 01</SectorDescription>
					<PartOfLandCode>2018B</PartOfLandCode>
					<OccupationCode>1</OccupationCode>
					<OccupationDescription>Soja</OccupationDescription>
					<HarvestedArea>110</HarvestedArea>
					<HarvestEstimate>1200</HarvestEstimate>
					<MainOrderCode>TF2018</MainOrderCode>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
				<HarvestOrder>
					<HarvestOrderCode>7</HarvestOrderCode>
					<HarvestOrderDate>2018-04-05</HarvestOrderDate>
					<VarietyCode>2018</VarietyCode>
					<VarietyDescription>SOJA SYNGENTA 1059 RR</VarietyDescription>
					<ItemCode>100010</ItemCode>
					<FarmCode>2018</FarmCode>
					<FarmDescription>FAZENDA DMG01</FarmDescription>
					<SectorCode>2018</SectorCode>
					<SectorDescription>FAZENDA DMG01</SectorDescription>
					<PartOfLandCode>2018C</PartOfLandCode>
					<OccupationCode>1</OccupationCode>
					<OccupationDescription>Soja</OccupationDescription>
					<HarvestedArea>115</HarvestedArea>
					<HarvestEstimate>1500</HarvestEstimate>
					<MainOrderCode>2018T3</MainOrderCode>
					<AgriculturalYearCode>2018</AgriculturalYearCode>
					<AgriculturalYearDescription>SAFRA 2018/2019</AgriculturalYearDescription>
				</HarvestOrder>
			</ListOfHarvestOrders>
		</ReturnContent>
	</ResponseMessage>
</TOTVSMessage>

Mensagem JSON

GetHarvestOrder_Envio
{
	"TOTVSMessage" : {
		"MessageInformation" : {
			"@version" : "1.002",
			"BranchId" : "D MG 01 ",
			"CompanyId" : "T1",
			"DeliveryType" : "Sync",
			"GeneratedOn" : "2018-05-22T17:15:55Z",
			"Product" : {
				"@name" : "ERP",
				"@version" : "12"
			},
			"SourceApplication" : "TSSLC_LOCAL18",
			"StandardVersion" : "1.000",
			"Transaction" : "GETHARVESTORDER",
			"Type" : "BusinessMessage",
			"UUID" : "7e83a80f-a1f1-f019-ed57-27e1c11fdabd"
		},
		"BusinessMessage" : {
			"BusinessEvent" : {
				"Entity" : "GetHarvestOrder",
				"Event" : "upsert"
			},
			"BusinessContent" : {
				"CompanyId" : "T1",
				"BranchId" : "D MG 01 ",
				"CompanyInternalId" : "D |D MG 01 ",
				"WeighingDate" : "2018-05-22"
			}
		}
	}
}
GetHarvestOrder_Retorno
{
	"TOTVSMessage" : {
		"MessageInformation" : {
			"@version" : "1.002",
			"BranchId" : "D MG 01 ",
			"CompanyId" : "T1",
			"DeliveryType" : "Sync",
			"GeneratedOn" : "2018-05-22T14:15:58",
			"Product" : {
				"@name" : "PIMS",
				"@version" : "12.1.21"
			},
			"SourceApplication" : "PIMSCONNECTOR",
			"StandardVersion" : "1.000",
			"Transaction" : "GETHARVESTORDER",
			"Type" : "Response",
			"UUID" : "f473f8ba-f285-4d2c-9973-988df615142e"
		},
		"ResponseMessage" : {
			"ProcessingInformation" : {
				"ProcessedOn" : "2018-05-22T14:15:58",
				"Status" : "OK"
			},
			"ReceivedMessage" : {
				"MessageContent" : null,
				"SentBy" : "ERP",
				"UUID" : "7e83a80f-a1f1-f019-ed57-27e1c11fdabd"
			},
			"ReturnContent" : {
				"ListOfHarvestOrders" : {
					"HarvestOrder" : [ {
						"HarvestOrderCode" : "5",
						"HarvestOrderDate" : "2018-04-01",
						"VarietyCode" : "2018",
						"VarietyDescription" : "SOJA SYNGENTA 1059 RR",
						"ItemCode" : "100010",
						"FarmCode" : "2018",
						"FarmDescription" : "FAZENDA DMG01",
						"SectorCode" : "2018",
						"SectorDescription" : "Setor DMG 01",
						"PartOfLandCode" : "2018A",
						"OccupationCode" : "1",
						"OccupationDescription" : "Soja",
						"HarvestedArea" : "100",
						"HarvestEstimate" : "1100",
						"MainOrderCode" : "2018T1",
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					}, {
						"HarvestOrderCode" : "11",
						"HarvestOrderDate" : "2018-05-02",
						"VarietyCode" : "2019",
						"VarietyDescription" : "ALGODAO",
						"HarvestSystemCode" : "2",
						"HarvestSystemDescription" : "Mecanizada",
						"FarmCode" : "2019",
						"FarmDescription" : "FAZENDA DMG 02",
						"SectorCode" : "2019",
						"SectorDescription" : "FAZENDA DMG 02",
						"PartOfLandCode" : "2019B",
						"OccupationCode" : "3",
						"OccupationDescription" : "Algodao",
						"HarvestedArea" : "2300",
						"HarvestEstimate" : "2600",
						"MainOrderCode" : null,
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					}, {
						"HarvestOrderCode" : "12",
						"HarvestOrderDate" : "2018-05-09",
						"VarietyCode" : "2019",
						"VarietyDescription" : "ALGODAO",
						"ItemCode" : "20190",
						"HarvestSystemCode" : "2",
						"HarvestSystemDescription" : "Mecanizada",
						"FarmCode" : "2019",
						"FarmDescription" : "FAZENDA DMG 02",
						"SectorCode" : "2019",
						"SectorDescription" : "FAZENDA DMG 02",
						"PartOfLandCode" : "2019C",
						"OccupationCode" : "3",
						"OccupationDescription" : "Algodao",
						"HarvestedArea" : "2500",
						"HarvestEstimate" : "2700",
						"MainOrderCode" : null,
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					}, {
						"HarvestOrderCode" : "13",
						"HarvestOrderDate" : "2018-05-11",
						"VarietyCode" : "2019",
						"VarietyDescription" : "ALGODAO",
						"HarvestSystemCode" : "2",
						"HarvestSystemDescription" : "Mecanizada",
						"FarmCode" : "2019",
						"FarmDescription" : "FAZENDA DMG 02",
						"SectorCode" : "2019",
						"SectorDescription" : "FAZENDA DMG 02",
						"PartOfLandCode" : "2019D",
						"OccupationCode" : "3",
						"OccupationDescription" : "Algodao",
						"HarvestedArea" : "1500",
						"HarvestEstimate" : "2100",
						"MainOrderCode" : null,
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					}, {
						"HarvestOrderCode" : "8",
						"HarvestOrderDate" : "2018-04-10",
						"VarietyCode" : "2018",
						"VarietyDescription" : "SOJA SYNGENTA 1059 RR",
						"ItemCode" : "100010",
						"FarmCode" : "2018",
						"FarmDescription" : "FAZENDA DMG01",
						"SectorCode" : "2018",
						"SectorDescription" : "FAZENDA DMG01",
						"PartOfLandCode" : "2018D",
						"OccupationCode" : "1",
						"OccupationDescription" : "Soja",
						"HarvestedArea" : "120",
						"HarvestEstimate" : "1600",
						"MainOrderCode" : "2018T4",
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					}, {
						"HarvestOrderCode" : "9",
						"HarvestOrderDate" : "2018-04-13",
						"VarietyCode" : "2018",
						"VarietyDescription" : "SOJA SYNGENTA 1059 RR",
						"ItemCode" : "100010",
						"FarmCode" : "2018",
						"FarmDescription" : "FAZENDA DMG01",
						"SectorCode" : "2018",
						"SectorDescription" : "FAZENDA DMG01",
						"PartOfLandCode" : "2018E",
						"OccupationCode" : "1",
						"OccupationDescription" : "Soja",
						"HarvestedArea" : "180",
						"HarvestEstimate" : "1700",
						"MainOrderCode" : "2018T5",
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					}, {
						"HarvestOrderCode" : "10",
						"HarvestOrderDate" : "2018-05-01",
						"VarietyCode" : "2019",
						"VarietyDescription" : "ALGODAO",
						"ItemCode" : "20190",
						"HarvestSystemCode" : "1",
						"HarvestSystemDescription" : "Manual",
						"FarmCode" : "2019",
						"FarmDescription" : "FAZENDA DMG 02",
						"SectorCode" : "2019",
						"SectorDescription" : "FAZENDA DMG 02",
						"PartOfLandCode" : "2019A",
						"OccupationCode" : "3",
						"OccupationDescription" : "Algodao",
						"HarvestedArea" : "2500",
						"HarvestEstimate" : "2500",
						"MainOrderCode" : null,
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					}, {
						"HarvestOrderCode" : "6",
						"HarvestOrderDate" : "2018-04-03",
						"VarietyCode" : "2018",
						"VarietyDescription" : "SOJA SYNGENTA 1059 RR",
						"ItemCode" : "100010",
						"FarmCode" : "2018",
						"FarmDescription" : "FAZENDA DMG01",
						"SectorCode" : "2018",
						"SectorDescription" : "Setor DMG 01",
						"PartOfLandCode" : "2018B",
						"OccupationCode" : "1",
						"OccupationDescription" : "Soja",
						"HarvestedArea" : "110",
						"HarvestEstimate" : "1200",
						"MainOrderCode" : "TF2018",
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					}, {
						"HarvestOrderCode" : "7",
						"HarvestOrderDate" : "2018-04-05",
						"VarietyCode" : "2018",
						"VarietyDescription" : "SOJA SYNGENTA 1059 RR",
						"ItemCode" : "100010",
						"FarmCode" : "2018",
						"FarmDescription" : "FAZENDA DMG01",
						"SectorCode" : "2018",
						"SectorDescription" : "FAZENDA DMG01",
						"PartOfLandCode" : "2018C",
						"OccupationCode" : "1",
						"OccupationDescription" : "Soja",
						"HarvestedArea" : "115",
						"HarvestEstimate" : "1500",
						"MainOrderCode" : "2018T3",
						"AgriculturalYearCode" : "2018",
						"AgriculturalYearDescription" : "SAFRA 2018/2019"
					} ]
				}
			}
		}
	}
}

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

CompanyIdString20Código da empresa
BranchIdString20Código da filial
WeighingDateDate-Data da pesagem
HarvestOrderCodeString10Número da ordem de colheita
ItemCodeString20Código do produto
ItemInternalIdNumber10Id de integração do produto
DocumentString20Número do documento contábil














ReturnContent

HarvestOrderCodeString10Número da ordem de colheita
HarvestOrderDateDate-Data da ordem de colheita
StartHarvestForecastDate-Previsão de início de colheita
ClosingHarvestForecastDate-Previsão de encerramento da colheita
VarietyCodeString20Código da variedade
VarietyDescriptionString30Descrição da variedade
ItemCodeString20Código do produto matéria prima
ItemInternalIdString38Id de integração do produto
HarvestSystemCodeString10Código do sistema de colheita
HarvestSystemDescriptionString10Descrição do sistema de colheita
FarmCodeString6Código da fazenda
FarmDescriptionString50Descrição da Fazenda
SectorCodeString6Código do setor
SectorDescriptionString50Descrição do setor
PartOfLandCodeString6Código do talhão
PartOfLandDescriptionString50Descrição do talhão
OccupationCodeNumber10Código da ocupação do talhão
OccupationDescriptionString30Descrição da ocupação do talhão
HarvestedAreaDecimal7,2Área do talhão a ser colhida
HarvestEstimateDecimal7,2Estimativa em Kg de colheita para o talhão
MainOrderCodeString20Código da ordem (OP ou OS) presente na ordem de colheita
MainOrderInternalIdString38InternalId da ordem (OP ou OS) presente na ordem de colheita
AgriculturalYearCodeString6Ano/safra agrícola
AgriculturalYearDescriptionString30Descrição do ano/safra agrícola

Limitações e Restrições

  • Esta integração está disponível a partir da versão 12.1.16 do PIMS Multicultivos e PIMSConnector;
  • A integração de consulta de ordens de colheita para o PIMS Multicultivos é realizada em modo exclusivo entre as unidades administrativas;
  • Para o funcionamento dessa integração é necessário configurar no PIMSConnector, o endereço Web Service do PIMS responsável por receber a consulta de ordem de colheita.