This service, is optional. You do not have to use this service.
This service should be used if you would like to set the recurrence/periodic information of orders. If there are orders which should be repeated daily or weekly or monthly with specified time intervals, number of occurrences, etc. you can use this service to set the recurrence details of each order.
Data: Returned data
Message: Output message
ReturnCode: Return code of the output. If "Success" is true, then
check this value.
Success: If unpected errors, or exceptions occur, this will be
false.
success: Same as Success
{ "apiKey": "your API key here", "computationTicketID": "your computation ticket here", "orderPeriods": [ { OrderId: "54321", type: 2, startDate: "\/Date(1282984200000)\/", endDate: "\/Date(1282985100000)\/", endAfterNTimes: 0, everyNmonths: 0, months: null, startMonthOfYear: 0, everyNweeks: 0, weeks: 0, startWeekOfMonth: 0, startWeekOfYear: 0, everyNdays: 0, days: [ 1, 2, 3, 4, 5, 6 ], startDayOfWeek: 0, startDayOfMonth: 0, startDayOfYear: 0, dayInterval: 0, nDays: 0 }, { OrderId: "12345", type: 2, startDate: "\/Date(1282984200000)\/", endDate: "\/Date(1282985100000)\/", endAfterNTimes: 0, everyNmonths: 0, months: null, startMonthOfYear: 0, everyNweeks: 0, weeks: 0, startWeekOfMonth: 0, startWeekOfYear: 0, everyNdays: 0, days: [ 1, 2, 3, 4, 5, 6 ], startDayOfWeek: 0, startDayOfMonth: 0, startDayOfYear: 0, dayInterval: 0, nDays: 0 } ] } |
Content-Type: application/json |
{
"Data" : null ,
"Message" : null ,
"ReturnCode" : 0,
"Success" : true ,
"success" : true
} |