update_promo_plan_set_m
Summary
| API Name | update_promo_plan_set_m |
|---|---|
| Class | administration_services_m |
| Update Version |
Description
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. |
| promo_plan_set_no | long | Yes |
Aria assigned number for the promo plan set Alternative required field: client_plan_type_id |
|
| promo_plan_set_name | string | 20 | Yes |
Specifies the name of a promotional plan set |
| promo_plan_set_desc | string | 2000 | Yes |
Specifies the description of a promotional plan set |
| client_plan_type_id | string | 100 | Yes |
Client defined unique identifier Alternative required field: promo_plan_set_no |
| plan_no | long | No |
Specifies the plans to be associated with the promotional plan set. REST input arrays are "|" separated lists of plan numbers. e.g plan_no=10012321|10031212 Alternative field: client_plan_id |
|
| client_plan_id | string | 100 | No |
Specifies the client defined identifiers of the plans to be associated with the promotional plan set. REST input arrays are "|" separated lists of plan numbers. e.g client_plan_id=10012321|rolloverplan2 Alternative field: plan_no |
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. |
|
| promo_plan_set_no | long | No |
Aria assigned number for the promo plan set |