This method gets a list of all currencies in the system for which the name matches the search string.
EntityListData GetCurrencies (string searchText);
|
Name |
Type |
Description |
|---|---|---|
|
searchText |
string |
The text to search for. The search string is optional and may be left empty. If used, it may contain an asterisk as a wildcard for the search. |
The currencies, as type EntityListData.
An EntityListData object is returned as a collection of EntityListItemData items, which contains both the name and ID of every object.
This method creates a contract party from the input data.
long CreateContractParty(ContractPartyData ContractPartyData);
|
Name |
Type |
Description |
|---|---|---|
|
ContractPartyData |
ContractPartyData |
The data used to create the Contract Party. |
The ID of the new contract party, as type long.
None.
This method updates all of the details of the contract party.
void UpdateContractParty(ContractPartyData ContractPartyData);
|
Name |
Type |
Description |
|---|---|---|
|
ContractPartyData |
ContractPartyData |
The data used to update the contract party. |
None.
The contract party which is updated is specified by the ID field of ContractPartyData.
This method gets the details of the specified contract party.
ContractPartyData GetContractPartyDetails(long ContractPartyId);
|
Name |
Type |
Description |
|---|---|---|
|
ContractPartyID |
long |
The Contract Party ID. |
The contract party details, as type ContractPartyData.
None.
This method deletes the specified contract party from.
void DeleteContractParty(long ContractPartyId);
|
Name |
Type |
Description |
|---|---|---|
|
ContractPartyID |
long |
The ID of the Contract Party |
None.
None.
This method gets a list of all customer attributes in the system for which the name matches the search string.
EntityListData GetCustomAttributes(string searchText);
|
Name |
Type |
Description |
|---|---|---|
|
searchText |
string |
The text to search for. The search string is optional and can be left empty. If used, it can contain an asterisk as a wildcard for the search. |
The details of the customer attributes, as type CustomAttributeDefinitionData.
None.
This method gets the details of the specified customer attribute.
CustomAttributeDefinitionData GetCustomAttributeDetails(long customAttributeId);
|
Name |
Type |
Description |
|---|---|---|
|
customAttributeID |
long |
The ID of the customer attributes. |
The details of the customer attributes, as type CustomAttributeDefinitionData.
None.
This method updates the details of the specified customer attribute.
void UpdateCustomAttribute(CustomAttributeDefinitionData customAttributeDefinitionData);
|
Name |
Type |
Description |
|---|---|---|
|
customAttributeDefinitionData |
CustomAttributeDefinitionData |
The ID of the customer attributes. |
The data used to update the contract customer attribute.
The customer attribute which is updated is specified by the filed ID of CustomAttributeDefinitionData.
This method gets the details of the specified service component.
ServiceComponentData GetServiceComponentDetails(long serviceComponentID);
|
Name |
Type |
Description |
|---|---|---|
|
serviceComponentID |
long |
The ID of the service component. |
The details of service component, as type ServiceComponentData.
None.
This method updates the details of the specified service component.
ServiceComponentData GetServiceComponentDetails(long serviceComponentID);
|
Name |
Type |
Description |
|---|---|---|
|
serviceComponentData |
serviceComponentData |
The data used to update the service component. |
The details of service component, as type ServiceComponentData.
The service component which is updated is specified by the field id of ServiceComponentData.
This method deletes the specified service component.
void DeleteServiceComponent(long serviceComponentID);
|
Name |
Type |
Description |
|---|---|---|
|
serviceComponentID |
long |
The ID of the service component. |
None.
None.
| Copyright © 2012 CA. Alle Rechte vorbehalten. | Senden Sie CA Technologies eine E-Mail zu diesem Thema. |