POST api/lms/payments/payment_group

Request Information

URI Parameters

None.

Body Parameters

PaymentGroupCreateModel
NameDescriptionTypeAdditional information
profile_id

integer

Required

gateway_payment_id

string

None.

gateway_transaction_id

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "profile_id": 1,
  "gateway_payment_id": "sample string 2",
  "gateway_transaction_id": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.