POST api/finance/PaymentRefundApply

Request Information

URI Parameters

None.

Body Parameters

PaymentRefundApplyRequest
NameDescriptionTypeAdditional information
EventId

globally unique identifier

None.

EventAttendee

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "EventId": "82a84725-9be9-4808-84f5-320dc2acf507",
  "EventAttendee": "b0a6183d-e05c-422e-b4ab-54e4712129a1"
}

application/xml, text/xml

Sample:
<PaymentRefundApplyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
  <EventAttendee>b0a6183d-e05c-422e-b4ab-54e4712129a1</EventAttendee>
  <EventId>82a84725-9be9-4808-84f5-320dc2acf507</EventId>
</PaymentRefundApplyRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfCommonResult
NameDescriptionTypeAdditional information
Content

CommonResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.