Authorization: Bearer ********************{
"type": "string",
"materialId": "string",
"materialName": "string",
"creationTimeMin": "string",
"creationTimeMax": "string",
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/ops/material/record/getAll' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"type": "string",
"materialId": "string",
"materialName": "string",
"creationTimeMin": "string",
"creationTimeMax": "string",
"skipCount": 0,
"maxResultCount": 1
}'{
"totalCount": 0,
"items": [
{
"projectId": "string",
"type": "string",
"materialId": "30cdab3c-3e2b-44f4-8415-c6dd88ed4261",
"materialName": "string",
"material": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
},
"quantity": 0,
"batchNo": "string",
"opUser": "string",
"opDate": "2019-08-24T14:15:22.123Z",
"description": "string",
"extensionData": "string",
"creatorUserName": "string",
"lastModificationTime": "string",
"lastModifierUserId": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"creatorUserId": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}