{
"current": 0,
"size": 0,
"keyword": "string",
"pageAble": true,
"orderBy": "string",
"preId": 0,
"asc": true,
"exportFields": [
"string"
],
"id": 0,
"cusFormTypeId": 0,
"processBusinessType": "DONG_HUO",
"parentId": 0,
"parentCode": "string",
"name": "string",
"stepCode": "BASIC_INFORMATION",
"code": "string",
"remark": "string",
"enable": true,
"seq": 0,
"limitNum": 0,
"orderItem": [
{}
]
}
curl --location -g --request PUT 'http://{{ip}}:9000/process-service/cusForm' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"size": 0,
"keyword": "string",
"pageAble": true,
"orderBy": "string",
"preId": 0,
"asc": true,
"exportFields": [
"string"
],
"id": 0,
"cusFormTypeId": 0,
"processBusinessType": "DONG_HUO",
"parentId": 0,
"parentCode": "string",
"name": "string",
"stepCode": "BASIC_INFORMATION",
"code": "string",
"remark": "string",
"enable": true,
"seq": 0,
"limitNum": 0,
"orderItem": [
{}
]
}'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"cusFormTypeId": 0,
"processBusinessType": "DONG_HUO",
"parentId": 0,
"parentCode": "string",
"cusFormTypeName": "string",
"name": "string",
"stepCode": "BASIC_INFORMATION",
"code": "string",
"remark": "string",
"enable": true,
"seq": 0,
"children": [
{}
]
}
}