Hello Web Services

<back to all web services

ClientLocal

The following routes are available for this service:
GET/api/client/{ClientId}

To override the Content-type in your clients HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/ClientLocal HTTP/1.1 
Host: dinumero.modernekonomi.se 
Content-Type: text/csv
Content-Length: length

Gid,ClientId,Name,OrgNr,Status,ModuleSupplierInvoices,ModuleReports,ModuleContracts,UserPermissions,Accounts
00000000000000000000000000000000,0,String,String,73,False,False,False,"{0:{User:{Id:0,UserName:String,FullName:String,UniqueId:00000000000000000000000000000000}}}","{LevSkuldsKonto:0,MomsKonto:0,KostnadsKonto:0}"

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

Gid,ClientId,Name,OrgNr,Status,ModuleSupplierInvoices,ModuleReports,ModuleContracts,UserPermissions,Accounts
00000000000000000000000000000000,0,String,String,73,False,False,False,"{0:{User:{Id:0,UserName:String,FullName:String,UniqueId:00000000000000000000000000000000}}}","{LevSkuldsKonto:0,MomsKonto:0,KostnadsKonto:0}"