POST admin/MyAccount/GivingMailPayment

Request Information

URI Parameters

None.

Body Parameters

OtherCharges
NameDescriptionTypeAdditional information
Category

string

None.

ItemName

string

None.

AmountToBeCharged

decimal number

None.

Id

integer

None.

InvoiceId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Category": "sample string 1",
  "ItemName": "sample string 2",
  "AmountToBeCharged": 3.0,
  "Id": 4,
  "InvoiceId": 5
}

application/xml, text/xml

Sample:
<OtherCharges xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.DTO.Library.MyAccount">
  <AmountToBeCharged>3</AmountToBeCharged>
  <Category>sample string 1</Category>
  <Id>4</Id>
  <InvoiceId>5</InvoiceId>
  <ItemName>sample string 2</ItemName>
</OtherCharges>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OtherCharges'.

Response Information

Resource Description

ITypedResponseOfOtherCharges
NameDescriptionTypeAdditional information
Result

OtherCharges

None.

Category

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.