POST api/CaseStudy/sms_payment_status_lookup

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ObjClssms_payment_status_lookup
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "invoice_Id": "sample string 1",
  "reference_no": "sample string 2",
  "invoice_ref_no": "sample string 3",
  "invoice_Created_By": "sample string 4",
  "order_No": "sample string 5",
  "order_Type": "sample string 6",
  "order_Currency": "sample string 7",
  "order_Amt": "sample string 8",
  "order_Date_time": "sample string 9",
  "order_Notes": "sample string 10",
  "order_Ip": "sample string 11",
  "order_Status": "sample string 12",
  "order_Bank_Response": "sample string 13",
  "order_Bank_Mid": "sample string 14",
  "order_Bank_Ref_No": "sample string 15",
  "order_Fraud_Status": "sample string 16",
  "order_Status_Date_time": "sample string 17",
  "order_Card_Type": "sample string 18",
  "order_Card_Name": "sample string 19",
  "order_Gtw_Id": "sample string 20",
  "order_Gross_Amt": "sample string 21",
  "order_Discount": "sample string 22",
  "order_Capt_Amt": "sample string 23",
  "order_Fee_Perc": "sample string 24",
  "order_Fee_Perc_Value": "sample string 25",
  "order_Fee_Flat": "sample string 26",
  "order_Tax": "sample string 27",
  "order_Delivery_Details": "sample string 28",
  "order_Bill_Name": "sample string 29",
  "order_Bill_Address": "sample string 30",
  "order_Bill_Zip": "sample string 31",
  "order_Bill_Tel": "sample string 32",
  "order_Bill_Email": "sample string 33",
  "order_Bill_Country": "sample string 34",
  "order_Bill_City": "sample string 35",
  "order_Bill_State": "sample string 36",
  "order_Ship_Name": "sample string 37",
  "order_Ship_Address": "sample string 38",
  "order_Ship_Country": "sample string 39",
  "order_Ship_Tel": "sample string 40",
  "order_Ship_City": "sample string 41",
  "order_Ship_State": "sample string 42",
  "order_Ship_Zip": "sample string 43",
  "order_Ship_Email": "sample string 44",
  "order_Bill_Exp_Date_time": "sample string 45",
  "invoice_status": "sample string 46",
  "sub_acc_id": "sample string 47",
  "error_Desc": "sample string 48",
  "page_count": "sample string 49",
  "total_records": "sample string 50",
  "error_code": "sample string 51",
  "order_Gtw_Id_1": "sample string 52",
  "Dml_indicator": "sample string 53"
}

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