POST api/RadiantCash/CashpickupSubmit

Request Information

URI Parameters

None.

Body Parameters

CashPickupTransSubmit
NameDescriptionTypeAdditional information
requestType

string

None.

type

string

None.

ceId

string

None.

shopId

string

None.

transId

string

None.

noRecs

integer

None.

transParam

Collection of RadiantCashpikup

None.

depType

string

None.

qrTransId

string

None.

latitude

string

None.

longitude

string

None.

Request Formats

application/json, text/json

Sample:
{
  "requestType": "sample string 1",
  "type": "sample string 2",
  "ceId": "sample string 3",
  "shopId": "sample string 4",
  "transId": "sample string 5",
  "noRecs": 6,
  "transParam": [
    {
      "pickup_amount": "sample string 1",
      "rec_no": "sample string 2",
      "pis_hcl_no": "sample string 3",
      "hcl_no": "sample string 4",
      "gen_slip": "sample string 5",
      "client_code": "sample string 6",
      "master_remarks": "sample string 7",
      "child_remarks": "sample string 8",
      "remarks": "sample string 9",
      "slip_date": {
        "$0": {
          "$0": {
            "type": "java.util.Date, IKVM.OpenJDK.Core, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58",
            "sig": null
          },
          "$1": null,
          "$data": "FAFyARsADmphdmEudXRpbC5EYXRlaGqBAUtZdBkDAAABAA=="
        },
        "$data": "CgEIAAABlitVRb4A"
      },
      "pay_slip_date": {
        "$0": {
          "$0": {
            "type": "java.util.Date, IKVM.OpenJDK.Core, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58",
            "sig": null
          },
          "$1": null,
          "$data": "FAFyARsADmphdmEudXRpbC5EYXRlaGqBAUtZdBkDAAABAA=="
        },
        "$data": "CgEIAAABlitVRb4A"
      },
      "2000s": 10,
      "1000s": 11,
      "500s": 12,
      "200s": 13,
      "100s": 14,
      "50s": 15,
      "20s": 16,
      "10s": 17,
      "5s": 18,
      "coins": 19
    },
    {
      "pickup_amount": "sample string 1",
      "rec_no": "sample string 2",
      "pis_hcl_no": "sample string 3",
      "hcl_no": "sample string 4",
      "gen_slip": "sample string 5",
      "client_code": "sample string 6",
      "master_remarks": "sample string 7",
      "child_remarks": "sample string 8",
      "remarks": "sample string 9",
      "slip_date": {
        "$0": {
          "$0": {
            "type": "java.util.Date, IKVM.OpenJDK.Core, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58",
            "sig": null
          },
          "$1": null,
          "$data": "FAFyARsADmphdmEudXRpbC5EYXRlaGqBAUtZdBkDAAABAA=="
        },
        "$data": "CgEIAAABlitVRb4A"
      },
      "pay_slip_date": {
        "$0": {
          "$0": {
            "type": "java.util.Date, IKVM.OpenJDK.Core, Version=8.1.5717.0, Culture=neutral, PublicKeyToken=13235d27fcbfff58",
            "sig": null
          },
          "$1": null,
          "$data": "FAFyARsADmphdmEudXRpbC5EYXRlaGqBAUtZdBkDAAABAA=="
        },
        "$data": "CgEIAAABlitVRb4A"
      },
      "2000s": 10,
      "1000s": 11,
      "500s": 12,
      "200s": 13,
      "100s": 14,
      "50s": 15,
      "20s": 16,
      "10s": 17,
      "5s": 18,
      "coins": 19
    }
  ],
  "depType": "sample string 7",
  "qrTransId": "sample string 8",
  "latitude": "sample string 9",
  "longitude": "sample string 10"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'java.io.ObjectStreamClass' with data contract name 'ObjectStreamClass:http://schemas.datacontract.org/2004/07/java.io' is not expected. Consider using a DataContractResolver if you are using DataContractSerializer or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to the serializer.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'java.io.ObjectStreamClass' with data contract name 'ObjectStreamClass:http://schemas.datacontract.org/2004/07/java.io' is not expected. Consider using a DataContractResolver if you are using DataContractSerializer or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to the serializer.

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.