POST api/SelfieWithDny/SaveSelfieWithDny

Request Information

URI Parameters

None.

Body Parameters

SelfieWithDny
NameDescriptionTypeAdditional information
SecurityKey

string

None.

DemoId

integer

None.

UserId

integer

None.

PersonName

string

None.

City

string

None.

MobileNo

string

None.

Email

string

None.

PhotoPath

string

None.

Photo

Collection of byte

None.

TranDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SecurityKey": "sample string 1",
  "DemoId": 2,
  "UserId": 3,
  "PersonName": "sample string 4",
  "City": "sample string 5",
  "MobileNo": "sample string 6",
  "Email": "sample string 7",
  "PhotoPath": "sample string 8",
  "Photo": "QEA=",
  "TranDate": "2025-12-11T10:30:18.3571727-08:00"
}

text/html

Sample:
{"SecurityKey":"sample string 1","DemoId":2,"UserId":3,"PersonName":"sample string 4","City":"sample string 5","MobileNo":"sample string 6","Email":"sample string 7","PhotoPath":"sample string 8","Photo":"QEA=","TranDate":"2025-12-11T10:30:18.3571727-08:00"}

application/xml, text/xml

Sample:
<SelfieWithDny xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dnyanved.Core.Model">
  <City>sample string 5</City>
  <DemoId>2</DemoId>
  <Email>sample string 7</Email>
  <MobileNo>sample string 6</MobileNo>
  <PersonName>sample string 4</PersonName>
  <Photo>QEA=</Photo>
  <PhotoPath>sample string 8</PhotoPath>
  <SecurityKey>sample string 1</SecurityKey>
  <TranDate>2025-12-11T10:30:18.3571727-08:00</TranDate>
  <UserId>3</UserId>
</SelfieWithDny>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>