POST api/JANANSSBOMBO/preparereport

Request Information

URI Parameters

None.

Body Parameters

webapireport
NameDescriptionTypeAdditional information
account

string

None.

phone

string

None.

code

string

None.

keyfield

integer

None.

postingdate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "account": "sample string 1",
  "phone": "sample string 2",
  "code": "sample string 3",
  "keyfield": 4,
  "postingdate": "2024-12-22T08:49:40.0414712+03:00"
}

application/xml, text/xml

Sample:
<webapireport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi">
  <account>sample string 1</account>
  <code>sample string 3</code>
  <keyfield>4</keyfield>
  <phone>sample string 2</phone>
  <postingdate>2024-12-22T08:49:40.0414712+03:00</postingdate>
</webapireport>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'webapireport'.

Response Information

Resource Description

None.