eQuipAPI

<back to all web services

GenerateDlmsMaterielDueInAsync

Generates a Dlms 527R D4 or D6 Materiels Due-In and Receipts Transaction set. Requires a valid user to complete the request

The following routes are available for this service:
POST/dlms/transactions/527R/materiels_due_and_receipts/asyncGenerates a Dlms 527R D4 or D6 Materiels Due-In and Receipts Transaction set.
GenerateDlmsMaterielDueInAsync 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.
SourceTransactionTypebodystringYesName of the Workflow that is being used to invoke 527R.
SourceTransactionIDbodyintYesWorkflow Transaction ID based on which the assets are retreived.
C_ICPRICbodystringNoThe C-ICP RIC.
DodaacCodeOfAfPmbodystringNoThe Department of Defense Activity Address Code (DoDAAC) Code of the Air Force Program (AF PM).
TransactionSetPurposeCodebodystringNoThe Transaction Set Purpose Code of dlms transactions.
DlmsTransactionIDToRegeneratebodystringNoThe Dlms 824R Transaction ID that contains the lists of parts or assets to regenerate.
SuffixCodebodystringNoDocument Number Suffix Code.
IdentificationIDbodyGuidYesThe ID of 867I Issue Transaction
DocumentIdentifierCodebodystringYesDocument Identifier Code
QuantityToAcknowledgebodyintNoQuantity to Acknowledge will be saved.
NotesbodystringNoNotes will be saved.
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 .jsv suffix or ?format=jsv

HTTP + JSV

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

POST /jsv/reply/GenerateDlmsMaterielDueInAsync HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String,
	DocumentNumber: String,
	SourceTransactionType: String,
	SourceTransactionID: 0,
	C_ICPRIC: String,
	DodaacCodeOfAfPm: String,
	TransactionSetPurposeCode: String,
	DlmsTransactionIDToRegenerate: 
	[
		String
	],
	SuffixCode: String,
	DocumentIdentifierCode: String,
	QuantityToAcknowledge: 0,
	Notes: String,
	DoNotPublishOutboundDocument: False,
	EventTag: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	
}