The date format will vary by service. For example, the Agreement SOAP service will return dates in the MM/DD/YYYY format, while the Agreement getMemberList service will return dates in the YYYY-MM-DD format. Please note any format exceptions in the documentation for each service.
Dates and times in the simple datetime format follow the convention of YYY-MM-DD HH:MM:SS.NNNNNN, where NNNNNN is optional.
Also, this time can be formatted as YYY-MM-DD. In this format, the hours, minutes, and seconds are at zero (midnight).
Date and time information using this format are relative to the club's time zone.
SOAP services use UTC timestamps. The request parameters listed for specific services and operations will specify which format they need.
If the current time is 2008-05-26 01:23:01, then valid parameter examples include the following:
2008-05-26 07:23:01.000001
This format is not valid for all web services.
2008-05-26 07:23:01
2008-05-26
2008-05-26 07:23: (missing seconds)
2008-05-26 07:23:01.0000001 (nanoseconds value is too long)
2008-05-26 34:23:01.000001 (hour value is invalid)
2008-05-23 12:23:01.000001 (greater than 24 hours old)