update_revrec_profile_m
Summary
| API Name | update_revrec_profile_m |
|---|---|
| Class | administration_services_m |
| Update Version | 6.26 |
Description
Updates a revrec profile
Inputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| client_no | long | 12 | Yes |
Aria-assigned unique identifier indicating the Aria client providing service to this account. |
| auth_key | string | 32 | Yes |
Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor. |
| profile_id | long | 12 | Yes |
Profile Id Alternative required field: client_profile_id |
| profile_name | string | 100 | Yes |
Specifies Profile Name |
| client_profile_id | string | 100 | Yes |
Specifies client defined id for Profile Alternative required field: profile_id |
| profile_desc | string | 4000 | No |
Specifies description for the Profile |
| on_plan_payment_date | int | 1 | No |
Specifies whether to recognise revenue on Plan Payment Dates or not. Valid values are 0 or 1 |
| on_order_payment_date | int | 1 | No |
Specifies whether to recognise revenue on Order Payment Dates or not. Valid values are 0 or 1 |
| on_order_fulfill_date | int | 1 | No |
Specifies whether to recognise revenue on Order Fulfilled Dates or not. Valid values are 0 or 1 |
Outputs
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| error_code | long | No |
Aria-assigned error identifier. 0 indicates no error |
|
| error_msg | string | No |
Textual description of any error that occurred. "OK" if there was no error. |
|
| profile_id | long | 12 | No |
Profile Id |