POST api/dc/SaveCollection
Request Information
URI Parameters
None.
Body Parameters
CollectionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| EntryDate | string |
None. |
|
| EntryType | string |
None. |
|
| ClientNo | string |
None. |
|
| ClientName | string |
None. |
|
| Amount | decimal number |
None. |
|
| Installment | decimal number |
None. |
|
| IsX | integer |
None. |
|
| TxnTime | string |
None. |
|
| Agent | string |
None. |
|
| MobileNo | string |
None. |
|
| TxnMode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"EntryDate": "sample string 2",
"EntryType": "sample string 3",
"ClientNo": "sample string 4",
"ClientName": "sample string 5",
"Amount": 6.0,
"Installment": 7.0,
"IsX": 8,
"TxnTime": "sample string 9",
"Agent": "sample string 10",
"MobileNo": "sample string 11",
"TxnMode": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.