POST _api/LoanAPI/UpdateMgtInfo
Request Information
URI Parameters
None.
Body Parameters
MgtInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Age | integer |
None. |
|
| SharePercent | integer |
None. |
|
| Designation | string |
None. |
|
| AccountNo | string |
None. |
|
| PEP | boolean |
None. |
|
| BVN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Age": 1,
"SharePercent": 1,
"Designation": "sample string 3",
"AccountNo": "sample string 4",
"PEP": true,
"BVN": "sample string 5"
}
application/xml, text/xml
Sample:
<MgtInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SigEDMSAPI.Models"> <AccountNo>sample string 4</AccountNo> <Age>1</Age> <BVN>sample string 5</BVN> <Designation>sample string 3</Designation> <Id>1</Id> <Name>sample string 2</Name> <PEP>true</PEP> <SharePercent>1</SharePercent> </MgtInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.