This class of error indicates a problem with the request data.
100 – Validation of request data failed
Something was wrong with the validation of the Request data.
Example Response:
<soap:Reason> <soap:Text xml:lang="en">100 : There was a problem with the request data</soap:Text> </soap:Reason> <soap:Detail> <ns3:soapAPIFault xmlns:ns2="urn:transactions_10.reseller.siphon.com" xmlns:ns3="urn:error.transactions_10.reseller.siphon.com"> <message>Shipping Date must be in the Future</message> </ns3:soapAPIFault> </soap:Detail>
101 – purchaseOrderID is not unique
Change and resubmit
The purchase orderID is not unique. This will only occur on a submitOrder. Example Response
<soap:Reason> <soap:Text xml:lang="en">101 : PurchaseOrderID is not unique</soap:Text> </soap:Reason> <soap:Detail> <ns3:soapAPIPurchaseOrderUniquenessFault xmlns:ns2="urn:transactions_10.reseller.siphon.com" xmlns:ns3="urn:error.transactions_10.reseller.siphon.com"> <message>A search for PurchaseOrderID TEST_TEST_TEST_TEST7 has returned 1 record(s)</message> <record>SO46852</record> </ns3:soapAPIPurchaseOrderUniquenessFault> </soap:Detail>