services


Click here for a complete list of operations.

GetCoinAttributes

Obtains coin attributes from the MUSICâ„¢ database from a graded coin barcode.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
pBarscan:
pGetPopulation:
pService:
pLogin:
pPword:

SOAP 1.1

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

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

<?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>
    <GetCoinAttributes xmlns="http://tempuri.org/musicservice/services">
      <pBarscan>string</pBarscan>
      <pGetPopulation>boolean</pGetPopulation>
      <pService>string</pService>
      <pLogin>string</pLogin>
      <pPword>string</pPword>
    </GetCoinAttributes>
  </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>
    <GetCoinAttributesResponse xmlns="http://tempuri.org/musicservice/services">
      <GetCoinAttributesResult>
        <Barscan>string</Barscan>
        <CertNo>string</CertNo>
        <Denom>string</Denom>
        <DenomGroup>string</DenomGroup>
        <Desig>string</Desig>
        <DesignAKA>string</DesignAKA>
        <Grade>string</Grade>
        <KnownAs>string</KnownAs>
        <Invoice>string</Invoice>
        <Metal>string</Metal>
        <Mintage>long</Mintage>
        <Mmid>string</Mmid>
        <PcgsNo>string</PcgsNo>
        <Plus>boolean</Plus>
        <Population>long</Population>
        <PopHigher>long</PopHigher>
        <Rollup>string</Rollup>
        <Sbdesig>string</Sbdesig>
        <Secure>boolean</Secure>
        <ServName>string</ServName>
        <Star>boolean</Star>
        <Strike>string</Strike>
        <ValidID>Valid or Invalid</ValidID>
        <Variety>string</Variety>
        <VendorAttribution>string</VendorAttribution>
        <VendorDescription>string</VendorDescription>
        <VendorPedigree>string</VendorPedigree>
        <Version>string</Version>
        <Wdesign>string</Wdesign>
        <Wstrike>string</Wstrike>
        <Wyearmm>string</Wyearmm>
        <YearMM>string</YearMM>
      </GetCoinAttributesResult>
    </GetCoinAttributesResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /services.asmx HTTP/1.1
Host: musicwebapi.iqcoin.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCoinAttributes xmlns="http://tempuri.org/musicservice/services">
      <pBarscan>string</pBarscan>
      <pGetPopulation>boolean</pGetPopulation>
      <pService>string</pService>
      <pLogin>string</pLogin>
      <pPword>string</pPword>
    </GetCoinAttributes>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetCoinAttributesResponse xmlns="http://tempuri.org/musicservice/services">
      <GetCoinAttributesResult>
        <Barscan>string</Barscan>
        <CertNo>string</CertNo>
        <Denom>string</Denom>
        <DenomGroup>string</DenomGroup>
        <Desig>string</Desig>
        <DesignAKA>string</DesignAKA>
        <Grade>string</Grade>
        <KnownAs>string</KnownAs>
        <Invoice>string</Invoice>
        <Metal>string</Metal>
        <Mintage>long</Mintage>
        <Mmid>string</Mmid>
        <PcgsNo>string</PcgsNo>
        <Plus>boolean</Plus>
        <Population>long</Population>
        <PopHigher>long</PopHigher>
        <Rollup>string</Rollup>
        <Sbdesig>string</Sbdesig>
        <Secure>boolean</Secure>
        <ServName>string</ServName>
        <Star>boolean</Star>
        <Strike>string</Strike>
        <ValidID>Valid or Invalid</ValidID>
        <Variety>string</Variety>
        <VendorAttribution>string</VendorAttribution>
        <VendorDescription>string</VendorDescription>
        <VendorPedigree>string</VendorPedigree>
        <Version>string</Version>
        <Wdesign>string</Wdesign>
        <Wstrike>string</Wstrike>
        <Wyearmm>string</Wyearmm>
        <YearMM>string</YearMM>
      </GetCoinAttributesResult>
    </GetCoinAttributesResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /services.asmx/GetCoinAttributes?pBarscan=string&pGetPopulation=string&pService=string&pLogin=string&pPword=string HTTP/1.1
Host: musicwebapi.iqcoin.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<cCoinAttributes xmlns="http://tempuri.org/musicservice/services">
  <Barscan>string</Barscan>
  <CertNo>string</CertNo>
  <Denom>string</Denom>
  <DenomGroup>string</DenomGroup>
  <Desig>string</Desig>
  <DesignAKA>string</DesignAKA>
  <Grade>string</Grade>
  <KnownAs>string</KnownAs>
  <Invoice>string</Invoice>
  <Metal>string</Metal>
  <Mintage>long</Mintage>
  <Mmid>string</Mmid>
  <PcgsNo>string</PcgsNo>
  <Plus>boolean</Plus>
  <Population>long</Population>
  <PopHigher>long</PopHigher>
  <Rollup>string</Rollup>
  <Sbdesig>string</Sbdesig>
  <Secure>boolean</Secure>
  <ServName>string</ServName>
  <Star>boolean</Star>
  <Strike>string</Strike>
  <ValidID>Valid or Invalid</ValidID>
  <Variety>string</Variety>
  <VendorAttribution>string</VendorAttribution>
  <VendorDescription>string</VendorDescription>
  <VendorPedigree>string</VendorPedigree>
  <Version>string</Version>
  <Wdesign>string</Wdesign>
  <Wstrike>string</Wstrike>
  <Wyearmm>string</Wyearmm>
  <YearMM>string</YearMM>
</cCoinAttributes>

HTTP POST

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

POST /services.asmx/GetCoinAttributes HTTP/1.1
Host: musicwebapi.iqcoin.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

pBarscan=string&pGetPopulation=string&pService=string&pLogin=string&pPword=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<cCoinAttributes xmlns="http://tempuri.org/musicservice/services">
  <Barscan>string</Barscan>
  <CertNo>string</CertNo>
  <Denom>string</Denom>
  <DenomGroup>string</DenomGroup>
  <Desig>string</Desig>
  <DesignAKA>string</DesignAKA>
  <Grade>string</Grade>
  <KnownAs>string</KnownAs>
  <Invoice>string</Invoice>
  <Metal>string</Metal>
  <Mintage>long</Mintage>
  <Mmid>string</Mmid>
  <PcgsNo>string</PcgsNo>
  <Plus>boolean</Plus>
  <Population>long</Population>
  <PopHigher>long</PopHigher>
  <Rollup>string</Rollup>
  <Sbdesig>string</Sbdesig>
  <Secure>boolean</Secure>
  <ServName>string</ServName>
  <Star>boolean</Star>
  <Strike>string</Strike>
  <ValidID>Valid or Invalid</ValidID>
  <Variety>string</Variety>
  <VendorAttribution>string</VendorAttribution>
  <VendorDescription>string</VendorDescription>
  <VendorPedigree>string</VendorPedigree>
  <Version>string</Version>
  <Wdesign>string</Wdesign>
  <Wstrike>string</Wstrike>
  <Wyearmm>string</Wyearmm>
  <YearMM>string</YearMM>
</cCoinAttributes>