<IdLocator type="tnr">
<AllowWildcards>false</AllowWildcards>
<Condition expression="current == Obsolete">
<IfNotMatched contentType="application/json" statusCode="403">
{
"error": "E2322",
"reason": "Bad status"
}
</IfNotMatched>
</Condition>
<IfNotFound statusCode="200" contentType="application/json">
{
"error_code": "E0003",
"reason": "Object not found"
}
</IfNotFound>
</IdLocator>