POST api/Skany
Request Information
URI Parameters
None.
Body Parameters
Skan| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| barcode | string |
None. |
|
| dataSkanu | date |
None. |
|
| prm1 | string |
None. |
|
| uzytkownik | integer |
None. |
|
| ctrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"barcode": "sample string 2",
"dataSkanu": "2026-06-09T07:33:08.0025366+02:00",
"prm1": "sample string 4",
"uzytkownik": 5,
"ctrl": "sample string 6"
}
application/xml, text/xml
Sample:
<Skan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DemoAPI.Models"> <barcode>sample string 2</barcode> <ctrl>sample string 6</ctrl> <dataSkanu>2026-06-09T07:33:08.0025366+02:00</dataSkanu> <id>1</id> <prm1>sample string 4</prm1> <uzytkownik>5</uzytkownik> </Skan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Skan| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| barcode | string |
None. |
|
| dataSkanu | date |
None. |
|
| prm1 | string |
None. |
|
| uzytkownik | integer |
None. |
|
| ctrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"barcode": "sample string 2",
"dataSkanu": "2026-06-09T07:33:08.0025366+02:00",
"prm1": "sample string 4",
"uzytkownik": 5,
"ctrl": "sample string 6"
}
application/xml, text/xml
Sample:
<Skan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DemoAPI.Models"> <barcode>sample string 2</barcode> <ctrl>sample string 6</ctrl> <dataSkanu>2026-06-09T07:33:08.0025366+02:00</dataSkanu> <id>1</id> <prm1>sample string 4</prm1> <uzytkownik>5</uzytkownik> </Skan>