Authorization: Bearer ********************{
"id": "string",
"type": "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"
}curl --location --request POST '/api/services/app/ops/material/record/crOrUp' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"id": "string",
"type": "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"
}'