Open benmccann opened 9 years ago
Status can be both an element and an attribute as shown below. It's the attribute that this bug refers to.
<Invoice status="ERROR">
<ValidationErrors>
<ValidationError>
<Message>One or more line items must be specified</Message>
</ValidationError>
<ValidationError>
<Message>Invoice Type must be specified</Message>
</ValidationError>
<ValidationError>
<Message>A Contact must be specified for this type of transaction</Message>
</ValidationError>
</ValidationErrors>
<Date>2015-03-08T00:00:00</Date>
<Status>DRAFT</Status>
<LineAmountTypes>Exclusive</LineAmountTypes>
<SubTotal>0.00</SubTotal>
<TotalTax>0.00</TotalTax>
<Total>0.00</Total>
<CurrencyCode>USD</CurrencyCode>
<InvoiceID>00000000-0000-0000-0000-000000000000</InvoiceID>
</Invoice>
I haven't been able to figure out any query to issue that returns WARN or WARNING to be able to figure out which is the actual value
Note that one says
WARNING
while the other saysWARN
BaseTypes.xsd has:
The HTTP Requests and Responses page says: