{ "tenantId": "05053699999" }
curl --location --request POST '/cdapi/PluginAgent///AgentRequest/reasonlist' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "tenantId": "05053699999" }'
{ "status": "complete", "notReadyReasonList": [ { "reasonId": "1", "reasonName": "休憩" }, { "reasonId": "2", "reasonName": "昼食" } ], "workReasonList": [ { "reasonId": "1", "reasonName": "後処理理由1" }, { "reasonId": "2", "reasonName": "昼後処理理由2" } ], "discription": "" }