POST api/financial/paymentInquiry

Request Information

URI Parameters

None.

Body Parameters

PaymentInquiryModel
NameDescriptionTypeAdditional information
userId

string

None.

totalAmount

integer

None.

financialType

integer

None.

consultId

integer

None.

litigationStageId

integer

None.

description

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "totalAmount": 2,
  "financialType": 3,
  "consultId": 1,
  "litigationStageId": 1,
  "description": "sample string 4"
}

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

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
success

boolean

None.

data

Object

None.

error

string

None.

code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "data": {},
  "error": "sample string 3",
  "code": 4
}