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 .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /json/reply/GetDlmsReferenceIdentifications HTTP/1.1 
Host: equipstage2.e-isg.com 
Content-Type: application/json
Content-Length: length

{"UserID":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
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":"\/Date(-62135596800000-0000)\/","ModifiedDate":"\/Date(-62135596800000-0000)\/"}