POST einkaskjalasofn/itarleit
Request Information
URI Parameters
None.
Body Parameters
ItarlegLeit| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| pagesize | integer |
None. |
|
| query | string |
None. |
|
| YearFrom | string |
None. |
|
| YearTo | string |
None. |
|
| Tegundir | Collection of string |
None. |
|
| Stofnanir | Collection of integer |
None. |
|
| SkjalRaf | boolean |
None. |
|
| Fragengid | boolean |
None. |
|
| Starfsvæði | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"page": 1,
"pagesize": 2,
"query": "sample string 3",
"YearFrom": "sample string 4",
"YearTo": "sample string 5",
"Tegundir": [
"sample string 1",
"sample string 2"
],
"Stofnanir": [
1,
2
],
"SkjalRaf": true,
"Fragengid": true,
"Starfsvæði": "sample string 8"
}
application/xml, text/xml
Sample:
<ItarlegLeit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Skjalasafn.Apis.Core.Einkaskjalasafn.Entities">
<Fragengid>true</Fragengid>
<SkjalRaf>true</SkjalRaf>
<Starfsvæði>sample string 8</Starfsvæði>
<Stofnanir xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Stofnanir>
<Tegundir xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Tegundir>
<YearFrom>sample string 4</YearFrom>
<YearTo>sample string 5</YearTo>
<page>1</page>
<pagesize>2</pagesize>
<query>sample string 3</query>
</ItarlegLeit>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |