Examples
Sales Report (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Sales, Summary, Daily, 20150201<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded S_D_80012345_20150201.txt.gz.</Message></Output>
Sales Report When Delayed (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Sales, Summary, Daily, 20150201<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Error> <Code>117</Code> <Message>Daily reports are delayed. Please try again in 1 hour.</Message> <Retry>3600000</Retry></Error>
Subscription Report (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Subscription, Summary, Daily, 20160901<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded Subscription_80012345_20160901.txt.gz.</Message></Output>
Subscription Report (Robot Mode with Version option)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Subscription, Summary, Daily, 20160901, 1_1<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded Subscription_80012345_20160901_V1_1.txt.gz.</Message></Output>
Subscription Event Report (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, SubscriptionEvent, Summary, Daily, 20160901<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded Subscription_Event_80012345_20160901.txt.gz.</Message></Output>
Subscription Event Report (Robot Mode with Version option)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, SubscriptionEvent, Summary, Daily, 20160901, 1_1<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded Subscription_Event_80012345_20160901_V1_1.txt.gz.</Message></Output>
Subscriber Report (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Subscriber, Detailed, Daily, 20161201<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded Subscriber_80012345_20161201.txt.gz.</Message></Output>
Subscriber Report (Robot Mode with Version option)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Subscriber, Detailed, Daily, 20161201, 1_1<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded Subscriber_80012345_20161201_V1_1.txt.gz.</Message></Output>
Pre-Order Summary Report (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Pre-Order, Summary, Daily, 20171031<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded P_S_D_80012345_20171031.txt.gz</Message></Output>
Newsstand Report (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Newsstand, Detailed, Weekly, 20150208<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded N_D_W_80012345_20150208.txt.gz.</Message></Output>
Sales Opt-In Report (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 80012345, Sales, Opt-In, Weekly, 20150208<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Output> <Message>Successfully downloaded O_S_W_80012345_20150208.zip</Message> <Password>ABCD-EFGH-IJKL</Password></Output>
Wrong Vendor Number (Robot Mode)
$ java -jar Reporter.jar p=Reporter.properties m=Robot.XML Sales.getReport 90012345, Sales, Summary, Daily, 20150201<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Error> <Code>200</Code> <Message>Invalid vendor number specified. Try again.</Message></Error>