GenerateDestinationLotIdentifier request message
- Last UpdatedFeb 18, 2025
- 2 minute read
This is an example of the structure of an GenerateDestinationLotIdentifier request.
<GenerateDestinationLotIdentifierRequestMessage xmlns="http://www.citect.com/Ampla/Inventory/2010/03">
<Request>
<Credentials>
<Password>********</Password>
<Session />
<Username>User</Username>
</Credentials>
<MaterialMovement>Material Movements.Site 1 Movements.Mine to Stockpile</MaterialMovement>
<SampleDateTime>2012-06-19T00:00:00</SampleDateTime>
<DestinationMaterial>Material Model.Raw Coal</DestinationMaterial>
<DestinationEquipment>Enterprise.Coal Site 1.ROM Stockpile</DestinationEquipment>
<SourceMaterial>Material Model.Raw Coal</SourceMaterial>
<SourceEquipment>Enterprise.Coal Site 1.Input</SourceEquipment>
<SourceLot xsi:nil="true" />
</Request>
</GenerateDestinationLotIdentifierRequestMessage>
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
The context and location of the request.
<Request>
<MaterialMovement>Material Movements.Site 1 Movements.Mine to Stockpile</MaterialMovement>
<SampleDateTime>2012-06-19T00:00:00</SampleDateTime>
<DestinationMaterial>Material Model.Raw Coal</DestinationMaterial>
<DestinationEquipment>Enterprise.Coal Site 1.ROM Stockpile</DestinationEquipment>
<SourceMaterial>Material Model.Raw Coal</SourceMaterial>
<SourceEquipment>Enterprise.Coal Site 1.Input</SourceEquipment>
<SourceLot xsi:nil="true" />
</Request>
|
Parameter |
Description |
|---|---|
|
MaterialMovement |
(Required) The full name of the material movement. |
|
SampleDateTime |
The date and time of the sample in the following format: YYYY-MM-DD T HH:MM:SS Z. The T=Time and the Z=UTC time format. For example, 2018-08-24T18:00:00Z. |
|
DestinationMaterial |
(Required) The full name of the destination material. |
|
DestinationEquipment |
(Required) The full name of the destination work center. |
|
SourceMaterial |
(Required) The full name of the source material. |
|
SourceEquipment |
(Required) The full name of the source work equipment. |
|
SourceLot |
The full name of the source lot or null. This parameter is optional. |