Setup the profile we want to create
Create the profile
Create a patch and add it to the PatchRequest object used to perform the partial update on the profile.
Get the profile object and partially update the profile.
Cleanup by deleting the newly-created profile
Api Context
Pass in a
APIContext
object to authenticate the call and to send a unique request id (that ensures idempotency). The SDK generates a request id if you do not pass one explicitly. See Configuration.cs to know more about APIContext.