Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

we don't need netid as input argument. confirm date format?

Existing Oracle Function:

FUNCTION expireCBAccount (a_node_name    IN VARCHAR2,  a_expire_date  IN DATE)
New ServiceNow API function: FUNCTION expireCBAccountViaSN (a_node_name    IN VARCHAR2,   a_expire_date  IN DATE)  RETURN NUMBER

Delete method needs to return an error code indicating whether or not the delete request was accepted, and for errors should indicate the problem with the data.

...