POST paymentfrequency/EditPaymentFrequency
Request Information
URI Parameters
None.
Body Parameters
PaymentFrequency| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.