<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p><br></p><p>I currently support a system in AT&T that does restful WS with ARIN.  Recently we got a new set of addresses to perform swip on. The only difference between the org and poc data we are getting from our internal client is that they are missing postal code/zip code. We have decided to 'make it up' by generating some random 5-digit number.  We are not having any issues when we create POC record but most (not all) of the "create org" requests are failing. here is an example:<br id="ox-3507c4f0f1" style="word-wrap: break-word; color: #000000; font-size: 14px; font-family: Calibri, sans-serif;"></p><p>Note: We are testing in OTE.<br></p><p>URL: https://reg.ote.arin.net/rest/net/NET6-2001-1890-138B-8900-1/org?apikey=XXX-XXXX-XXXX-XXXX-XXXX<br>METHOD: POST<br>PAYLOAD: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><br><org xmlns="http://www.arin.net/regrws/core/v1"><br>    <iso3166-1><br>        <name>UNITED STATES</name><br>        <code2>US</code2><br>        <code3>USA</code3><br>        <e164>1</e164><br>    </iso3166-1><br>    <streetAddress><br>        <line number="1">2339 ST PAULS WY  SUIT 1</line><br>    </streetAddress><br>    <city>MDSTO</city><br>    <iso3166-2>CA</iso3166-2><br>    <postalCode>43668</postalCode><br>    <registrationDate></registrationDate><br>    <handle></handle><br>    <orgName>SBCIS</orgName><br>    <dbaName>SBCIS</dbaName><br>    <pocLinks><br>        <pocLinkRef description="Admin Poc" function="AD" handle="CHIPP5-ARIN"/><br>        <pocLinkRef description="Abuse Poc" function="AB" handle="CHIPP5-ARIN"/><br>        <pocLinkRef description="Tech Poc" function="T" handle="CHIPP5-ARIN"/><br>    </pocLinks><br></org><br></p><p>The error message we are getting back is:<br></p><p>ERROR: The API Key used in the request does not belong to an REGISTRY Online user that is linked to a POC with the authority to modify the specified record.</p><p><br></p><p>The POC handle above seemed to be successfully created using a "create poc" request:<br></p><p><?xml version="1.0" encoding="UTF-8" standalone="yes"?><poc xmlns="http://www.arin.net/regrws/core/v1"><city>MDSTO</city><companyName>SBCIS</companyName><contactType>PERSON</contactType><iso3166-1><code2>US</code2><code3>USA</code3><e164>1</e164><name>UNITED STATES</name></iso3166-1><emails><email>jchipponeri@stanislausmedicalsociety.com</email></emails><firstName>JOANNE</firstName><lastName>CHIPPONERI</lastName><streetAddress><line number="0">2339 ST PAULS WY  SUIT 1</line></streetAddress><phones><phone><number>+1-209-527-1704</number><type><code>O</code><description>OFFICE</description></type></phone></phones><handle>CHIPP5-ARIN</handle><postalCode>42243</postalCode><registrationDate>2016-10-18T21:41:15.227-04:00</registrationDate><iso3166-2>CA</iso3166-2></poc></p><p><br></p><p>Not all transactions failed but most did.  What does the error message mean?<br></p><p><br></p><p>Thanks,<br></p><p>Lorraine Figueroa<br></p></body></html>