Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Production Management

VerifyLotIdentifier request message

  • Last UpdatedSep 06, 2023
  • 1 minute read

This is an example of the full structure of a VerifyLotIdentifier request.

<VerifyLotIdentifierRequestMessage xmlns="http://www.citect.com/Ampla/Inventory/2010/03">

<Request>

<Credentials>

<Password>********</Password>

<Session />

<Username>User</Username>

</Credentials>

<LotIdentifier>L201206181349</LotIdentifier>

<Material>Material Model.Raw Coal</Material>

<WorkCenter>Enterprise.Coal Site 1.ROM Stockpile</WorkCenter>

</Request>

</VerifyLotIdentifierRequestMessage>

Request parameters: Credentials section

The Credentials section contains the security details for authentication. You can provide the Username and Password values to use the Basic security method. If you do not provide explicit security values, Web services will attempt to use Integrated authentication. You must provide either Basic credentials, Integrated credentials, or a Session ID.

<Credentials>

<Username>User</Username>

<Password>********</Password>

<Session />

</Credentials>

Parameter

Description

Username

The login name of the AVEVA™ Production Management user. This is a string value. Username and Password together are mutually exclusive with Session.

Password

The password that is associated with the AVEVA Production Management user. This is a string value. Username and Password together are mutually exclusive with Session.

Session

A GUID string value that identifies the session. This is a string value. Mutually exclusive with Username and Password.

Request parameters: Request section

<Request>

<LotIdentifier>L201206181349</LotIdentifier>

<Material>Material Model.Raw Coal</Material>

<WorkCenter>Enterprise.Coal Site 1.ROM Stockpile</WorkCenter>

</Request>

Parameter

Description

LotIdentifier

(Required) The full name of the lot identifier.Lot ID, such as L999999.

Material

(Required) The full name of the material class.

WorkCenter

(Required) The full name of the work center.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in