POST api/Unit/UploadPhotoSTNK

Request Information

URI Parameters

None.

Body Parameters

Collection of ListOfValueDTO
NameDescriptionTypeAdditional information
Lov_Code

string

None.

Lov_Name

string

None.

Lov_Val

string

None.

Lov_Desc

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Lov_Code": "sample string 1",
    "Lov_Name": "sample string 2",
    "Lov_Val": "sample string 3",
    "Lov_Desc": "sample string 4",
    "IsActive": true
  },
  {
    "Lov_Code": "sample string 1",
    "Lov_Name": "sample string 2",
    "Lov_Val": "sample string 3",
    "Lov_Desc": "sample string 4",
    "IsActive": true
  }
]

text/html

Sample:
[{"Lov_Code":"sample string 1","Lov_Name":"sample string 2","Lov_Val":"sample string 3","Lov_Desc":"sample string 4","IsActive":true},{"Lov_Code":"sample string 1","Lov_Name":"sample string 2","Lov_Val":"sample string 3","Lov_Desc":"sample string 4","IsActive":true}]

application/xml, text/xml

Sample:
<ArrayOfListOfValueDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">
  <ListOfValueDTO>
    <IsActive>true</IsActive>
    <Lov_Code>sample string 1</Lov_Code>
    <Lov_Desc>sample string 4</Lov_Desc>
    <Lov_Name>sample string 2</Lov_Name>
    <Lov_Val>sample string 3</Lov_Val>
  </ListOfValueDTO>
  <ListOfValueDTO>
    <IsActive>true</IsActive>
    <Lov_Code>sample string 1</Lov_Code>
    <Lov_Desc>sample string 4</Lov_Desc>
    <Lov_Name>sample string 2</Lov_Name>
    <Lov_Val>sample string 3</Lov_Val>
  </ListOfValueDTO>
</ArrayOfListOfValueDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.