POST api/darshan?userId={userId}&companyId={companyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

companyId

integer

Required

Body Parameters

TK_Darshan
NameDescriptionTypeAdditional information
dId

integer

None.

dReceiptId

string

None.

dTranscationId

string

None.

dCustRefNo

string

None.

dNpciTransId

string

None.

dName

string

None.

dPhoneNumber

string

None.

dIdProof

string

None.

dIdProofNo

string

None.

dImage

string

None.

dCompanyId

integer

None.

dDate

date

None.

dTotalAmount

decimal number

None.

dPaymentStatus

string

None.

dPaymentDes

string

None.

dProccedStatus

string

None.

dProccedDate

date

None.

IsCallBackReceived

boolean

None.

TK_DarshanDetails

Collection of TK_DarshanDetail

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIResponse
NameDescriptionTypeAdditional information
Status

string

None.

Data

Object

None.

Message

string

None.

Type

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "Data": {},
  "Message": "sample string 3",
  "Type": 4
}

application/xml, text/xml

Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaTempleKioskApi.Models">
  <Data />
  <Message>sample string 3</Message>
  <Status>sample string 1</Status>
  <Type>4</Type>
</APIResponse>