POST api/detailtype/savefeeddetails

Request Information

URI Parameters

None.

Body Parameters

Filedetails
NameDescriptionTypeAdditional information
file_type_id

integer

None.

file_name

string

None.

file_details

string

None.

file_url

string

None.

file_type

string

None.

discription

string

None.

Surname

string

None.

Caste

string

None.

Religion

string

None.

Country

string

None.

IsAll

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "file_type_id": 1,
  "file_name": "sample string 2",
  "file_details": "sample string 3",
  "file_url": "sample string 4",
  "file_type": "sample string 5",
  "discription": "sample string 6",
  "Surname": "sample string 7",
  "Caste": "sample string 8",
  "Religion": "sample string 9",
  "Country": "sample string 10",
  "IsAll": 11
}

application/xml, text/xml

Sample:
<Filedetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model">
  <Caste>sample string 8</Caste>
  <Country>sample string 10</Country>
  <IsAll>11</IsAll>
  <Religion>sample string 9</Religion>
  <Surname>sample string 7</Surname>
  <discription>sample string 6</discription>
  <file_details>sample string 3</file_details>
  <file_name>sample string 2</file_name>
  <file_type>sample string 5</file_type>
  <file_type_id>1</file_type_id>
  <file_url>sample string 4</file_url>
</Filedetails>

multipart/form-data

Sample:
<Filedetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model"><Caste>sample string 8</Caste><Country>sample string 10</Country><IsAll>11</IsAll><Religion>sample string 9</Religion><Surname>sample string 7</Surname><discription>sample string 6</discription><file_details>sample string 3</file_details><file_name>sample string 2</file_name><file_type>sample string 5</file_type><file_type_id>1</file_type_id><file_url>sample string 4</file_url></Filedetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml, multipart/form-data

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