order_mgr_add
Back to SOAP Architecture Method Reference
Description
The order_mgr_add method creates a new Orders.
Parameters
| Parameter | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| affidavit_footer | The affidavit footer of the Order. | string | R |
| description | The description of the Order. | string | R |
| domain_id |
The unique ID# of your domain. |
bstypes:ResourceId | R |
| external_contract | The external contract identifier of the Order. | string | R |
| insertion_footer | The insertion footer of the Order. | string | R |
| name | The name of this Order. | string | R |
| parent_id | The unique ID# of the Customer of the Order. | bstypes:ResourceId | R |
| account_manager_person_id | The unique ID# of the account manager person of the Order. | bstypes:ResourceId | O |
| advertiser_contact_person_id | The unique ID# of the advertiser contact person of the Order. | bstypes:ResourceId | O |
| agency_contact_person_id | The unique ID# of the agency contact person of the Order. | bstypes:ResourceId | O |
| billing_contact_person_id | The unique ID# of the billing contact person of the Order. | bstypes:ResourceId | O |
| container_id | The ID# of the folder containing the Order. | bstypes:ResourceId | O |
| media_buyer_person_id | The unique ID# of the media buyer person of the Order. | bstypes:ResourceId | O |
| media_rep_person_id | The unique ID# of the media representative person of the Order. | bstypes:ResourceId | O |
| network_operator_person_id | The unique ID# of the network operator person of the Order. | bstypes:ResourceId | O |
Return Values
| Value | Description | Type | Required (R) or Optional (O) |
|---|---|---|---|
| id | The unique ID# of the Order. | bstypes:ResourceId | R |
