PUT FFC/Resubmit/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | 
                                 Required  | 
                
Body Parameters
MYCII_EWS.BusinessObjects.FinanceFacilitationCenter+FFCLoanRequestSubmit| Name | Description | Type | Additional information | 
|---|---|---|---|
| CurrentBanker | string | 
                                 Required  | 
                |
| PANNo | string | 
                                 Required  | 
                |
| TINNo | string | 
                                 Required  | 
                |
| Amount | decimal number | 
                                 Required  | 
                |
| BriefDetail | string | 
                                 Required  | 
                |
| SectorId | string | 
                                 Required  | 
                |
| Status | integer | 
                             None.  | 
                |
| LoanId | integer | 
                                 Matching regular expression pattern: ^[0-9]*$  | 
                |
| TelephoneNo | string | 
                                 Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 100  | 
                |
| MobileNo | string | 
                                 Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 10  | 
                |
| PropreitorName | string | 
                             None.  | 
                |
| IsNewProduct | boolean | 
                             None.  | 
                |
| IsProductDiversification | boolean | 
                             None.  | 
                |
| IsBussinessExpansion | boolean | 
                             None.  | 
                |
| IsEquipmentPurchase | boolean | 
                             None.  | 
                |
| NewProject | string | 
                                 Required  | 
                |
| RequestedBy | string | 
                                 String length: inclusive between 0 and 10  | 
                |
| IsdCode | string | 
                                 Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 10  | 
                |
| StdCode | string | 
                                 Matching regular expression pattern: ^[0-9]*$ String length: inclusive between 0 and 5  | 
                |
| BussinessType | string | 
                             None.  | 
                |
| OtherBussinessType | string | 
                             None.  | 
                |
| Financialdata | string | 
                             None.  | 
                |
| SchemeId | integer | 
                             None.  | 
                |
| CheckBankValue | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "CurrentBanker": "sample string 1",
  "PANNo": "sample string 2",
  "TINNo": "sample string 3",
  "Amount": 4.0,
  "BriefDetail": "sample string 5",
  "SectorId": "sample string 6",
  "Status": 7,
  "LoanId": 8,
  "TelephoneNo": "sample string 9",
  "MobileNo": "sample string 10",
  "PropreitorName": "sample string 11",
  "IsNewProduct": true,
  "IsProductDiversification": true,
  "IsBussinessExpansion": true,
  "IsEquipmentPurchase": true,
  "NewProject": "sample string 16",
  "RequestedBy": "sample string 17",
  "IsdCode": "sample string 18",
  "StdCode": "sample string 19",
  "BussinessType": "sample string 20",
  "OtherBussinessType": "sample string 21",
  "Financialdata": "sample string 22",
  "SchemeId": 23,
  "CheckBankValue": "sample string 24"
}
        application/xml, text/xml
            Sample:
        <FFCLoanRequestSubmit xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Status>7</Status> <LoanId>8</LoanId> <TelephoneNo>sample string 9</TelephoneNo> <MobileNo>sample string 10</MobileNo> <PropreitorName>sample string 11</PropreitorName> <CurrentBanker>sample string 1</CurrentBanker> <PANNo>sample string 2</PANNo> <TINNo>sample string 3</TINNo> <IsNewProduct>true</IsNewProduct> <IsProductDiversification>true</IsProductDiversification> <IsBussinessExpansion>true</IsBussinessExpansion> <IsEquipmentPurchase>true</IsEquipmentPurchase> <Amount>4</Amount> <NewProject>sample string 16</NewProject> <BriefDetail>sample string 5</BriefDetail> <RequestedBy>sample string 17</RequestedBy> <IsdCode>sample string 18</IsdCode> <StdCode>sample string 19</StdCode> <SectorId>sample string 6</SectorId> <BussinessType>sample string 20</BussinessType> <OtherBussinessType>sample string 21</OtherBussinessType> <Financialdata>sample string 22</Financialdata> <SchemeId>23</SchemeId> <CheckBankValue>sample string 24</CheckBankValue> </FFCLoanRequestSubmit>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.