username:password
Authorization: Basic *****************
{
"id": "string",
"woItemId": 0,
"pmComfirmContent": "string",
"pmComfirmDate": "2019-08-24T14:15:22Z",
"createUser": "string",
"lastModifyUser": "string",
"deliveryDate": "2019-08-24T14:15:22Z",
"totalStep": 0,
"productId": "string"
}
curl --location --request POST 'http://172.16.18.160:9000/masterapi/api/v1/PMTracking/Post' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"id": "string",
"woItemId": 0,
"pmComfirmContent": "string",
"pmComfirmDate": "2019-08-24T14:15:22Z",
"createUser": "string",
"lastModifyUser": "string",
"deliveryDate": "2019-08-24T14:15:22Z",
"totalStep": 0,
"productId": "string"
}'
{
"code": 0,
"message": "string",
"success": true
}