# unprocessable.entity Triggered when an item received by MeasureOne is not processable. ### Reason Codes |Reason Code|Description| |--- |--- | |UNSUPPORTED_FORMAT| The item can not be processed due to unsupported format. |UNPROCESSABLE_DOCUMENT_QUALITY| The item can not be processed due to unprocessable document quality. |PARTIAL_DOCUMENT| The item can not be processed due to partial document. Endpoint: POST unprocessable.entity Version: 3.0 Security: Bearer, Basic, Internal, None ## Request fields (application/json): - `item_id` (string) Unique ID of the Item identified by MeasureOne Example: "itm_TSEne2SSjP3GvpVrs5HLol4xor2" - `individual_id` (any) Unique ID of the Individual identified by MeasureOne Example: "idv_1iSADgTyw9NihNmsVRfjwOfdRDk" - `datarequest_id` (string) Unique ID of the Data Request identified by MeasureOne Example: "dr_TSEne2SSjP3GvpVrs5HLol4xor2" - `external_id` (any) Your identifier for the Individual Example: "ABCDECD" - `reason_codes` (array) List of reason codes. Helps developer understand what error occurred during processing an item. Example: [{"code":"UNSUPPORTED_FORMAT","description":"The item can not be processed due to unsupported format.","context":{"media_type":"image/jpeg"}}] - `reason_codes.code` (string) Reason code applicable - `reason_codes.description` (string) Description providing details to understand what error occurred during processing an item. - `reason_codes.context` (object) Context to understand where the reason code is applicable - `reason_codes.context.media_type` (string) Media type of the source data document Supported Types eg , , , , , - `item_type` (any) Type of the item Example: "TRANSCRIPT_FILE" - `event` (string) Name of the event Example: "unprocessable.entity" - `is_refresh` (any) A flag to identify if event trigger due to a scheduled auto refresh Example: true - `refresh_id` (any) Unique ID of a scheduled refresh identified by MeasureOne Example: "rfs_1234ks2lkdw4i4j2li342podjslru"