This commit is contained in:
2020-11-25 18:10:58 +00:00
parent f9e3df6cb6
commit 59aad3350b
3 changed files with 28 additions and 7 deletions

View File

@@ -261,7 +261,7 @@ namespace AyaNova.PlugIn.V8
public static uint CTokenFromResponse(ApiResponse a)
{
return a.ObjectResponse["data"]["concurrencyToken"].Value<uint>();
return a.ObjectResponse["data"]["concurrency"].Value<uint>();
}
#endregion