Hello Web Services

<back to all web services

BefattningDto

The following routes are available for this service:
POST/api/admin/company/users
POST/api/admin/company/users/{id}
DELETE/api/admin/company/users/{id}

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/BefattningDto HTTP/1.1 
Host: scanning.modernekonomi.se 
Content-Type: text/csv
Content-Length: length

Id,User,Permissions,FromDate,ToDate,RestrictedSearchSettings
0,"{Id:0,UserName:String,FullName:String,Email:String}",[0],0001-01-01,0001-01-01,"{SupplierList:[String],AccountList:[String],ProjectList:[String],CostCenterList:[String],Object3List:[String],OnlyFinallyAttested:False,AccessLevel:Normal}"

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

Id,User,Permissions,FromDate,ToDate,RestrictedSearchSettings
0,"{Id:0,UserName:String,FullName:String,Email:String}",[0],0001-01-01,0001-01-01,"{SupplierList:[String],AccountList:[String],ProjectList:[String],CostCenterList:[String],Object3List:[String],OnlyFinallyAttested:False,AccessLevel:Normal}"