services


Click here for a complete list of operations.

MusicIDLookup

Obtains MUSICâ„¢ data from an MMID. (via MUSIC 9)

Test

The test form is only available for requests from the local machine.

SOAP

The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.

POST /services.asmx HTTP/1.1
Host: music.coinlists.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/musicservice/services/MusicIDLookup"

<?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>
    <MusicIDLookup xmlns="http://tempuri.org/musicservice/services">
      <pMusicID>string</pMusicID>
      <pService>string</pService>
      <pGrade>string</pGrade>
      <pCertno>string</pCertno>
      <pStar>boolean</pStar>
      <pGetPopulation>boolean</pGetPopulation>
      <pLogin>string</pLogin>
      <pPword>string</pPword>
    </MusicIDLookup>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <MusicIDLookupResponse xmlns="http://tempuri.org/musicservice/services">
      <MusicIDLookupResult>
        <ValidID>Valid or Invalid</ValidID>
        <Invoice>string</Invoice>
        <CertNo>string</CertNo>
        <Population>long</Population>
        <PopHigher>long</PopHigher>
        <Mintage>long</Mintage>
        <PcgsNo>string</PcgsNo>
        <mmid>string</mmid>
        <ServName>string</ServName>
        <YearMM>string</YearMM>
        <Wyearmm>string</Wyearmm>
        <Denom>string</Denom>
        <DenomGroup>string</DenomGroup>
        <Rollup>string</Rollup>
        <DesignAKA>string</DesignAKA>
        <Wdesign>string</Wdesign>
        <Variety>string</Variety>
        <Desig>string</Desig>
        <Strike>string</Strike>
        <Wstrike>string</Wstrike>
        <Grade>string</Grade>
        <Sbdesig>string</Sbdesig>
        <Metal>string</Metal>
        <VendorDescription>string</VendorDescription>
        <VendorAttribution>string</VendorAttribution>
        <VendorPedigree>string</VendorPedigree>
        <MusicDLL>string</MusicDLL>
        <BarScan>string</BarScan>
      </MusicIDLookupResult>
    </MusicIDLookupResponse>
  </soap:Body>
</soap:Envelope>