GetIncassoJob

Timeout has been set to 5 minutes in calls to the below method and in web.config executiontime.

Provider gl.nanoq.sulinal.services
Method GetIncassoJob
Input  
Name Type Format Allow Null
Username string   No
Password string   No
jobNummer string GUID No
       
Output      
Type Format
Modregning[] Array of Modregning objects:
public class Modregning {        public decimal Belob { get; set; }        public string Fordringshaver { get; set; }        public string KreditorNummer { get; set; }        public decimal Modregnet { get; set; }        public string UdbetalingsID { get; set; }  }
 
       
Eception Output      
Type Format