public OperationHistoryRecord[] GetOperationHistory(Rpo rpo) { if (rpo == null) { throw new ArgumentNullException(nameof(rpo), "The RPO parameter is null"); } var operaationHistoryRequest = new OperationHistoryRequest { Barcode = rpo.Barcode, MessageType = (int)rpo.MessageType }; var authHeader = ConvertAuthDataToAuthHeader(_authorizationData); return(_russianPostService.getOperationHistory(operaationHistoryRequest, authHeader)); }
public PostalOrderEvent[] PostalOrderEventsForMail(Rpo rpo) { throw new System.NotImplementedException(); }
public SmsHistoryRecord[] GetSmsHistory(Rpo rpo) { throw new System.NotImplementedException(); }
public CustomDutyEvent[] GetCustomDutyEventsForMail(Rpo rpo) { throw new System.NotImplementedException(); }