Hello Web Services

<back to all web services

AttachedFileDtoListRequest

The following routes are available for this service:
GET/api/attachedfiles/

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

HTTP + JSV

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

POST /jsv/reply/AttachedFileDtoListRequest HTTP/1.1 
Host: scanning.modernekonomi.se 
Content-Type: text/jsv
Content-Length: length

{
	ParentId: 00000000000000000000000000000000,
	Types: 
	[
		SupplierInvoiceAttachment
	],
	DisregardParent: False,
	SortColumn: Id,
	SortColumnStr: Id,
	Page: 0,
	PageSize: 0,
	SortAsc: False
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	TotalItems: 0
}