Authorization: Bearer ********************
{
"payments": [
{
"periodNo": 1,
"status": 2
},
{
"periodNo": 2,
"status": 1
}
]
}
curl --location --request PUT 'https://api.gofive.co.th/v2/salesorder/SO24090001/payment' \
--header 'Content-Type: application/json' \
--data-raw '{
"payments": [
{
"periodNo": 1,
"status": 2
},
{
"periodNo": 2,
"status": 1
}
]
}'
{
"status": {
"code": "1000",
"description": "Success"
},
"data": true
}