line_item_mgr_add
Back to SOAP Architecture Method Reference
Description
The line_item_mgr_add method adds a new The Line Items Section to an existing Orders.
Parameters
Parameter | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
discount | The discount for this Line Item. | double | R |
domain_id | The unique ID# of the domain. | bstypes:ResourceId | R |
name | The name of this Line Item. | string | R |
parent_id | The unique ID# of the Order that this Line Item belongs to. | bstypes:ResourceId | R |
qty | The quantity of this Line Item. | unsignedInt | R |
taxable | Denotes if this Line Item is taxable. | boolean | R |
unit_price | The price per unit of this Line Item. | double | R |
campaign_id | The Campaign that this Line Item belongs to. | bstypes:ResourceId | O |
Return Values
Value | Description | Type | Required (R) or Optional (O) |
---|---|---|---|
id | The unique ID# of the Line Item. | bstypes:ResourceId | R |