Sha256: 39355be5ba66e1525435da45943bdfe9c5f90ec5df2ddff8fb0992739c4fba6a

Contents?: true

Size: 1.58 KB

Versions: 4

Compression:

Stored size: 1.58 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soapenv:Header>
    <platformMsgs:documentInfo xmlns:platformMsgs="urn:messages_2020_2.platform.webservices.netsuite.com">
      <platformMsgs:nsId>WEBSERVICES_3392464_1220201115821392011296470399_67055c545d0</platformMsgs:nsId>
    </platformMsgs:documentInfo>
  </soapenv:Header>
  <soapenv:Body>
    <deleteResponse xmlns="urn:messages_2020_2.platform.webservices.netsuite.com">
      <writeResponse>
        <platformCore:status xmlns:platformCore="urn:core_2020_2.platform.webservices.netsuite.com" isSuccess="false">
          <platformCore:statusDetail type="ERROR">
            <platformCore:code>INSUFFICIENT_PERMISSION</platformCore:code>
            <platformCore:message>Permission Violation: You need a higher level of the 'Lists -&gt; Documents and Files' permission to access this page. Please contact your account administrator.</platformCore:message>
          </platformCore:statusDetail>
          <platformCore:statusDetail type="ERROR">
            <platformCore:code>SOMETHING_ELSE</platformCore:code>
            <platformCore:message>Another error.</platformCore:message>
          </platformCore:statusDetail>
        </platformCore:status>
        <baseRef xmlns:platformCore="urn:core_2020_2.platform.webservices.netsuite.com" internalId="118519" type="file" xsi:type="platformCore:RecordRef"/>
      </writeResponse>
    </deleteResponse>
  </soapenv:Body>
</soapenv:Envelope>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
netsuite-0.9.3 spec/support/fixtures/delete/delete_customer_multiple_errors.xml
netsuite-0.9.2 spec/support/fixtures/delete/delete_customer_multiple_errors.xml
netsuite-0.9.1 spec/support/fixtures/delete/delete_customer_multiple_errors.xml
netsuite-0.9.0 spec/support/fixtures/delete/delete_customer_multiple_errors.xml