{
"formCode": "string",
"formSubTypeBizCode": "string",
"externalVoucherCodes": "string",
"formType": "INTERNATIONAL_REIMBURSEMENT_FORM",
"submittedAt": [
[
"string"
]
],
"settledAt": [
[
"string"
]
],
"modifiedAt": [
[
"string"
]
],
"pageNo": "1",
"pageSize": "1000"
}curl --location --request POST '/open/ultimate/search' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"formCode": "string",
"formSubTypeBizCode": "string",
"externalVoucherCodes": "string",
"formType": "INTERNATIONAL_REIMBURSEMENT_FORM",
"submittedAt": [
[
"string"
]
],
"settledAt": [
[
"string"
]
],
"modifiedAt": [
[
"string"
]
],
"pageNo": "1",
"pageSize": "1000"
}'{
"code": 0,
"message": "",
"errMsg": "",
"data": [
{}
],
"timestamp": ""
}