POST api/lms/payments
Request Information
URI Parameters
None.
Body Parameters
PaymentDetailCreateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| payment_group_id | integer |
Required |
|
| payment_amt | decimal number |
None. |
|
| registration_id | integer |
Required |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"payment_group_id": 1,
"payment_amt": 2.0,
"registration_id": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.