Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.67 KB

UserScheduleResponse.md

File metadata and controls

22 lines (19 loc) · 2.67 KB

# UserScheduleResponse

Properties

Name Type Description Notes
schedule_id string The ID of the schedule. This ID is generated when the schedule was created by the createSchedule method. [optional]
creation_date string The creation date of the schedule in hours based on the 24-hour Coordinated Universal Time (UTC) clock. [optional]
feed_type string The feedType associated with the schedule. [optional]
last_modified_date string The date the schedule was last modified. [optional]
preferred_trigger_day_of_month int The preferred day of the month to trigger the schedule. This field can be used with preferredTriggerHour for monthly schedules. The last day of the month is used for numbers larger than the number of days in the month. [optional]
preferred_trigger_day_of_week string The preferred day of the week to trigger the schedule. This field can be used with preferredTriggerHour for weekly schedules. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:DayOfWeekEnum&#39;&gt;eBay API documentation</a> [optional]
preferred_trigger_hour string The preferred two-digit hour of the day to trigger the schedule. Format: UTC hhZ For example, the following represents 11:00 am UTC: 11Z [optional]
schedule_end_date string The timestamp on which the report generation (subscription) ends. After this date, the schedule status becomes INACTIVE. [optional]
schedule_name string The schedule name assigned by the user for the created schedule. Users assign this name for their reference. [optional]
schedule_start_date string The timestamp that indicates the start of the report generation. [optional]
schedule_template_id string The ID of the template used to create this schedule. [optional]
schema_version string The schema version of the feedType for the schedule. [optional]
status string The enumeration value that indicates the state of the schedule. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:StatusEnum&#39;&gt;eBay API documentation</a> [optional]
status_reason string The reason the schedule is inactive. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/feed/types/api:StatusReasonEnum&#39;&gt;eBay API documentation</a> [optional]

[Back to Model list] [Back to API list] [Back to README]