POST Billing/SetAccountRecurringPayment
Request Information
URI Parameters
None.
Body Parameters
BillingSetAccountRecurringPaymentProxy| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountNumber | integer |
Required |
|
| PayTypeId | integer |
None. |
|
| PayId | string |
None. |
|
| RecPaymentDate | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| LanguageCode | string |
Required |
|
| UserID | integer |
Required |
|
| PaymentConfigID | byte |
None. |
|
| PaymentFrequencyID | byte |
None. |
|
| PaymentDay | byte |
None. |
|
| PaymentAmount | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| StartDate | date |
None. |
|
| PaymentSubType | byte |
None. |
|
| GroupId | integer |
None. |
|
| SelectedAccounts | string |
None. |
|
| UtilityAccountNumber | string |
None. |
|
| UserProfileId | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |