eBay Trading APIVersion 1349
 

DateType

Defines year, month, and day as individual components of a date. Only applicable to use cases that support incomplete dates. Otherwise, we use xs:dateTime (or xs:date, as appropriate).

No calls use DateType.

Fields

Day ( int ) [0..1]
Not used by any call.

A calendar day (e.g., 2 or 02). For ticket searches, Day is only valid if Month is also specified.
See the Field Index to learn which calls use Day.

Month ( int ) [0..1]
Not used by any call.

A calendar month (e.g., 2 or 02 for February). For ticket searches, Month is required if Day is specified.
See the Field Index to learn which calls use Month.

Year ( int ) [0..1]
Not used by any call.

A year in the form YYYY.
See the Field Index to learn which calls use Year.