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

HTTP + XML

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

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

<GetDlmsReferenceIdentifications xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuipModel.Dlms.Transactions">
  <DlmsTransactionXrefId>00000000-0000-0000-0000-000000000000</DlmsTransactionXrefId>
  <UserID>String</UserID>
</GetDlmsReferenceIdentifications>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<DlmsReferenceIdentification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.Dlms.Transactions">
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.RequisitionsManagement">String</CreatedBy>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.RequisitionsManagement">0001-01-01T00:00:00</CreatedDate>
  <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.RequisitionsManagement">String</ModifiedBy>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/eQuip.Domain.RequisitionsManagement">0001-01-01T00:00:00</ModifiedDate>
  <FreeFormDescription>String</FreeFormDescription>
  <ID>00000000-0000-0000-0000-000000000000</ID>
  <IdentificationID>00000000-0000-0000-0000-000000000000</IdentificationID>
  <IdentificationType>0</IdentificationType>
  <ReferenceIdentification>String</ReferenceIdentification>
  <ReferenceIdentification1>String</ReferenceIdentification1>
  <ReferenceIdentification2>String</ReferenceIdentification2>
  <ReferenceIdentification3>String</ReferenceIdentification3>
  <ReferenceIdentificationQualifier>String</ReferenceIdentificationQualifier>
  <ReferenceIdentificationQualifier1>String</ReferenceIdentificationQualifier1>
  <ReferenceIdentificationQualifier1Name>String</ReferenceIdentificationQualifier1Name>
  <ReferenceIdentificationQualifier2>String</ReferenceIdentificationQualifier2>
  <ReferenceIdentificationQualifier2Name>String</ReferenceIdentificationQualifier2Name>
  <ReferenceIdentificationQualifier3>String</ReferenceIdentificationQualifier3>
  <ReferenceIdentificationQualifier3Name>String</ReferenceIdentificationQualifier3Name>
  <ReferenceIdentificationQualifierName>String</ReferenceIdentificationQualifierName>
  <RequisitionID>00000000-0000-0000-0000-000000000000</RequisitionID>
</DlmsReferenceIdentification>