POST api/cashfree/createorder

Request Information

URI Parameters

None.

Body Parameters

Xenia_Voucher
NameDescriptionTypeAdditional information
Voucher_UID

string

String length: inclusive between 0 and 255

Voucher_NoPrefix

string

String length: inclusive between 0 and 50

Voucher_TransRefId

string

String length: inclusive between 0 and 255

Voucher_Number

string

Required

String length: inclusive between 0 and 255

Voucher_Date

date

None.

Voucher_Type

string

String length: inclusive between 0 and 255

Voucher_DrLUID

string

String length: inclusive between 0 and 100

Voucher_CrLUID

string

String length: inclusive between 0 and 100

Voucher_Amount

decimal number

None.

Voucher_RefNo

string

String length: inclusive between 0 and 255

Voucher_Remarks

string

String length: inclusive between 0 and 255

Voucher_IssueingBank

string

String length: inclusive between 0 and 255

Voucher_ChequeNo

string

String length: inclusive between 0 and 255

Voucher_Cancelled

boolean

None.

Voucher_CrAmount

decimal number

None.

Voucher_Narration

string

None.

Voucher_IsReconcil

boolean

None.

Voucher_ChequeStatus

integer

None.

Voucher_ChequeDate

date

None.

Voucher_ReconcilDate

date

None.

Voucher_CheqStatus

string

String length: inclusive between 0 and 50

Voucher_Taxable

decimal number

None.

Voucher_TaxAmt

decimal number

None.

Voucher_TaxPer

decimal number

None.

Voucher_taxRefNo

string

String length: inclusive between 0 and 50

Voucher_rMode

integer

None.

Voucher_Deleted

integer

None.

Voucher_CompanyUid

string

String length: inclusive between 0 and 100

Voucher_UserUid

string

String length: inclusive between 0 and 100

Voucher_StoreUid

string

String length: inclusive between 0 and 100

Voucher_DeviceUid

string

String length: inclusive between 0 and 100

Voucher_CreatedOn

date

None.

Voucher_CreatedBy

string

String length: inclusive between 0 and 255

Voucher_ModifiedOn

date

None.

Voucher_ModifiedBy

string

String length: inclusive between 0 and 255

Voucher_PaymentStatus

string

String length: inclusive between 0 and 200

Request Formats

application/json, text/json

Sample:
{
  "Voucher_UID": "sample string 1",
  "Voucher_NoPrefix": "sample string 2",
  "Voucher_TransRefId": "sample string 3",
  "Voucher_Number": "sample string 4",
  "Voucher_Date": "2025-12-31T08:26:00.7635607+05:30",
  "Voucher_Type": "sample string 5",
  "Voucher_DrLUID": "sample string 6",
  "Voucher_CrLUID": "sample string 7",
  "Voucher_Amount": 1.0,
  "Voucher_RefNo": "sample string 8",
  "Voucher_Remarks": "sample string 9",
  "Voucher_IssueingBank": "sample string 10",
  "Voucher_ChequeNo": "sample string 11",
  "Voucher_Cancelled": true,
  "Voucher_CrAmount": 1.0,
  "Voucher_Narration": "sample string 12",
  "Voucher_IsReconcil": true,
  "Voucher_ChequeStatus": 1,
  "Voucher_ChequeDate": "2025-12-31T08:26:00.7635607+05:30",
  "Voucher_ReconcilDate": "2025-12-31T08:26:00.7635607+05:30",
  "Voucher_CheqStatus": "sample string 13",
  "Voucher_Taxable": 1.0,
  "Voucher_TaxAmt": 1.0,
  "Voucher_TaxPer": 1.1,
  "Voucher_taxRefNo": "sample string 14",
  "Voucher_rMode": 1,
  "Voucher_Deleted": 1,
  "Voucher_CompanyUid": "sample string 15",
  "Voucher_UserUid": "sample string 16",
  "Voucher_StoreUid": "sample string 17",
  "Voucher_DeviceUid": "sample string 18",
  "Voucher_CreatedOn": "2025-12-31T08:26:00.7635607+05:30",
  "Voucher_CreatedBy": "sample string 19",
  "Voucher_ModifiedOn": "2025-12-31T08:26:00.7635607+05:30",
  "Voucher_ModifiedBy": "sample string 20",
  "Voucher_PaymentStatus": "sample string 21"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.