POST api/VendorApprover/CheckDuplicateAmtValidation

Request Information

URI Parameters

None.

Body Parameters

CheckAmtAndDeptValidationDTO
NameDescriptionTypeAdditional information
ApplyFromAmt

decimal number

None.

ApplyToAmt

decimal number

None.

Mode

string

None.

AmtApproverID

integer

None.

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ApplyFromAmt": 1.0,
  "ApplyToAmt": 2.0,
  "Mode": "sample string 3",
  "AmtApproverID": 4,
  "Domain": "sample string 5"
}

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

Response Information

Resource Description

Message
NameDescriptionTypeAdditional information
ResponseFlag

integer

None.

ResponseMessage

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseFlag": 1,
  "ResponseMessage": "sample string 2",
  "Data": {}
}