POST api/VendorApprover/UpdateAmtwiseApprovalDetails

Request Information

URI Parameters

None.

Body Parameters

UpdateAmtwiseApprovalDetailsDTO
NameDescriptionTypeAdditional information
AmtFrmRange

decimal number

None.

AmtToRange

decimal number

None.

AmtRecc1

integer

None.

AmtRecc2

integer

None.

AmtRecc3

integer

None.

AmtRecc4

integer

None.

AmtRecc5

integer

None.

intAmtApproverID

integer

None.

Domain

string

Required

Request Formats

application/json, text/json

Sample:
{
  "AmtFrmRange": 1.0,
  "AmtToRange": 2.0,
  "AmtRecc1": 3,
  "AmtRecc2": 4,
  "AmtRecc3": 5,
  "AmtRecc4": 6,
  "AmtRecc5": 7,
  "intAmtApproverID": 8,
  "Domain": "sample string 9"
}

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

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": {}
}