POST /API/v1/Deals/UpdateBusinessProcess
業務プロセスを更新します。 ## 概要 業務プロセスを更新します。 ## 指定するパラメタについて ### 業務プロセスID 更新する業務プロセスのID(***businessProcessId***)を指定します ### 業務プロセス名 更新後の業務プロセス名(***businessProcessName***)を指定します。 ### ステータス 更新後のステータス(***status***)を指定します。
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
businessProcessId | 業務プロセスID |
String |
Required |
businessProcessName | 業務プロセス名 |
String, Null |
None. |
status | ステータス |
String, Null |
None. |
dealNo | 取引管理番号 |
String |
Required |
reports | 帳票 |
Collection, Null of reports |
None. |
startDate | 開始日 |
String, Null |
Format : date |
dueDate | 期日 |
String, Null |
Format : date |
Response Information
Resource Description
None.