TrustStoreRequirementSubmissionDto
idFlakeIdRequired
store_idFlakeIdRequired
store_requirement_field_idstringRequired
The identifier of the specific field within the store requirement.
store_requirement_idFlakeIdRequired
submitted_atstringRequired
The timestamp when this submission was made.
submitted_byActorDtoRequired
typeenumRequired
Possible enum values
anonymoususerapi_keycustomergame_serverinternaladminplatformglobal_customer
idFlakeIdOptional
file_content_typestringOptional
The MIME content type of the uploaded file.
file_idstringOptional
The identifier of the uploaded file, if a file was submitted.
file_namestringOptional
The original name of the uploaded file.
file_size_bytesintegerOptional
The size of the uploaded file in bytes.
submitted_by_ip_addressstringOptional
The IP address from which the submission was made.
submitted_by_user_agentstringOptional
The user agent string of the client that made the submission.
text_valuestringOptional
The text value submitted for this field, if applicable.
Example
{
"id": "411486491630370816",
"store_id": "411486491630370816",
"store_requirement_field_id": "string",
"store_requirement_id": "411486491630370816",
"submitted_at": "2024-01-01T00:00:00Z",
"submitted_by": {
"type": "anonymous",
"id": "411486491630370816"
},
"text_value": "string",
"file_id": "string",
"file_name": "string",
"file_content_type": "string",
"file_size_bytes": 0,
"submitted_by_ip_address": "string",
"submitted_by_user_agent": "string"
}