POST api/VendorApprover/UpdateAmtwiseApprovalDetails
Request Information
URI Parameters
None.
Body Parameters
UpdateAmtwiseApprovalDetailsDTOName | Description | Type | Additional 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:
Response Information
Resource Description
MessageName | Description | Type | Additional information |
---|---|---|---|
ResponseFlag | integer |
None. |
|
ResponseMessage | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "ResponseFlag": 1, "ResponseMessage": "sample string 2", "Data": {} }