eQuipAPI

<back to all web services

GenerateDlmsMaterielReleaseAdvice

Generates a 945A materiel release advice transaction set that reports warehouse shipments. Requires a valid user to complete this request.

Generates a 945A materiel release advice transaction set that reports warehouse shipments.
GenerateDlmsMaterielReleaseAdvice Parameters:
NameParameterData TypeRequiredDescription
UserIDqueryGuidYesThe UserID that authorizes the caller to complete the request. Contact your eQuip admin.
DocumentNumberbodystringNoDlms conformant Document Number that represents the default transaction identifier to use if the document number is not derivable from other data elements.
WarehouseShipmentTransactionTypeCodebodystringYesWarehouse Shipment Transaction Type Code.
SourceTransactionTypebodystringYesName of the Workflow that is being used to invoke 945A.
SourceTransactionIDbodyintYesWorkflow Transaction ID based on which the assets are retreived.
DodaaccodeOfAfpmbodystringNoThe Department of Defense Activity Address Code (DoDAAC) Code of the Air Force Program (AF PM).
DlmsTransactionIDToRegeneratebodyList<string>NoThe Dlms 824R Transaction ID(s) that contains the lists of parts or assets to regenerate.
SuffixCodebodystringNoDocument Number Suffix Code.
DlmsOutboundRequest Parameters:
NameParameterData TypeRequiredDescription
DoNotPublishOutboundDocumentqueryboolNoEnable publish later, after all sequences are done.
EventTagqueryGuidNoThe EventTag is used to group related transactions together in a single chain for publishing.

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: GenerateDlmsMaterielReleaseAdvice

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>

<GenerateDlmsMaterielReleaseAdvice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel.Dlms.Transactions">
  <DoNotPublishOutboundDocument>false</DoNotPublishOutboundDocument>
  <EventTag>String</EventTag>
  <DlmsTransactionIDToRegenerate xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>String</d2p1:string>
  </DlmsTransactionIDToRegenerate>
  <DocumentNumber>String</DocumentNumber>
  <DodaaccodeOfAfpm>String</DodaaccodeOfAfpm>
  <SourceTransactionID>0</SourceTransactionID>
  <SourceTransactionType>String</SourceTransactionType>
  <SuffixCode>String</SuffixCode>
  <UserID>String</UserID>
  <WarehouseShipmentTransactionTypeCode>String</WarehouseShipmentTransactionTypeCode>
</GenerateDlmsMaterielReleaseAdvice>

    </soap:Body>
</soap:Envelope>