| WebCrmApi Methods |
The WebCrmApi type exposes the following members.
| Name | Description | |
|---|---|---|
| Authenticate |
Verifies webCRM credentials.
The authentication is automatically expired in 20 minutes if there is no activity.
| |
| ChangeOrganisationForOpportunity |
Change organisation ID for opportunity.
| |
| DeleteLinkedData |
Deletes all linked data for the specified entity type.
| |
| DeletePossibleQuotations |
Deletes all possible quotations.
| |
| DeleteQuotation |
Deletes one or all quotation lines for a specific Opportunity.
| |
| DownloadPersonImage |
Returns a person image.
| |
| EndSession |
Terminates current session.
Authentication performed with Authenticate method will not be valid any longer.
| |
| GetIpInfo |
Help method. Shows ticket IP address and UserHostAddress.
| |
| QuickSearch |
Searches for an Organisation/Person basing on the given parameters.
This method performs its own separate authentication and does not require calling Authenticate and EndSession methods.
| |
| ReadDocument |
Returns a document.
| |
| ReadFromWebcrmByDates |
Returns a list of entities basing on date criteria.
ReadFromWebcrmByDates is deprecated, please use ReadFromWebcrmByDatesDirect instead. | |
| ReadFromWebcrmByDatesDirect |
Returns a list of entities basing on date criteria.
| |
| ReadFromWebcrmById |
Returns a list of entities basing on the given organisationID and recordID.
If entityType is Organisations then organisationID and recordID must me equal.
ReadFromWebcrmById is deprecated, please use ReadFromWebcrmByIdDirect instead. | |
| ReadFromWebcrmByIdDirect |
Returns a list of entities basing on the given organisationID and recordID.
If entityType is Organisations then organisationID and recordID must me equal.
| |
| ReadLinkedData |
Returns linked data for the specified entity type.
| |
| ReadPossibleQuotations |
Returns a list of possible quotations.
| |
| ReadQuotationLines |
Returns a list of quotation lines (max 10000).
| |
| RetrieveByQuery |
Returns data basing on the given SELECT SQL parameters.
| |
| ReturnAllFieldDescription |
Returns meta data for all fields.
| |
| ReturnAllUsers |
Returns list of all users with access level > 4.
| |
| ReturnFieldDescription |
Returns meta data for the specified entity field.
| |
| ReturnUserDetails |
Returns the user details for a specific user identified by loginName.
| |
| SaveDocument |
Registers or updates a webCRM document.
| |
| SearchDelivery |
Returns a list of Delivery_ID’s (max 10000).
The list is sorted by delivery number and creation date.
| |
| SearchOpportunity |
Returns a list of Opportunity_ID’s (max 10000).
The list is sorted by opportunity number and creation date.
| |
| SearchOrganisation |
Returns a list of Organisation_ID’s (max 10000).
The list is sorted by name.
| |
| SearchPerson |
Returns a list of Organisation_ID and Person_ID pairs (max 10000).
The list is sorted by name.
| |
| SearchQuotationData |
Returns a list of quotation lines (=Product records) (max 10000) linked to the Opportunity.
The list is sorted by created date-time and contains all the field values for each Product record.
| |
| SearchQuotationID |
Returns a list of ProductId’s (max 10000) linked to the Opportunity. The list is sorted by created date-time.
| |
| UpdateLinkedData |
Updates or creates records of linked data for the specified entity type.
| |
| UploadPersonImage |
Registers or updates a person image.
| |
| WriteCollectionToWebcrm |
Updates or creates collection of entities.
WriteCollectionToWebcrm is deprecated, please use WriteCollectionToWebcrmDirect instead. | |
| WriteCollectionToWebcrmDirect |
Updates or creates collection of entities.
| |
| WritePossibleQuotations |
Writes a list of possible quotations.
| |
| WriteQuotationLines |
Writes a list of quotation lines.
| |
| WriteToWebcrm |
Updates an existing entity specified by organisationID and recordID
or creates a new one if the ids are empty.
If entityType is Organisations then organisationID and recordID must be equal.
WriteToWebcrm is deprecated, please use WriteToWebcrmDirect instead. | |
| WriteToWebcrmDirect |
Updates an existing entity specified by organisationID and recordID
or creates a new one if the ids are empty.
If entityType is Organisations then organisationID and recordID must be equal.
|