POST uskom/erejstracjazgloszen

Request Information

URI Parameters

None.

Body Parameters

UskomZgloszenie
NameDescriptionTypeAdditional information
Rodzaj

string

None.

Opis

string

None.

Zglaszajacy

string

None.

DaneKontaktowe

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Rodzaj": "sample string 1",
  "Opis": "sample string 2",
  "Zglaszajacy": "sample string 3",
  "DaneKontaktowe": "sample string 4"
}

application/xml, text/xml

Sample:
<SQLDataUskom.UskomZgloszenie xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GigaNet.WebApi.GwMax">
  <DaneKontaktowe>sample string 4</DaneKontaktowe>
  <Opis>sample string 2</Opis>
  <Rodzaj>sample string 1</Rodzaj>
  <Zglaszajacy>sample string 3</Zglaszajacy>
</SQLDataUskom.UskomZgloszenie>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.