POST _api/LoanAPI/NewMgtInfo
Request Information
URI Parameters
None.
Body Parameters
NewMgtParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
Required |
|
| Age | integer |
Required |
|
| SharePercent | integer |
Required |
|
| Designation | string |
Required |
|
| AccountNo | string |
Required |
|
| PEP | boolean |
Required |
|
| BVN | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Age": 3,
"SharePercent": 4,
"Designation": "sample string 5",
"AccountNo": "sample string 6",
"PEP": true,
"BVN": "sample string 8"
}
application/xml, text/xml
Sample:
<NewMgtParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SigEDMSAPI.Models"> <AccountNo>sample string 6</AccountNo> <Age>3</Age> <BVN>sample string 8</BVN> <Designation>sample string 5</Designation> <Id>1</Id> <Name>sample string 2</Name> <PEP>true</PEP> <SharePercent>4</SharePercent> </NewMgtParam>
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.