LSSGOP_ MsgPlanItem Operations
This Web service allows you to create, update, delete, and query records in the MsgPlanItem object using Sales Rep visibility. For a list of operations, see the following table.
Name | Description |
---|---|
MsgPlanItemInsert |
Creates a msgplanitem record. |
MsgPlanItemUpdate |
Updates an existing msgplanitem record. |
MsgPlanItemDelete |
Deletes a msgplanitem record. |
MsgPlanItemQueryPage |
Queries for a msgplanitem record. |
Request Message Description: MsgPlanItemInsert
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Name |
Name of the message plan item. |
String |
SequenceNumber |
Sequence number of the message plan. |
String |
Type |
Type of message plan. |
String |
ParentMPId |
ID of the parent message plan. |
String |
Response Message Description: MsgPlanItemInsert
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the newly created msgplanitem record. |
String |
Request Message Description: MsgPlanItemUpdate
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the msgplanitem record. |
String |
Name |
Name of the corresponding record. |
String |
SequenceNumber |
Sequence number of the corresponding record. |
String |
Type |
Type of the corresponding record. |
String |
ParentMPId |
Parent message plan ID of the corresponding record. |
String |
Response Message Description: MsgPlanItemUpdate
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the updated msgplanitem record. |
String |
Request Message Description: MsgPlanItemDelete
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the msgplanitem record to be deleted. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the deleted msgplanitem record. |
String |
For a description of this request message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the msgplanitem record to be queried. |
String |
For a description of this response message, see the following table.
Node | Description | Type |
---|---|---|
Id |
ID of the msgplanitem record. |
String |