-
Question:
Do I need to put the incoming data in a particular order?
Answer:Yes, due to the needs of other systems, the order of the incoming and outgoing properties matter.
-
Question:
When I need to add a person to a list, what service do I call? I know they already exist since I have their username.
Answer:You will call Employees.Create.CreateEmployeeRequest and you will populate the Person Identifier. If the person does not exist in the List, then a new record will be created in the List. If the person is already in the List, then an error will be returned.