Operation Name | Description |
---|---|
Find_* | Responds with a set of references to objects that match the criteria specified in the request element. For example, Find_Organization. |
Add_Update* Submit_* Import_* | Adds an object if it does not exist or updates an object that matches the criteria specified in the request element. For example, Add_Update_Organization. |
Add_* Put_* | Adds a record in the Workday object that matches the criteria specified in the request element. For example, Add_Workday_Account and Put_Holiday_Calendar. |
Get_* | Gets the list of objects that matches the criteria specified in the request element. For example, Get_Workers |
Update_* Change_* | Modifies the objects that match the criteria specified in the request element. For example, Update_Academic_Appointment. |
Cancel_* | Cancels the operations that match the criteria specified in the request element. For example, Cancel_Cash_Sale. |