{
"brand": "string",
"code": "string",
"costCenterNo": "string",
"createBy": "string",
"createEndTime": "2019-08-24T14:15:22Z",
"createStartTime": "2019-08-24T14:15:22Z",
"createTime": "2019-08-24T14:15:22Z",
"description": "string",
"entryNo": "string",
"fdlBudget": "string",
"id": "string",
"model": "string",
"poNo": "string",
"portId": "string",
"prNo": "string",
"price": 0,
"projectBudget": "string",
"purchaseStatus": "string",
"quantity": 0,
"remark": "string",
"selectionList": [
"string"
],
"sourceNo": "string",
"storageQuantity": 0,
"supplier": "string",
"tpmPortId": "string",
"updateBy": "string",
"updateEndTime": "2019-08-24T14:15:22Z",
"updateStartTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'http://10.219.87.224:8080/veivo-boot/stk/stkBillPort/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"brand": "string",
"code": "string",
"costCenterNo": "string",
"createBy": "string",
"createEndTime": "2019-08-24T14:15:22Z",
"createStartTime": "2019-08-24T14:15:22Z",
"createTime": "2019-08-24T14:15:22Z",
"description": "string",
"entryNo": "string",
"fdlBudget": "string",
"id": "string",
"model": "string",
"poNo": "string",
"portId": "string",
"prNo": "string",
"price": 0,
"projectBudget": "string",
"purchaseStatus": "string",
"quantity": 0,
"remark": "string",
"selectionList": [
"string"
],
"sourceNo": "string",
"storageQuantity": 0,
"supplier": "string",
"tpmPortId": "string",
"updateBy": "string",
"updateEndTime": "2019-08-24T14:15:22Z",
"updateStartTime": "2019-08-24T14:15:22Z",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}