POST paymentfrequency/AddPaymentFrequency

Request Information

URI Parameters

None.

Body Parameters

PaymentFrequency
NameDescriptionTypeAdditional information
FrequencyId

integer

None.

FreqValue

integer

None.

FreqText

string

None.

TenantId

integer

None.

TOSOURCE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FrequencyId": 1,
  "FreqValue": 2,
  "FreqText": "sample string 3",
  "TenantId": 4,
  "TOSOURCE": "sample string 5"
}

text/html

Sample:
{"FrequencyId":1,"FreqValue":2,"FreqText":"sample string 3","TenantId":4,"TOSOURCE":"sample string 5"}

application/xml, text/xml

Sample:
<PaymentFrequency xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Common">
  <FreqText>sample string 3</FreqText>
  <FreqValue>2</FreqValue>
  <FrequencyId>1</FrequencyId>
  <TOSOURCE>sample string 5</TOSOURCE>
  <TenantId>4</TenantId>
</PaymentFrequency>

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 'PaymentFrequency'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.