POST api/Ebook/InsertImages

Request Information

URI Parameters

None.

Body Parameters

ApiModel
NameDescriptionTypeAdditional information
LabCode

string

None.

AlbumCode

string

None.

ImageUrl

string

None.

SerialNo

string

None.

Album_name

string

None.

Pdf_Url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LabCode": "sample string 1",
  "AlbumCode": "sample string 2",
  "ImageUrl": "sample string 3",
  "SerialNo": "sample string 4",
  "Album_name": "sample string 5",
  "Pdf_Url": "sample string 6"
}

application/xml, text/xml

Sample:
<ApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiJapware.Models">
  <AlbumCode>sample string 2</AlbumCode>
  <Album_name>sample string 5</Album_name>
  <ImageUrl>sample string 3</ImageUrl>
  <LabCode>sample string 1</LabCode>
  <Pdf_Url>sample string 6</Pdf_Url>
  <SerialNo>sample string 4</SerialNo>
</ApiModel>

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 'ApiModel'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />