POST api/GetUploadedDoc

Request Information

URI Parameters

None.

Body Parameters

Jsonparams
NameDescriptionTypeAdditional information
jsonstring

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jsonstring": "sample string 1"
}

application/xml, text/xml

Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models">
  <jsonstring>sample string 1</jsonstring>
</Jsonparams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DocInfo
NameDescriptionTypeAdditional information
DocName

string

None.

DocName2

string

None.

DocType

string

None.

DocIDNO

string

None.

DocExpDate

string

None.

ID_Issued_By

string

None.

ID_Place_of_Issue

string

None.

Response Formats

application/json, text/json

Sample:
{
  "DocName": "sample string 1",
  "DocName2": "sample string 2",
  "DocType": "sample string 3",
  "DocIDNO": "sample string 4",
  "DocExpDate": "sample string 5",
  "ID_Issued_By": "sample string 6",
  "ID_Place_of_Issue": "sample string 7"
}

application/xml, text/xml

Sample:
<DocInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EmaalWebAPI.Models">
  <DocExpDate>sample string 5</DocExpDate>
  <DocIDNO>sample string 4</DocIDNO>
  <DocName>sample string 1</DocName>
  <DocName2>sample string 2</DocName2>
  <DocType>sample string 3</DocType>
  <ID_Issued_By>sample string 6</ID_Issued_By>
  <ID_Place_of_Issue>sample string 7</ID_Place_of_Issue>
</DocInfo>