POST api/dc/CreateClient
Request Information
URI Parameters
None.
Body Parameters
CreateClientModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Client | string |
None. |
|
| MobileNo | string |
None. |
|
| FinanceDate | string |
None. |
|
| LoanAmt | decimal number |
None. |
|
| Installment | decimal number |
None. |
|
| Agent | string |
None. |
|
| TxnTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Client": "sample string 2",
"MobileNo": "sample string 3",
"FinanceDate": "sample string 4",
"LoanAmt": 5.0,
"Installment": 6.0,
"Agent": "sample string 7",
"TxnTime": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.