POST Billing/SetPaymentInfo
Request Information
URI Parameters
None.
Body Parameters
SetPaymentInfoProxy| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNumber | integer |
Required |
|
| UserID | integer |
None. |
|
| ModuleID | integer |
None. |
|
| IsPreLogin | integer |
Range: inclusive between 0 and 1 |
|
| Notify | boolean |
None. |
|
| BillingId | integer |
None. |
|
| PayID | integer |
None. |
|
| PaymentTypeId | byte |
Range: inclusive between 1 and 2 |
|
| TransactionDate | date |
None. |
|
| TotalPayment | decimal number |
Range: inclusive between 0 and 1.79769313486232E+308 |
|
| TransactionStatus | boolean |
None. |
|
| TransactionID | string |
None. |
|
| ScheduledPaymentDate | date |
None. |
|
| LanguageCode | string |
Required |
|
| PaymentMode | integer |
Required |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CityName | string |
None. |
|
| ZipCode | string |
None. |
|
| Address1 | string |
None. |
|
| AccountHolderName | string |
None. |
|
| RoutingNumber | string |
None. |
|
| BankName | string |
None. |
|
| StateName | string |
None. |
|
| UserProfileId | string |
None. |
|
| CCNumber | string |
None. |
|
| Name | string |
None. |
|
| ExpMonth | integer |
None. |
|
| ExpYear | integer |
None. |
|
| CVV | string |
None. |
|
| EmailID | string |
Required |
|
| BankEnable | integer |
None. |
|
| BankAccountNumber | string |
None. |
|
| AchType | string |
None. |
|
| chkRememberPaymentInfo | boolean |
None. |
|
| UtilityAccountNumber | string |
None. |
|
| PaymentSubType | integer |
None. |
|
| ChannelType | integer |
None. |
|
| CustomerFullName | string |
None. |
|
| PaymentToken | string |
None. |
|
| CustomerRefNum | string |
None. |
|
| IP | string |
None. |
|
| UtilityId | string |
None. |
|
| conveniencefee | string |
None. |
|
| IsEnterpriseUser | boolean |
None. |
|
| CurrencySymbols | string |
None. |
|
| GroupId | integer |
None. |
|
| UserType | 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. |