POST api/PlayGround/Report/Rpt_AmusementRide_Seller_PaymentType_Summary/Query

Request Information

URI Parameters

None.

Body Parameters

AmusementRide_Seller_PaymentType_SumReportParm
NameDescriptionTypeAdditional information
StartDate

string

Required

Max length: 8

EndDate

string

Required

Max length: 8

BillNum

string

Max length: 20

UserList

Collection of string

None.

PaymentTypeList

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "StartDate": "sample string 1",
  "EndDate": "sample string 2",
  "BillNum": "sample string 3",
  "UserList": [
    "sample string 1",
    "sample string 2"
  ],
  "PaymentTypeList": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<AmusementRide_Seller_PaymentType_SumReportParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm">
  <BillNum>sample string 3</BillNum>
  <EndDate>sample string 2</EndDate>
  <PaymentTypeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </PaymentTypeList>
  <StartDate>sample string 1</StartDate>
  <UserList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </UserList>
</AmusementRide_Seller_PaymentType_SumReportParm>

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

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

CommonOperationResultWithTagOfV_Rpt_AmusementRide_Seller_PaymentType_SummaryDataTable
NameDescriptionTypeAdditional information
errcode

integer

None.

errmsg

string

None.

tag

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": null
}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.