POST api/Masters/Savedoctorpayment

Request Information

URI Parameters

None.

Body Parameters

doctorpaymententity
NameDescriptionTypeAdditional information
rid

string

None.

rdate

string

None.

rtime

string

None.

regno

string

None.

drname

string

None.

paymentmode

string

None.

payamount

string

None.

paymenttime

string

None.

renewaldate

string

None.

paymentexp

string

None.

trangsno

string

None.

transdate

string

None.

paymentstatus

string

None.

Request Formats

application/json, text/json

Sample:
{
  "rid": "sample string 1",
  "rdate": "sample string 2",
  "rtime": "sample string 3",
  "regno": "sample string 4",
  "drname": "sample string 5",
  "paymentmode": "sample string 6",
  "payamount": "sample string 7",
  "paymenttime": "sample string 8",
  "renewaldate": "sample string 9",
  "paymentexp": "sample string 10",
  "trangsno": "sample string 11",
  "transdate": "sample string 12",
  "paymentstatus": "sample string 13"
}

application/xml, text/xml

Sample:
<doctorpaymententity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models">
  <drname>sample string 5</drname>
  <payamount>sample string 7</payamount>
  <paymentexp>sample string 10</paymentexp>
  <paymentmode>sample string 6</paymentmode>
  <paymentstatus>sample string 13</paymentstatus>
  <paymenttime>sample string 8</paymenttime>
  <rdate>sample string 2</rdate>
  <regno>sample string 4</regno>
  <renewaldate>sample string 9</renewaldate>
  <rid>sample string 1</rid>
  <rtime>sample string 3</rtime>
  <trangsno>sample string 11</trangsno>
  <transdate>sample string 12</transdate>
</doctorpaymententity>

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

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Message

string

None.

status

integer

None.

Isupoad

boolean

None.

imageurl

string

None.

Data

Object

None.

IsSuccess

boolean

None.

StatusCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "status": 2,
  "Isupoad": true,
  "imageurl": "sample string 4",
  "Data": {},
  "IsSuccess": true,
  "StatusCode": 7
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models">
  <Data />
  <IsSuccess>true</IsSuccess>
  <Isupoad>true</Isupoad>
  <Message>sample string 1</Message>
  <StatusCode>7</StatusCode>
  <imageurl>sample string 4</imageurl>
  <status>2</status>
</Response>