Value that the customer has inputted (text or file). Replace {field-1} with ID of the field. Max upload size: 30 MB per file, 50 MB per request.
To remove a previously uploaded file, set "{field-1}_reset: true". Only files on optional fields can be removed.
Example:
insured-name: John Doe
insured-identity-number: 123456
invoice: <file>
boarding-pass_reset: true
Note:
If both "boarding-pass" and "boarding-pass_reset: true" exist in the same request, "boarding-pass" will be ignored.
Validation:
If the value inputted does not pass the field's validation, 422 Unprocessable Entity will be returned with error messages that can be displayed to the customer.
Example:
insured-identity-number: Jumlah karakter harus 16.
invoice: File tidak boleh melebihi 30 MB.