POST api/payment_saving

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PaymentSaving
NameDescriptionTypeAdditional information
method_name

string

None.

saving

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "method_name": "sample string 1",
  "saving": 2.1
}

application/xml, text/xml

Sample:
<PaymentSaving xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <method_name>sample string 1</method_name>
  <saving>2.1</saving>
</PaymentSaving>