POST api/consult/litigationFreeAmount

Request Information

URI Parameters

None.

Body Parameters

LitigationFreeAmountModel
NameDescriptionTypeAdditional information
userId

string

None.

categoryId

integer

None.

specificAmount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "categoryId": 2,
  "specificAmount": 1.1
}

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

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
}