Custom fields endpoint
This topic provides a quick reference for the method signatures of custom fields API methods.
Location: http://smile.example.com:port/stage/smile/ws/v2/config/customfields
WSDL: http://smile.example.com:port/stage/smile/ws/v2/config/customfields?wsdl
Method | Method signature | Purpose |
---|---|---|
addCollectionEntry() |
|
Creates a new collection entry for a custom collection. |
deleteCollectionEntry() |
|
Deletes a custom collection entry. |
findCollectionEntry() |
|
Searches a custom collection custom fields entries that match a given value. |
getCollectionEntry() |
|
Retrieves a custom collection entry directly by key. |
getCollectionEntryByEntryCode() |
|
Retrieves details of a custom collection entry by entry code. |
updateCollectionEntry() |
|
Updates an existing custom collection entry. |