services


Click here for a complete list of operations.

CoinTextToMUSIC

(NOT READY) Obtains MUSICâ„¢ data from a text coin description. (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/CoinTextToMUSIC"

<?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>
    <CoinTextToMUSIC xmlns="http://tempuri.org/musicservice/services">
      <pBarscan>string</pBarscan>
      <pGetPopulation>boolean</pGetPopulation>
      <pService>string</pService>
      <pLogin>string</pLogin>
      <pPword>string</pPword>
    </CoinTextToMUSIC>
  </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>
    <CoinTextToMUSICResponse xmlns="http://tempuri.org/musicservice/services">
      <CoinTextToMUSICResult>
        <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>
      </CoinTextToMUSICResult>
    </CoinTextToMUSICResponse>
  </soap:Body>
</soap:Envelope>