An error occurred while validating input parameters: Microsoft.OData.ODataException: Cannot convert the literal 'undefined'
to the expected type 'Edm.Guid'. ---> System.FormatException: Guid
should contain 32 digits with 4 dashes
(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx). at
System.Guid.GuidResult.SetFailure(ParseFailureKind failure, String
failureMessageID, Object failureMessageFormatArgument, String
failureArgumentName, Exception innerException) at
System.Guid.TryParseGuidWithNoStyle(String guidString, GuidResult&
result) at System.Guid.TryParseGuid(String g, GuidStyles flags,
GuidResult& result) at System.Guid..ctor(String g) at
Microsoft.OData.ODataPayloadValueConverter.ConvertStringValue(String
stringValue, Type targetType) at
Microsoft.OData.ODataPayloadValueConverter.ConvertFromPayloadValue(Object
value, IEdmTypeReference edmTypeReference) --- End of inner
exception stack trace --- at
Microsoft.OData.ODataPayloadValueConverter.ConvertFromPayloadValue(Object
value, IEdmTypeReference edmTypeReference) at
Microsoft.Crm.Extensibility.ODataV4.CrmPrimitivePayloadValueConverter.ConvertFromPayloadValue(Object
value, IEdmTypeReference edmTypeReference) at
Microsoft.OData.JsonLight.ODataJsonLightReaderUtils.ConvertValue(Object
value, IEdmPrimitiveTypeReference primitiveTypeReference,
ODataMessageReaderSettings messageReaderSettings, Boolean
validateNullValue, String propertyName, ODataPayloadValueConverter
converter) at
Microsoft.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.ReadPrimitiveValue(Boolean
insideJsonObjectValue, IEdmPrimitiveTypeReference
expectedValueTypeReference, Boolean validateNullValue, String
propertyName) at
Microsoft.OData.JsonLight.ODataJsonLightPropertyAndValueDeserializer.ReadNonEntityValueImplementation(String
payloadTypeName, IEdmTypeReference expectedTypeReference,
PropertyAndAnnotationCollector propertyAndAnnotationCollector,
CollectionWithoutExpectedTypeValidator collectionValidator, Boolean
validateNullValue, Boolean isTopLevelPropertyValue, Boolean
insideResourceValue, String propertyName, Nullable1 isDynamicProperty) at Microsoft.OData.JsonLight.ODataJsonLightParameterDeserializer.<>c__DisplayClass3_0.<ReadNextParameter>b__0(PropertyParsingResult propertyParsingResult, String parameterName) at Microsoft.OData.JsonLight.ODataJsonLightDeserializer.ProcessProperty(PropertyAndAnnotationCollector propertyAndAnnotationCollector, Func
2 readPropertyAnnotationValue,
Action2 handleProperty) at Microsoft.OData.JsonLight.ODataJsonLightParameterDeserializer.ReadNextParameter(PropertyAndAnnotationCollector propertyAndAnnotationCollector) at Microsoft.OData.ODataParameterReaderCore.ReadImplementation() at Microsoft.OData.ODataParameterReaderCore.InterceptException[T](Func
1
action) at
Microsoft.Crm.Extensibility.ODataV4.CrmODataActionPayloadDeserializer.Read(ODataMessageReader
messageReader, Type type, ODataDeserializerContext readContext) at
System.Web.OData.Formatter.ODataMediaTypeFormatter.ReadFromStream(Type
type, Stream readStream, HttpContent content, IFormatterLogger
formatterLogger)