PATCH /API/v2/Companies/Payments/UpdateInternal/{paymentId}
会社の納付情報を更新します。 納付情報ID(***paymentId***)を指定して、納付情報を更新します。 内部呼び出し用。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentId | 納付情報ID |
String |
Required Max length: 7 Pattern : ^(?!0{7})\d{7}$ |
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| paymentId | 納付情報ID |
String |
Required Max length: 7 Pattern : ^(?!0{7})\d{7}$ |
| companyId | 会社ID |
String |
Required Max length: 36 Format : ForeignKey /API/v2/Companies/Exists/{value} |
| billingSetting |
Required |
||
| periodStart | 徴収期間開始日 |
String |
Required Format : date |
| periodEnd | 徴収期間終了日 |
String |
Required Format : date |
| totalFees | 利用料金の総額 |
Integer |
Required Maximum : 99999999999 Minimum : 1 |
| httpStatusCode | HTTPステータスコード |
String, Null |
Max length: 3 |
| responseBody |
Object, Null |
None. |
|
| createdAt | 作成日時 |
String, Null |
Format : date-time |
| createdBy | 作成者 |
String, Null |
Max length: 36 |
| updatedAt | 更新日時 |
String, Null |
Format : date-time |
| updatedBy | 更新者 |
String, Null |
Max length: 36 |
Response Information
Resource Description
None.