Add models and get_batch_errors method
1 unresolved thread
1 unresolved thread
- Both get_batch_errors and get_batch_complete now return objects unless the client parameter return_objects is set to False
- Tests for models, endpoints and client methods are included.
Merge request reports
Activity
147 interface: str 148 client: str 149 vouchertype: str 150 batch_validated_ok_date: Optional[datetime.datetime] 151 batch_rejected_code: Optional[str] 152 sent_date: Optional[datetime.datetime] 153 http_response_content: Optional[str] 154 http_response_code: Optional[int] 155 orderno: Optional[int] 156 polling_statuscode: Optional[str] 157 polling_statuscode_date: Optional[datetime.datetime] 158 getresult_date: Optional[datetime.datetime] 159 getresult_statuscode: Optional[str] 160 getresult_logg: Optional[str] 161 getresult_report: Optional[str] 162 batch_progress: str mentioned in commit 5162e916
Please register or sign in to reply