POST api/Birthday

Request Information

URI Parameters

None.

Body Parameters

Status
NameDescriptionTypeAdditional information
status

string

None.

Message

string

None.

OTP

string

None.

TokenID

string

None.

InnovID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": "sample string 2",
  "OTP": "sample string 3",
  "TokenID": "sample string 4",
  "InnovID": 5
}

application/xml, text/xml

Sample:
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <InnovID>5</InnovID>
  <Message>sample string 2</Message>
  <OTP>sample string 3</OTP>
  <TokenID>sample string 4</TokenID>
  <status>sample string 1</status>
</Status>

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

Response Information

Resource Description

BirthDayImages
NameDescriptionTypeAdditional information
IsBirthday

integer

None.

ImagePath

string

None.

BdayImageArr

string

None.

ColorCode

string

None.

BirthdayMessage

string

None.

status

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsBirthday": 1,
  "ImagePath": "sample string 2",
  "BdayImageArr": "sample string 3",
  "ColorCode": "sample string 4",
  "BirthdayMessage": "sample string 5",
  "status": "sample string 6",
  "Message": "sample string 7"
}

application/xml, text/xml

Sample:
<BirthDayImages xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <BdayImageArr>sample string 3</BdayImageArr>
  <BirthdayMessage>sample string 5</BirthdayMessage>
  <ColorCode>sample string 4</ColorCode>
  <ImagePath>sample string 2</ImagePath>
  <IsBirthday>1</IsBirthday>
  <Message>sample string 7</Message>
  <status>sample string 6</status>
</BirthDayImages>