Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Schema and documentation do not match #20

Description

@benmccann

Note that one says WARNING while the other says WARN

BaseTypes.xsd has:

<!-- entityStatus -->
<xs:simpleType name="entityValidationStatus">
  <xs:restriction base="xs:token">
    <xs:enumeration value="OK" />
    <xs:enumeration value="WARNING" />
    <xs:enumeration value="ERROR" />      
  </xs:restriction>
</xs:simpleType>

The HTTP Requests and Responses page says:

It is possible to submit more than one invoice, credit note, contact, item or other entities of the same type in a single API call. If you plan to submit more than one entity per API call, we recommend that you append the summarizeErrors=false querystring to your API call. This ensures that every entity is returned back to you, each having their own status attribute.

A status attribute is included for each Invoice can be OK, WARN or ERROR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions