eQuipAPI

<back to all web services

GetDlmsReferenceIdentifications

Gets the list of DlmsReferenceIdentifications;

The following routes are available for this service:
GET/dlms/transactions/824R/dlmsreferenceidentificationsGets the list of DlmsReferenceIdentifications;
GetDlmsReferenceIdentifications Parameters:
NameParameterData TypeRequiredDescription
UserIDqueryGuidYesThe UserID that authorizes the caller to complete the request. Contact your eQuip admin.
DlmsTransactionXrefIdbodyGuidYesThe Id of DlmsTransactionXref.
DlmsReferenceIdentification Parameters:
NameParameterData TypeRequiredDescription
IDbodyGuidNo
RequisitionIDbodyGuidNo
IdentificationIDbodyGuidNo
ReferenceIdentificationQualifierbodystringNo
ReferenceIdentificationQualifierNamebodystringNo
ReferenceIdentificationbodystringNo
FreeFormDescriptionbodystringNo
IdentificationTypebodyintNo
ReferenceIdentificationQualifier1bodystringNo
ReferenceIdentificationQualifier1NamebodystringNo
ReferenceIdentification1bodystringNo
ReferenceIdentificationQualifier2bodystringNo
ReferenceIdentificationQualifier2NamebodystringNo
ReferenceIdentification2bodystringNo
ReferenceIdentificationQualifier3bodystringNo
ReferenceIdentificationQualifier3NamebodystringNo
ReferenceIdentification3bodystringNo
RequisitionBase Parameters:
NameParameterData TypeRequiredDescription
CreatedBybodystringNo
ModifiedBybodystringNo
CreatedDatebodyDateTime?No
ModifiedDatebodyDateTime?No

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/GetDlmsReferenceIdentifications HTTP/1.1 
Host: equipstage3.e-isg.com 
Content-Type: text/jsv
Content-Length: length

{
	UserID: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ReferenceIdentificationQualifier: String,
	ReferenceIdentificationQualifierName: String,
	ReferenceIdentification: String,
	FreeFormDescription: String,
	IdentificationType: 0,
	ReferenceIdentificationQualifier1: String,
	ReferenceIdentificationQualifier1Name: String,
	ReferenceIdentification1: String,
	ReferenceIdentificationQualifier2: String,
	ReferenceIdentificationQualifier2Name: String,
	ReferenceIdentification2: String,
	ReferenceIdentificationQualifier3: String,
	ReferenceIdentificationQualifier3Name: String,
	ReferenceIdentification3: String,
	CreatedBy: String,
	ModifiedBy: String,
	CreatedDate: 0001-01-01,
	ModifiedDate: 0001-01-01
}